Class Context


  • public class Context
    extends Object
    • Constructor Detail

      • Context

        public 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 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()