Package | Description |
---|---|
com.ibm.dbb.dependency | |
com.ibm.dbb.repository |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ImpactFile> |
SearchPathImpactFinder.findImpactedFiles(java.lang.String changedFile,
java.lang.String sourceDir)
This method uses the #getLogicalFile(String, String, boolean) method to retrieve the file's list of {@link LogicalDependency} to resolve.
|
java.util.List<ImpactFile> |
LogicalFile.findImpacts(IRepositoryClient repositoryClient,
java.util.List<java.lang.String> collections,
java.lang.String searchPath) |
java.util.Set<ImpactFile> |
ImpactResolver.resolve()
Deprecated.
Find a list of impacted files by a change in a source file
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ImpactFile> |
RepositoryClient.getAllImpactedFiles(java.util.List<java.lang.String> collections,
java.util.List<LogicalDependency> lds)
Get all impacted logical files that match a given logical dependency
|
java.util.List<ImpactFile> |
IRepositoryClient.getAllImpactedFiles(java.util.List<java.lang.String> collections,
java.util.List<LogicalDependency> lds) |
<IBM Copyright © 2018 IBM Corp. All Rights Reserved.