Class Dependency
- java.lang.Object
-
- org.codehaus.mojo.extraenforcer.dependencies.Dependency
-
public class Dependency extends Object
Dependency class.
- Version:
- $Id: $
-
-
Constructor Summary
Constructors Constructor Description Dependency()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArtifactId()Getter for the fieldartifactId.StringgetClassifier()Getter for the fieldclassifier.StringgetGroupId()Getter for the fieldgroupId.String[]getIgnoreClasses()Getter for the fieldignoreClasses.StringgetType()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.voidsetType(String type)Setter for the fieldtype.StringtoString()
-
-
-
Method Detail
-
setGroupId
public void setGroupId(String groupId)
Setter for the field
groupId.- Parameters:
groupId- aStringobject.
-
getArtifactId
public String getArtifactId()
Getter for the field
artifactId.- Returns:
- a
Stringobject.
-
setArtifactId
public void setArtifactId(String artifactId)
Setter for the field
artifactId.- Parameters:
artifactId- aStringobject.
-
getClassifier
public String getClassifier()
Getter for the field
classifier.- Returns:
- a
Stringobject.
-
setClassifier
public void setClassifier(String classifier)
Setter for the field
classifier.- Parameters:
classifier- aStringobject.
-
setType
public void setType(String type)
Setter for the field
type.- Parameters:
type- aStringobject.
-
getIgnoreClasses
public String[] getIgnoreClasses()
Getter for the field
ignoreClasses.- Returns:
- an array of
Stringobjects.
-
setIgnoreClasses
public void setIgnoreClasses(String[] ignoreClasses)
Setter for the field
ignoreClasses.- Parameters:
ignoreClasses- an array ofStringobjects.
-
-