|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.scijava.maven.plugin.enforcer.Dependency
public class Dependency
Dependency class.
| 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 |
|---|
public Dependency()
| Method Detail |
|---|
public String getGroupId()
Getter for the field groupId.
String object.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 String getType()
Getter for the field type.
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.public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||