Package net.ltgt.gwt.maven
Class DevModeMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
net.ltgt.gwt.maven.AbstractDevModeMojo
net.ltgt.gwt.maven.DevModeMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="devmode",
requiresDependencyResolution=COMPILE_PLUS_RUNTIME,
threadSafe=true,
aggregator=true)
@Execute(phase=PROCESS_CLASSES)
public class DevModeMojo
extends AbstractDevModeMojo
Runs GWT's DevMode.
-
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 Fileprotected booleanMethods inherited from class net.ltgt.gwt.maven.AbstractDevModeMojo
executeMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
DevModeMojo
public DevModeMojo()
-
-
Method Details
-
getMainClass
- Specified by:
getMainClassin classAbstractDevModeMojo
-
getWorkDir
- Specified by:
getWorkDirin classAbstractDevModeMojo
-
getSpecificArguments
- Specified by:
getSpecificArgumentsin classAbstractDevModeMojo
-
prependSourcesToClasspath
protected boolean prependSourcesToClasspath()- Overrides:
prependSourcesToClasspathin classAbstractDevModeMojo
-
forceMkdirs
- Specified by:
forceMkdirsin classAbstractDevModeMojo- Throws:
IOException
-