Package org.jvnet.hk2.generator.maven
Class InhabitantsGeneratorMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.jvnet.hk2.generator.maven.AbstractInhabitantsGeneratorMojo
-
- org.jvnet.hk2.generator.maven.InhabitantsGeneratorMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generate-inhabitants", defaultPhase=PROCESS_CLASSES, requiresDependencyResolution=TEST) public class InhabitantsGeneratorMojo extends AbstractInhabitantsGeneratorMojoGenerates inhabitant
-
-
Field Summary
Fields Modifier and Type Field Description private booleannoswapprivate java.io.FileoutputDirectory-
Fields inherited from class org.jvnet.hk2.generator.maven.AbstractInhabitantsGeneratorMojo
project
-
-
Constructor Summary
Constructors Constructor Description InhabitantsGeneratorMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleangetNoSwap()protected java.io.FilegetOutputDirectory()-
Methods inherited from class org.jvnet.hk2.generator.maven.AbstractInhabitantsGeneratorMojo
execute, isWar
-
-
-
-
Method Detail
-
getNoSwap
protected boolean getNoSwap()
- Specified by:
getNoSwapin classAbstractInhabitantsGeneratorMojo
-
getOutputDirectory
protected java.io.File getOutputDirectory()
- Specified by:
getOutputDirectoryin classAbstractInhabitantsGeneratorMojo
-
-