Package org.jvnet.hk2.generator.maven
Class TestInhabitantsGeneratorMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.jvnet.hk2.generator.maven.AbstractInhabitantsGeneratorMojo
-
- org.jvnet.hk2.generator.maven.TestInhabitantsGeneratorMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
public class TestInhabitantsGeneratorMojo extends AbstractInhabitantsGeneratorMojo
Generates inhabitant
-
-
Field Summary
-
Fields inherited from class org.jvnet.hk2.generator.maven.AbstractInhabitantsGeneratorMojo
project
-
-
Constructor Summary
Constructors Constructor Description TestInhabitantsGeneratorMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
getNoSwap()
protected File
getOutputDirectory()
-
Methods inherited from class org.jvnet.hk2.generator.maven.AbstractInhabitantsGeneratorMojo
execute, isWar
-
-
-
-
Method Detail
-
getNoSwap
protected boolean getNoSwap()
- Specified by:
getNoSwap
in classAbstractInhabitantsGeneratorMojo
-
getOutputDirectory
protected File getOutputDirectory()
- Specified by:
getOutputDirectory
in classAbstractInhabitantsGeneratorMojo
-
-