Package org.fedoraproject.xmvn.metadata
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.void
setArtifactId
(String artifactId) Set artifact ID of the excluded artifact.void
setGroupId
(String groupId) Set group ID of the excluded artifact.
-
Constructor Details
-
DependencyExclusion
public DependencyExclusion()
-
-
Method Details
-
clone
Method clone. -
getArtifactId
Get artifact ID of the excluded artifact.- Returns:
- String
-
getGroupId
Get group ID of the excluded artifact.- Returns:
- String
-
setArtifactId
Set artifact ID of the excluded artifact.- Parameters:
artifactId
- a artifactId object.
-
setGroupId
Set group ID of the excluded artifact.- Parameters:
groupId
- a groupId object.
-