Package | Description |
---|---|
com.ibm.dbb.dependency | |
com.ibm.dbb.repository |
Modifier and Type | Method and Description |
---|---|
IRepositoryClient |
SearchPathImpactFinder.getRepositoryClient()
Returns the
RepositoryClient for the impact finder |
IRepositoryClient |
ImpactResolver.getRepositoryClient()
Deprecated.
Return the repository client
|
IRepositoryClient |
DependencyResolver.getRepositoryClient()
Deprecated.
Return the RepositoryClient used to retrieve logical file
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ImpactFile> |
LogicalFile.findImpacts(IRepositoryClient repositoryClient,
java.util.List<java.lang.String> collections,
java.lang.String searchPath) |
ImpactResolver |
ImpactResolver.repositoryClient(IRepositoryClient repositoryClient)
Deprecated.
Set the repository client
|
DependencyResolver |
DependencyResolver.repositoryClient(IRepositoryClient repositoryClient)
Deprecated.
Set the repository client to be used to retrieve logical file
|
void |
ImpactResolver.setRepositoryClient(IRepositoryClient repositoryClient)
Deprecated.
Set the repository client
|
void |
DependencyResolver.setRepositoryClient(IRepositoryClient repositoryClient)
Deprecated.
Set the repository client to be used to retrieve logical file
|
Constructor and Description |
---|
SearchPathImpactFinder(java.lang.String searchPath,
java.util.List<java.lang.String> collections,
IRepositoryClient repositoryClient)
Used to create an instance of the
SearchPathImpactFinder |
Modifier and Type | Class and Description |
---|---|
class |
RepositoryClient
Utility class to perform POST and GET to the DBB server
|
Modifier and Type | Method and Description |
---|---|
IRepositoryClient |
RepositoryClient.authentication(java.lang.String authentication) |
IRepositoryClient |
IRepositoryClient.authentication(java.lang.String authentication) |
IRepositoryClient |
RepositoryClient.errorStatusCode(int errorStatusCode) |
IRepositoryClient |
IRepositoryClient.errorStatusCode(int errorStatusCode) |
IRepositoryClient |
RepositoryClient.forceSSLTrusted(boolean forceSSLTrusted) |
IRepositoryClient |
IRepositoryClient.forceSSLTrusted(boolean forceSSLTrusted) |
IRepositoryClient |
RepositoryClient.password(java.lang.String password) |
IRepositoryClient |
IRepositoryClient.password(java.lang.String password) |
IRepositoryClient |
RepositoryClient.passwordFile(java.io.File passwordFile) |
IRepositoryClient |
IRepositoryClient.passwordFile(java.io.File passwordFile) |
IRepositoryClient |
RepositoryClient.url(java.lang.String url) |
IRepositoryClient |
IRepositoryClient.url(java.lang.String url) |
IRepositoryClient |
RepositoryClient.userId(java.lang.String userId) |
IRepositoryClient |
IRepositoryClient.userId(java.lang.String userId) |
<IBM Copyright © 2018 IBM Corp. All Rights Reserved.