public class ExclusionInfo extends Object implements Serializable
| Constructor and Description |
|---|
ExclusionInfo()
Default constructor
|
ExclusionInfo(String artifactId,
String groupId)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getArtifactId() |
String |
getGroupId() |
int |
hashCode() |
void |
setArtifactId(String artifactId) |
void |
setGroupId(String groupId) |
String |
toString() |
Copyright © 2011-2024 White Source. All Rights Reserved.