|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sonatype.aether.graph.Exclusion
public final class Exclusion
An exclusion of one or more transitive dependencies. Note: Instances of this class are immutable and the exposed mutators return new objects rather than changing the current instance.
Dependency.getExclusions()
Constructor Summary | |
---|---|
Exclusion(String groupId,
String artifactId,
String classifier,
String extension)
Creates an exclusion for artifacts with the specified coordinates. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getArtifactId()
Gets the artifact identifier for artifacts to exclude. |
String |
getClassifier()
Gets the classifier for artifacts to exclude. |
String |
getExtension()
Gets the file extension for artifacts to exclude. |
String |
getGroupId()
Gets the group identifier for artifacts to exclude. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Exclusion(String groupId, String artifactId, String classifier, String extension)
groupId
- The group identifier, may be null
.artifactId
- The artifact identifier, may be null
.classifier
- The classifier, may be null
.extension
- The file extension, may be null
.Method Detail |
---|
public String getGroupId()
null
.public String getArtifactId()
null
.public String getClassifier()
null
.public String getExtension()
null
.public String toString()
toString
in class Object
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |