org.commonjava.maven.plugins.execroot
Class ExecutionRootGoal

java.lang.Object
  extended by org.commonjava.maven.plugins.execroot.AbstractDirectoryGoal
      extended by org.commonjava.maven.plugins.execroot.ExecutionRootGoal
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class ExecutionRootGoal
extends AbstractDirectoryGoal
implements org.apache.maven.plugin.Mojo, org.apache.maven.plugin.ContextEnabled


Field Summary
protected static String EXEC_ROOT_CONTEXT_KEY
           
 
Fields inherited from class org.commonjava.maven.plugins.execroot.AbstractDirectoryGoal
context, currentProject, property, quiet, session
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
ExecutionRootGoal()
           
 
Method Summary
protected  File findDirectory()
          
protected  String getContextKey()
          
protected  String getLogLabel()
          
 
Methods inherited from class org.commonjava.maven.plugins.execroot.AbstractDirectoryGoal
execute, getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.maven.plugin.Mojo
execute, getLog, setLog
 
Methods inherited from interface org.apache.maven.plugin.ContextEnabled
getPluginContext, setPluginContext
 

Field Detail

EXEC_ROOT_CONTEXT_KEY

protected static final String EXEC_ROOT_CONTEXT_KEY
See Also:
Constant Field Values
Constructor Detail

ExecutionRootGoal

public ExecutionRootGoal()
Method Detail

findDirectory

protected File findDirectory()

Specified by:
findDirectory in class AbstractDirectoryGoal
See Also:
AbstractDirectoryGoal.findDirectory()

getContextKey

protected String getContextKey()

Specified by:
getContextKey in class AbstractDirectoryGoal
See Also:
AbstractDirectoryGoal.getContextKey()

getLogLabel

protected String getLogLabel()

Specified by:
getLogLabel in class AbstractDirectoryGoal
See Also:
AbstractDirectoryGoal.getLogLabel()


Copyright © 2011. All Rights Reserved.