Uses of Class
com.ibm.dbb.dependency.PhysicalDependency
-
Packages that use PhysicalDependency Package Description com.ibm.dbb.build com.ibm.dbb.build.report.records com.ibm.dbb.dependency -
-
Uses of PhysicalDependency in com.ibm.dbb.build
Methods in com.ibm.dbb.build that return types with arguments of type PhysicalDependency Modifier and Type Method Description java.util.List<PhysicalDependency>
CopyToPDS. getDependencies()
Get all physical dependencies of the source fileMethod parameters in com.ibm.dbb.build with type arguments of type PhysicalDependency Modifier and Type Method Description CopyToPDS
CopyToPDS. dependencies(java.util.List<PhysicalDependency> dependencies)
Set the dependencies of the source filevoid
CopyToPDS. setDependencies(java.util.List<PhysicalDependency> dependencies)
Set the dependencies of the source file -
Uses of PhysicalDependency in com.ibm.dbb.build.report.records
Methods in com.ibm.dbb.build.report.records that return types with arguments of type PhysicalDependency Modifier and Type Method Description java.util.List<PhysicalDependency>
DependencySetRecord. getAllDependencies()
Retrieve all dependencies in this recordMethods in com.ibm.dbb.build.report.records with parameters of type PhysicalDependency Modifier and Type Method Description void
DependencySetRecord. addDependency(PhysicalDependency dependency)
Add a physical dependency to the recordMethod parameters in com.ibm.dbb.build.report.records with type arguments of type PhysicalDependency Modifier and Type Method Description void
DependencySetRecord. addAllDependencies(java.util.List<PhysicalDependency> dependencies)
Add all physical dependencies to the record -
Uses of PhysicalDependency in com.ibm.dbb.dependency
Methods in com.ibm.dbb.dependency that return types with arguments of type PhysicalDependency Modifier and Type Method Description java.util.List<PhysicalDependency>
LogicalFile. resolveDependencies(java.lang.String searchPathString)
Retrieves the list of the Physical Dependencies, resolved according to the searchPathStringjava.util.List<PhysicalDependency>
LogicalFile. resolveDependencies(java.lang.String searchPathString, java.lang.String lname)
Retrieves the list of Physical Dependencies with the input logical name, resolved according to the searchPathStringjava.util.List<PhysicalDependency>
LogicalFile. resolveDependencies(java.lang.String searchPathString, java.util.List<java.lang.String> lnames)
Retrieves the list of Physical Dependencies matching the logical names input, resolved according to the searchPathStringjava.util.List<PhysicalDependency>
LogicalFile. resolveDependencies(java.util.List<com.ibm.dbb.dependency.internal.SearchPath> searchPathList)
Retrieves the list of the Physical Dependencies, resolved according to the searchPathStringjava.util.List<PhysicalDependency>
LogicalFile. resolveDependencies(java.util.List<com.ibm.dbb.dependency.internal.SearchPath> searchPathList, java.util.List<java.lang.String> lnames)
Retrieves the list of Physical Dependencies matching the logical names input, resolved according to the searchPathStringjava.util.List<PhysicalDependency>
SearchPathDependencyResolver. resolveDependencies(java.lang.String file, java.lang.String sourceDir)
Resolves logical dependencies in a source file (ex.
-