Class AbstractDirectoryGoal
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.commonjava.maven.plugins.execroot.AbstractDirectoryGoal
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
DirectoryOfGoal
,ExecutionRootGoal
,HighestBasedirGoal
public abstract class AbstractDirectoryGoal extends org.apache.maven.plugin.AbstractMojo
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.maven.project.MavenProject
currentProject
protected java.lang.String
property
protected boolean
quiet
protected org.apache.maven.execution.MavenSession
session
protected boolean
systemProperty
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractDirectoryGoal()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
execute()
protected abstract java.io.File
findDirectory()
protected abstract java.lang.String
getContextKey()
protected abstract java.lang.String
getLogLabel()
-
-
-
Method Detail
-
execute
public final void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
- See Also:
Mojo.execute()
-
getLogLabel
protected abstract java.lang.String getLogLabel()
-
findDirectory
protected abstract java.io.File findDirectory() throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
getContextKey
protected abstract java.lang.String getContextKey()
-
-