org.whitesource.agent.api.model
Class ExclusionInfo

java.lang.Object
  extended by 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

Constructor Summary
ExclusionInfo()
          Default constructor
ExclusionInfo(String artifactId, String groupId)
          Constructor
 
Method Summary
 String getArtifactId()
           
 String getGroupId()
           
 void setArtifactId(String artifactId)
           
 void setGroupId(String groupId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExclusionInfo

public ExclusionInfo()
Default constructor


ExclusionInfo

public ExclusionInfo(String artifactId,
                     String groupId)
Constructor

Parameters:
artifactId -
groupId -
Method Detail

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.