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, requiresDirectInvocation=true, threadSafe=true, aggregator=true) @Execute(phase=PROCESS_CLASSES) public class DevModeMojo extends AbstractDevModeMojoRuns 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, toolchainManager
-
-
Constructor Summary
Constructors Constructor Description DevModeMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidforceMkdirs()protected java.lang.StringgetMainClass()protected java.util.Collection<java.lang.String>getSpecificArguments(java.util.Set<java.lang.String> sources)protected java.io.FilegetWorkDir()protected booleanprependSourcesToClasspath()-
Methods inherited from class net.ltgt.gwt.maven.AbstractDevModeMojo
execute
-
-
-
-
Method Detail
-
getMainClass
protected java.lang.String getMainClass()
- Specified by:
getMainClassin classAbstractDevModeMojo
-
getWorkDir
protected java.io.File getWorkDir()
- Specified by:
getWorkDirin classAbstractDevModeMojo
-
getSpecificArguments
protected java.util.Collection<java.lang.String> getSpecificArguments(java.util.Set<java.lang.String> sources)
- Specified by:
getSpecificArgumentsin classAbstractDevModeMojo
-
prependSourcesToClasspath
protected boolean prependSourcesToClasspath()
- Overrides:
prependSourcesToClasspathin classAbstractDevModeMojo
-
forceMkdirs
protected void forceMkdirs() throws java.io.IOException- Specified by:
forceMkdirsin classAbstractDevModeMojo- Throws:
java.io.IOException
-
-