org.commonjava.maven.plugins.execroot
Class HighestBasedirGoal

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

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


Nested Class Summary
static class HighestBasedirGoal.PathComparator
           
 
Field Summary
protected static String HIGHEST_DIR_CONTEXT_KEY
           
protected  List<org.apache.maven.project.MavenProject> projects
           
 
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
HighestBasedirGoal()
           
 
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

HIGHEST_DIR_CONTEXT_KEY

protected static final String HIGHEST_DIR_CONTEXT_KEY
See Also:
Constant Field Values

projects

protected List<org.apache.maven.project.MavenProject> projects
Constructor Detail

HighestBasedirGoal

public HighestBasedirGoal()
Method Detail

findDirectory

protected File findDirectory()
                      throws org.apache.maven.plugin.MojoExecutionException

Specified by:
findDirectory in class AbstractDirectoryGoal
Throws:
org.apache.maven.plugin.MojoExecutionException
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.