Uses of Interface
org.codehaus.mojo.gwt.GwtModuleReader
-
Packages that use GwtModuleReader Package Description org.codehaus.mojo.gwt org.codehaus.mojo.gwt.eclipse org.codehaus.mojo.gwt.shell org.codehaus.mojo.gwt.utils org.codehaus.mojo.gwt.webxml -
-
Uses of GwtModuleReader in org.codehaus.mojo.gwt
Classes in org.codehaus.mojo.gwt that implement GwtModuleReader Modifier and Type Class Description classAbstractGwtModuleMojoAdd support for GWT Modules.classGwtCleanMojoCleanup the webapp directory for GWT module compilation outputclassGwtResourcesMojoDeprecated.use maven-source-plugin and sources classifier dependencies insteadclassGwtSourcesJarMojoDeprecated.use maven-source-plugin and sources classifier dependencies insteadConstructors in org.codehaus.mojo.gwt with parameters of type GwtModuleReader Constructor Description GwtModule(String name, org.codehaus.plexus.util.xml.Xpp3Dom xml, GwtModuleReader reader) -
Uses of GwtModuleReader in org.codehaus.mojo.gwt.eclipse
Classes in org.codehaus.mojo.gwt.eclipse that implement GwtModuleReader Modifier and Type Class Description classEclipseMojoGoal which creates Eclipse lauch configurations for GWT modules.classEclipseTestMojoDeprecated.use google eclipse plugin http://code.google.com/intl/fr-FR/eclipse/docs/users_guide.html -
Uses of GwtModuleReader in org.codehaus.mojo.gwt.shell
Classes in org.codehaus.mojo.gwt.shell that implement GwtModuleReader Modifier and Type Class Description classAbstractGwtShellMojoSupport running GWT SDK Tools as forked JVM with classpath set according to project source/resource directories and dependencies.classAbstractGwtWebMojoclassCompileMojoInvokes the GWT Compiler for the project source.classCSSMojoCreates CSS interfaces for css files.classDebugMojoRuns the project with a debugger port hook (optionally suspended).classI18NMojoCreates I18N interfaces for constants and messages files.classRunMojoRuns the project in the GWT (Classic or Super) Dev Mode for development.classSuperDevModeMojoRuns GWT modules with Super Dev Mode.classTestMojoMimic surefire to run GWTTestCases during integration-test phase, until SUREFIRE-508 is fixed -
Uses of GwtModuleReader in org.codehaus.mojo.gwt.utils
Classes in org.codehaus.mojo.gwt.utils that implement GwtModuleReader Modifier and Type Class Description classDefaultGwtModuleReader -
Uses of GwtModuleReader in org.codehaus.mojo.gwt.webxml
Classes in org.codehaus.mojo.gwt.webxml that implement GwtModuleReader Modifier and Type Class Description classMergeWebXmlMojoMerges GWT servlet elements into deployment descriptor (and non GWT servlets into shell).
-