Package | Description |
---|---|
com.ibm.dbb.dependency | |
com.ibm.dbb.metadata |
Modifier and Type | Class and Description |
---|---|
class |
PhysicalDependency
The PhysicalDependency class represents a logical dependency that has been processed by the
DependencyResolver . |
Modifier and Type | Method and Description |
---|---|
java.util.List<LogicalDependency> |
LogicalFile.getLogicalDependencies()
Returns the list of logical dependencies for this file
|
Modifier and Type | Method and Description |
---|---|
void |
LogicalFile.addLogicalDependency(LogicalDependency logicalDependency)
Adds a logical dependency to the list of dependencies for this file
|
Modifier and Type | Method and Description |
---|---|
void |
LogicalFile.setLogicalDependencies(java.util.List<LogicalDependency> logicalDependencies)
Sets the list of logical dependencies for this file
|
Constructor and Description |
---|
PhysicalDependency(LogicalDependency dependency)
Public Constructor
|
PhysicalDependency(LogicalDependency dependency,
java.lang.String collection,
java.lang.String sourceDir,
java.lang.String file)
Public Constructor
|
Modifier and Type | Method and Description |
---|---|
java.util.List<LogicalFile> |
Collection.getLogicalFiles(LogicalDependency logicalDependency)
Get all logical files that match a given logical dependency
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Collection> |
MetadataStore.getImpactedFiles(java.util.List<java.lang.String> collections,
java.util.List<LogicalDependency> lds)
Get a list of impacted files in a list of collections with dependencies
on a list of logical dependencies.
|
<IBM Copyright © 2018 IBM Corp. All Rights Reserved.