Package org.eclipse.aether.graph
Class Exclusion
java.lang.Object
org.eclipse.aether.graph.Exclusion
An exclusion of one or more transitive dependencies.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
Exclusion
Creates an exclusion for artifacts with the specified coordinates.- Parameters:
 groupId- The group identifier, may benull.artifactId- The artifact identifier, may benull.classifier- The classifier, may benull.extension- The file extension, may benull.
 
 - 
 - 
Method Details
- 
getGroupId
Gets the group identifier for artifacts to exclude.- Returns:
 - The group identifier, never 
null. 
 - 
getArtifactId
Gets the artifact identifier for artifacts to exclude.- Returns:
 - The artifact identifier, never 
null. 
 - 
getClassifier
Gets the classifier for artifacts to exclude.- Returns:
 - The classifier, never 
null. 
 - 
getExtension
Gets the file extension for artifacts to exclude.- Returns:
 - The file extension of artifacts to exclude, never 
null. 
 - 
toString
 - 
equals
 - 
hashCode
 
 -