|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.jayasoft.ivy.DefaultDependencyArtifactDescriptor
TODO write javadoc
| Constructor Summary | |
DefaultDependencyArtifactDescriptor(DefaultDependencyDescriptor dd,
ArtifactId aid,
boolean includes,
PatternMatcher matcher)
|
|
DefaultDependencyArtifactDescriptor(DefaultDependencyDescriptor dd,
java.lang.String name,
java.lang.String type,
java.lang.String ext,
boolean includes,
PatternMatcher matcher)
|
|
| Method Summary | |
void |
addConfiguration(java.lang.String conf)
Add a configuration for this artifact (includes or excludes depending on this type dependency artifact descriptor). |
boolean |
equals(java.lang.Object obj)
|
java.lang.String[] |
getConfigurations()
Returns the configurations of the module in which the artifact is asked |
DependencyDescriptor |
getDependency()
Returns the dependency descriptor in which this artifact is asked |
java.lang.String |
getExt()
Returns the ext of the artifact asked |
ArtifactId |
getId()
Returns the id of the described artifact, without revision information |
PatternMatcher |
getMatcher()
Returns the matcher to use to know if an artifact match the current descriptor |
java.lang.String |
getName()
Returns the name of the artifact asked |
java.lang.String |
getType()
Returns the type of the artifact asked |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultDependencyArtifactDescriptor(DefaultDependencyDescriptor dd,
java.lang.String name,
java.lang.String type,
java.lang.String ext,
boolean includes,
PatternMatcher matcher)
dd - name - type -
public DefaultDependencyArtifactDescriptor(DefaultDependencyDescriptor dd,
ArtifactId aid,
boolean includes,
PatternMatcher matcher)
| Method Detail |
public boolean equals(java.lang.Object obj)
public int hashCode()
public void addConfiguration(java.lang.String conf)
conf - public DependencyDescriptor getDependency()
DependencyArtifactDescriptor
getDependency in interface DependencyArtifactDescriptorpublic ArtifactId getId()
DependencyArtifactDescriptor
getId in interface DependencyArtifactDescriptorpublic java.lang.String getName()
DependencyArtifactDescriptor
getName in interface DependencyArtifactDescriptorpublic java.lang.String getType()
DependencyArtifactDescriptor
getType in interface DependencyArtifactDescriptorpublic java.lang.String getExt()
DependencyArtifactDescriptor
getExt in interface DependencyArtifactDescriptorpublic java.lang.String[] getConfigurations()
DependencyArtifactDescriptor
getConfigurations in interface DependencyArtifactDescriptorpublic PatternMatcher getMatcher()
DependencyArtifactDescriptor
getMatcher in interface DependencyArtifactDescriptor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||