Package net.ltgt.gwt.maven
Class CodeServerMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
net.ltgt.gwt.maven.AbstractDevModeMojo
net.ltgt.gwt.maven.CodeServerMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="codeserver",
requiresDependencyResolution=COMPILE_PLUS_RUNTIME,
threadSafe=true,
aggregator=true)
@Execute(phase=PROCESS_CLASSES)
public class CodeServerMojo
extends AbstractDevModeMojo
Runs GWT's CodeServer (SuperDevMode).
-
Field Summary
Fields inherited from class net.ltgt.gwt.maven.AbstractDevModeMojo
classpathScope, failOnError, jdkToolchain, jvm, jvmArgs, logLevel, modules, project, projects, reactorProjects, session, sourceLevel, style, systemProperties, toolchainManagerFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected Stringprotected Collection<String> getSpecificArguments(Set<String> sources) protected FileMethods inherited from class net.ltgt.gwt.maven.AbstractDevModeMojo
execute, prependSourcesToClasspathMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
CodeServerMojo
public CodeServerMojo()
-
-
Method Details
-
getMainClass
- Specified by:
getMainClassin classAbstractDevModeMojo
-
getWorkDir
- Specified by:
getWorkDirin classAbstractDevModeMojo
-
getSpecificArguments
- Specified by:
getSpecificArgumentsin classAbstractDevModeMojo
-
forceMkdirs
- Specified by:
forceMkdirsin classAbstractDevModeMojo- Throws:
IOException
-