public class DependencyExclusion
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Constructor and Description |
---|
DependencyExclusion() |
Modifier and Type | Method and Description |
---|---|
DependencyExclusion |
clone()
Method clone.
|
java.lang.String |
getArtifactId()
Get artifact ID of the excluded artifact.
|
java.lang.String |
getGroupId()
Get group ID of the excluded artifact.
|
void |
setArtifactId(java.lang.String artifactId)
Set artifact ID of the excluded artifact.
|
void |
setGroupId(java.lang.String groupId)
Set group ID of the excluded artifact.
|
public DependencyExclusion clone()
clone
in class java.lang.Object
public java.lang.String getArtifactId()
public java.lang.String getGroupId()
public void setArtifactId(java.lang.String artifactId)
artifactId
- public void setGroupId(java.lang.String groupId)
groupId
- Copyright © 2012–2017 Red Hat, Inc.. All rights reserved.