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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ExclusionCreates an exclusion for artifacts with the specified coordinates.- Parameters:
- 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 Details- 
getGroupIdGets the group identifier for artifacts to exclude.- Returns:
- The group identifier, never null.
 
- 
getArtifactIdGets the artifact identifier for artifacts to exclude.- Returns:
- The artifact identifier, never null.
 
- 
getClassifierGets the classifier for artifacts to exclude.- Returns:
- The classifier, never null.
 
- 
getExtensionGets the file extension for artifacts to exclude.- Returns:
- The file extension of artifacts to exclude, never null.
 
- 
toString
- 
equals
- 
hashCode
 
-