Package org.seedstack.maven
Class Context
- java.lang.Object
-
- org.seedstack.maven.Context
-
public class Context extends Object
-
-
Constructor Summary
Constructors Constructor Description Context(String[] args, org.apache.maven.plugin.logging.Log log, File classesDirectory, File testClassesDirectory, org.apache.maven.project.MavenProject mavenProject, org.apache.maven.execution.MavenSession mavenSession, org.apache.maven.plugin.BuildPluginManager buildPluginManager)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getArgs()org.apache.maven.plugin.BuildPluginManagergetBuildPluginManager()FilegetClassesDirectory()org.apache.maven.plugin.logging.LoggetLog()org.apache.maven.project.MavenProjectgetMavenProject()org.apache.maven.execution.MavenSessiongetMavenSession()FilegetTestClassesDirectory()static booleanisCygwin()static booleanisMingwXterm()static booleanisWindows()voidnotifyStartup()voidwaitForStartup()
-
-
-
Method Detail
-
getArgs
public String[] getArgs()
-
getLog
public org.apache.maven.plugin.logging.Log getLog()
-
getClassesDirectory
public File getClassesDirectory()
-
getTestClassesDirectory
public File getTestClassesDirectory()
-
getMavenProject
public org.apache.maven.project.MavenProject getMavenProject()
-
getMavenSession
public org.apache.maven.execution.MavenSession getMavenSession()
-
getBuildPluginManager
public org.apache.maven.plugin.BuildPluginManager getBuildPluginManager()
-
notifyStartup
public void notifyStartup()
-
waitForStartup
public void waitForStartup() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-
isWindows
public static boolean isWindows()
-
isCygwin
public static boolean isCygwin()
-
isMingwXterm
public static boolean isMingwXterm()
-
-