Package org.fedoraproject.xmvn.metadata
Class DependencyExclusion
- java.lang.Object
-
- org.fedoraproject.xmvn.metadata.DependencyExclusion
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable
public class DependencyExclusion extends java.lang.Object implements java.io.Serializable, java.lang.CloneableDescription of artifact excluded from dependency tree.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DependencyExclusion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DependencyExclusionclone()Method clone.java.lang.StringgetArtifactId()Get artifact ID of the excluded artifact.java.lang.StringgetGroupId()Get group ID of the excluded artifact.voidsetArtifactId(java.lang.String artifactId)Set artifact ID of the excluded artifact.voidsetGroupId(java.lang.String groupId)Set group ID of the excluded artifact.
-
-
-
Method Detail
-
clone
public DependencyExclusion clone()
Method clone.- Overrides:
clonein classjava.lang.Object- Returns:
- DependencyExclusion
-
getArtifactId
public java.lang.String getArtifactId()
Get artifact ID of the excluded artifact.- Returns:
- String
-
getGroupId
public java.lang.String getGroupId()
Get group ID of the excluded artifact.- Returns:
- String
-
setArtifactId
public void setArtifactId(java.lang.String artifactId)
Set artifact ID of the excluded artifact.- Parameters:
artifactId- a artifactId object.
-
setGroupId
public void setGroupId(java.lang.String groupId)
Set group ID of the excluded artifact.- Parameters:
groupId- a groupId object.
-
-