Package com.github.fungal.bootstrap
Class DependencyType
java.lang.Object
com.github.fungal.bootstrap.DependencyType
A dependency
- Author:
- Jesper Pedersen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEqualsGet the artifactGet the classifiergetExt()Get the extGet the moduleGet the organisationGet the revisionGet the targetinthashCode()Hash codevoidSet the artifact idvoidSet the classifiervoidSet the extvoidSet the modulevoidSet the organisationvoidSet the revisionvoidSet the targettoString()String representation
-
Constructor Details
-
DependencyType
public DependencyType()Constructor
-
-
Method Details
-
getTarget
Get the target- Returns:
- The value
-
setTarget
Set the target- Parameters:
v- The value
-
getOrganisation
Get the organisation- Returns:
- The value
-
setOrganisation
Set the organisation- Parameters:
v- The value
-
getModule
Get the module- Returns:
- The value
-
setModule
Set the module- Parameters:
v- The value
-
getArtifact
Get the artifact- Returns:
- The value
-
setArtifact
Set the artifact id- Parameters:
v- The value
-
getRevision
Get the revision- Returns:
- The value
-
setRevision
Set the revision- Parameters:
v- The value
-
getClassifier
Get the classifier- Returns:
- The value
-
setClassifier
Set the classifier- Parameters:
v- The value
-
getExt
Get the ext- Returns:
- The value
-
setExt
Set the ext- Parameters:
v- The value
-
equals
Equals -
hashCode
public int hashCode()Hash code -
toString
String representation
-