Class DependencyExclusion
java.lang.Object
org.fedoraproject.xmvn.metadata.DependencyExclusion
- All Implemented Interfaces:
Serializable, Cloneable
Description of artifact excluded from dependency tree.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Method clone.Get artifact ID of the excluded artifact.Get group ID of the excluded artifact.voidsetArtifactId(String artifactId) Set artifact ID of the excluded artifact.voidsetGroupId(String groupId) Set group ID of the excluded artifact.
-
Constructor Details
-
DependencyExclusion
public DependencyExclusion()
-
-
Method Details