org.jvnet.hk2.config.generator.maven
Class TestConfigGeneratorMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.jvnet.hk2.config.generator.maven.AbstractConfigGeneratorMojo
          extended by org.jvnet.hk2.config.generator.maven.TestConfigGeneratorMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class TestConfigGeneratorMojo
extends AbstractConfigGeneratorMojo


Field Summary
 
Fields inherited from class org.jvnet.hk2.config.generator.maven.AbstractConfigGeneratorMojo
GENERATED_SOURCES, JAVA_NAME, MAIN_NAME, project, TEST_NAME
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
TestConfigGeneratorMojo()
           
 
Method Summary
protected  void addCompileSourceRoot(java.lang.String path)
           
protected  java.io.File getGeneratedDirectory()
           
protected  java.io.File getOutputDirectory()
           
protected  java.io.File getSourceDirectory()
           
 
Methods inherited from class org.jvnet.hk2.config.generator.maven.AbstractConfigGeneratorMojo
execute
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestConfigGeneratorMojo

public TestConfigGeneratorMojo()
Method Detail

getSourceDirectory

protected java.io.File getSourceDirectory()
Specified by:
getSourceDirectory in class AbstractConfigGeneratorMojo

getGeneratedDirectory

protected java.io.File getGeneratedDirectory()
Specified by:
getGeneratedDirectory in class AbstractConfigGeneratorMojo

getOutputDirectory

protected java.io.File getOutputDirectory()
Specified by:
getOutputDirectory in class AbstractConfigGeneratorMojo

addCompileSourceRoot

protected void addCompileSourceRoot(java.lang.String path)
Specified by:
addCompileSourceRoot in class AbstractConfigGeneratorMojo


Copyright © 2013 Oracle Corporation. All Rights Reserved.