public interface DependencyDescriptor
| Modifier and Type | Method and Description |
|---|---|
boolean |
canExclude() |
boolean |
doesExclude(java.lang.String[] moduleConfigurations,
ArtifactId artifactId) |
DependencyArtifactDescriptor[] |
getAllDependencyArtifactsExcludes() |
DependencyArtifactDescriptor[] |
getAllDependencyArtifactsIncludes() |
DependencyArtifactDescriptor[] |
getDependencyArtifactsExcludes(java.lang.String moduleConfigurations) |
DependencyArtifactDescriptor[] |
getDependencyArtifactsExcludes(java.lang.String[] moduleConfigurations) |
DependencyArtifactDescriptor[] |
getDependencyArtifactsIncludes(java.lang.String moduleConfigurations) |
DependencyArtifactDescriptor[] |
getDependencyArtifactsIncludes(java.lang.String[] moduleConfigurations) |
java.lang.String[] |
getDependencyConfigurations(java.lang.String moduleConfiguration) |
java.lang.String[] |
getDependencyConfigurations(java.lang.String[] moduleConfigurations) |
ModuleId |
getDependencyId() |
ModuleRevisionId |
getDependencyRevisionId() |
java.lang.String[] |
getModuleConfigurations() |
fr.jayasoft.ivy.namespace.Namespace |
getNamespace() |
ModuleRevisionId |
getParentRevisionId() |
boolean |
isChanging()
Used to indicate that this dependency is a changing one.
|
boolean |
isForce()
Used to indicate that this revision must be used in case of conflicts, independently
of conflicts manager.
|
boolean |
isTransitive() |
ModuleId getDependencyId()
boolean isForce()
boolean isChanging()
boolean isTransitive()
ModuleRevisionId getParentRevisionId()
ModuleRevisionId getDependencyRevisionId()
java.lang.String[] getModuleConfigurations()
java.lang.String[] getDependencyConfigurations(java.lang.String moduleConfiguration)
java.lang.String[] getDependencyConfigurations(java.lang.String[] moduleConfigurations)
fr.jayasoft.ivy.namespace.Namespace getNamespace()
DependencyArtifactDescriptor[] getAllDependencyArtifactsIncludes()
DependencyArtifactDescriptor[] getDependencyArtifactsIncludes(java.lang.String moduleConfigurations)
DependencyArtifactDescriptor[] getDependencyArtifactsIncludes(java.lang.String[] moduleConfigurations)
DependencyArtifactDescriptor[] getAllDependencyArtifactsExcludes()
DependencyArtifactDescriptor[] getDependencyArtifactsExcludes(java.lang.String moduleConfigurations)
DependencyArtifactDescriptor[] getDependencyArtifactsExcludes(java.lang.String[] moduleConfigurations)
boolean doesExclude(java.lang.String[] moduleConfigurations,
ArtifactId artifactId)
boolean canExclude()