org.kohsuke.stapler
public class TestCompilerMojo extends AbstractCompilerMojo
Constructor and Description |
---|
TestCompilerMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
protected java.util.List |
getClasspathElements() |
protected java.util.List |
getCompileSourceRoots() |
protected java.io.File |
getOutputDirectory() |
protected org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner |
getSourceInclusionScanner(int staleMillis) |
protected org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner |
getSourceInclusionScanner(java.lang.String inputFileEnding) |
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.CompilationFailureException
execute
in interface org.apache.maven.plugin.Mojo
execute
in class AbstractCompilerMojo
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.CompilationFailureException
protected java.util.List getCompileSourceRoots()
getCompileSourceRoots
in class AbstractCompilerMojo
protected java.util.List getClasspathElements()
getClasspathElements
in class AbstractCompilerMojo
protected java.io.File getOutputDirectory()
getOutputDirectory
in class AbstractCompilerMojo
protected org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner getSourceInclusionScanner(int staleMillis)
getSourceInclusionScanner
in class AbstractCompilerMojo
protected org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner getSourceInclusionScanner(java.lang.String inputFileEnding)
getSourceInclusionScanner
in class AbstractCompilerMojo
Copyright © 2014. All Rights Reserved.