Class Dependency
java.lang.Object
org.codehaus.mojo.extraenforcer.dependencies.Dependency
Dependency class.
- Version:
- $Id: $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldartifactId.Getter for the fieldclassifier.Getter for the fieldgroupId.String[]Getter for the fieldignoreClasses.getType()Getter for the fieldtype.voidsetArtifactId(String artifactId) Setter for the fieldartifactId.voidsetClassifier(String classifier) Setter for the fieldclassifier.voidsetGroupId(String groupId) Setter for the fieldgroupId.voidsetIgnoreClasses(String[] ignoreClasses) Setter for the fieldignoreClasses.voidSetter for the fieldtype.toString()
-
Constructor Details
-
Dependency
public Dependency()
-
-
Method Details
-
getGroupId
Getter for the field
groupId.- Returns:
- a
Stringobject.
-
setGroupId
Setter for the field
groupId.- Parameters:
groupId- aStringobject.
-
getArtifactId
Getter for the field
artifactId.- Returns:
- a
Stringobject.
-
setArtifactId
Setter for the field
artifactId.- Parameters:
artifactId- aStringobject.
-
getClassifier
Getter for the field
classifier.- Returns:
- a
Stringobject.
-
setClassifier
Setter for the field
classifier.- Parameters:
classifier- aStringobject.
-
getType
Getter for the field
type.- Returns:
- a
Stringobject.
-
setType
Setter for the field
type.- Parameters:
type- aStringobject.
-
getIgnoreClasses
Getter for the field
ignoreClasses.- Returns:
- an array of
Stringobjects.
-
setIgnoreClasses
Setter for the field
ignoreClasses.- Parameters:
ignoreClasses- an array ofStringobjects.
-
toString
-