org.whitesource.agent.api.model
Class ExclusionInfo
java.lang.Object
org.whitesource.agent.api.model.ExclusionInfo
- All Implemented Interfaces:
- Serializable
public class ExclusionInfo
- extends Object
- implements Serializable
WhiteSource model for exclusion of transitive dependencies.
- Author:
- tom.shapira
- See Also:
- Serialized Form
ExclusionInfo
public ExclusionInfo()
- Default constructor
ExclusionInfo
public ExclusionInfo(String artifactId,
String groupId)
- Constructor
- Parameters:
artifactId - groupId -
toString
public String toString()
- Overrides:
toString in class Object
getArtifactId
public String getArtifactId()
setArtifactId
public void setArtifactId(String artifactId)
getGroupId
public String getGroupId()
setGroupId
public void setGroupId(String groupId)
Copyright © 2011-2012 White Source. All Rights Reserved.