java.lang.Object
com.hazendaz.maven.makeself.PortableGit
The Class PortableGit.
-
Constructor Summary
ConstructorsConstructorDescriptionPortableGit
(org.apache.maven.plugin.logging.Log log) Load portable git artifact from makeself.properties file. -
Method Summary
Modifier and TypeMethodDescriptionGets the artifact id.Gets the classifier.Gets the extension.Gets the group id.getName()
Gets the name.Gets the version.
-
Constructor Details
-
PortableGit
public PortableGit(org.apache.maven.plugin.logging.Log log) throws org.apache.maven.plugin.MojoFailureException Load portable git artifact from makeself.properties file.- Parameters:
log
- the log- Throws:
org.apache.maven.plugin.MojoFailureException
- the mojo failure exception
-
-
Method Details
-
getGroupId
Gets the group id.- Returns:
- the group id
-
getArtifactId
Gets the artifact id.- Returns:
- the artifact id
-
getVersion
Gets the version.- Returns:
- the version
-
getExtension
Gets the extension.- Returns:
- the extension
-
getClassifier
Gets the classifier.- Returns:
- the classifier
-
getName
Gets the name.- Returns:
- the name
-