Class DependencyExclusion
java.lang.Object
org.fedoraproject.xmvn.metadata.DependencyExclusion
Description of artifact excluded from dependency tree.
- Author:
- Mikolaj Izdebski
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet 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
-
getArtifactId
-
getGroupId
-
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.
-