public class TestCompilerMojo extends AbstractCompilerMojo
| Constructor and Description |
|---|
TestCompilerMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected List |
getClasspathElements() |
protected List |
getCompileSourceRoots() |
protected File |
getOutputDirectory() |
protected org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner |
getSourceInclusionScanner(int staleMillis) |
protected org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner |
getSourceInclusionScanner(String inputFileEnding) |
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.CompilationFailureException
execute in interface org.apache.maven.plugin.Mojoexecute in class AbstractCompilerMojoorg.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.CompilationFailureExceptionprotected List getCompileSourceRoots()
getCompileSourceRoots in class AbstractCompilerMojoprotected List getClasspathElements()
getClasspathElements in class AbstractCompilerMojoprotected File getOutputDirectory()
getOutputDirectory in class AbstractCompilerMojoprotected org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner getSourceInclusionScanner(int staleMillis)
getSourceInclusionScanner in class AbstractCompilerMojoprotected org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner getSourceInclusionScanner(String inputFileEnding)
getSourceInclusionScanner in class AbstractCompilerMojoCopyright © 2015. All Rights Reserved.