Package org.structs4java
Class TestCompileMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.structs4java.AbstractCompileMojo
-
- org.structs4java.TestCompileMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="testCompile", defaultPhase=GENERATE_TEST_SOURCES, requiresDependencyResolution=COMPILE, requiresDependencyCollection=COMPILE) public class TestCompileMojo extends AbstractCompileMojo
-
-
Field Summary
-
Fields inherited from class org.structs4java.AbstractCompileMojo
FILE_EXISTS, log4jConfigurator
-
-
Constructor Summary
Constructors Constructor Description TestCompileMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<String>getClassPath()protected List<String>getCompileSourceRoots()protected FilegetOutputDirectory()protected FilegetStructsDirectory()-
Methods inherited from class org.structs4java.AbstractCompileMojo
addDependencies, compile, execute, getBatchCompiler, getProject
-
-
-
-
Method Detail
-
getStructsDirectory
protected File getStructsDirectory()
- Specified by:
getStructsDirectoryin classAbstractCompileMojo
-
getOutputDirectory
protected File getOutputDirectory()
- Specified by:
getOutputDirectoryin classAbstractCompileMojo
-
getCompileSourceRoots
protected List<String> getCompileSourceRoots()
- Specified by:
getCompileSourceRootsin classAbstractCompileMojo
-
getClassPath
protected List<String> getClassPath()
- Specified by:
getClassPathin classAbstractCompileMojo
-
-