org.scijava.maven.plugin.enforcer
Class Dependency

java.lang.Object
  extended by org.scijava.maven.plugin.enforcer.Dependency

public class Dependency
extends Object

Dependency class.

Version:
$Id: $

Constructor Summary
Dependency()
           
 
Method Summary
 String getArtifactId()
          Getter for the field artifactId.
 String getClassifier()
          Getter for the field classifier.
 String getGroupId()
          Getter for the field groupId.
 String[] getIgnoreClasses()
          Getter for the field ignoreClasses.
 String getType()
          Getter for the field type.
 void setArtifactId(String artifactId)
          Setter for the field artifactId.
 void setClassifier(String classifier)
          Setter for the field classifier.
 void setGroupId(String groupId)
          Setter for the field groupId.
 void setIgnoreClasses(String[] ignoreClasses)
          Setter for the field ignoreClasses.
 void setType(String type)
          Setter for the field type.
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Dependency

public Dependency()
Method Detail

getGroupId

public String getGroupId()

Getter for the field groupId.

Returns:
a String object.

setGroupId

public void setGroupId(String groupId)

Setter for the field groupId.

Parameters:
groupId - a String object.

getArtifactId

public String getArtifactId()

Getter for the field artifactId.

Returns:
a String object.

setArtifactId

public void setArtifactId(String artifactId)

Setter for the field artifactId.

Parameters:
artifactId - a String object.

getClassifier

public String getClassifier()

Getter for the field classifier.

Returns:
a String object.

setClassifier

public void setClassifier(String classifier)

Setter for the field classifier.

Parameters:
classifier - a String object.

getType

public String getType()

Getter for the field type.

Returns:
a String object.

setType

public void setType(String type)

Setter for the field type.

Parameters:
type - a String object.

getIgnoreClasses

public String[] getIgnoreClasses()

Getter for the field ignoreClasses.

Returns:
an array of String objects.

setIgnoreClasses

public void setIgnoreClasses(String[] ignoreClasses)

Setter for the field ignoreClasses.

Parameters:
ignoreClasses - an array of String objects.

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2014–2015 SciJava. All rights reserved.