public class Dependency extends Object
Dependency class.
| Constructor and Description |
|---|
Dependency() |
| Modifier and Type | Method and Description |
|---|---|
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() |
public void setGroupId(String groupId)
Setter for the field groupId.
groupId - a String object.public String getArtifactId()
Getter for the field artifactId.
String object.public void setArtifactId(String artifactId)
Setter for the field artifactId.
artifactId - a String object.public String getClassifier()
Getter for the field classifier.
String object.public void setClassifier(String classifier)
Setter for the field classifier.
classifier - a String object.public void setType(String type)
Setter for the field type.
type - a String object.public String[] getIgnoreClasses()
Getter for the field ignoreClasses.
String objects.public void setIgnoreClasses(String[] ignoreClasses)
Setter for the field ignoreClasses.
ignoreClasses - an array of String objects.Copyright © 2014–2015 SciJava. All rights reserved.