Uses of Interface
org.codehaus.mojo.gwt.GwtModuleReader

Packages that use GwtModuleReader
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
 class AbstractGwtModuleMojo
          Add support for GWT Modules.
 class GwtCleanMojo
          Cleanup the webapp directory for GWT module compilation output
 class GwtResourcesMojo
          Copy GWT java source code and module descriptor as resources in the build outputDirectory.
 class GwtSourcesJarMojo
          Add GWT java source code and module descriptor as resources to project jar.
 class SdkInstallMojo
          Install a GWT (home built) SDK in local repository
 

Constructors in org.codehaus.mojo.gwt with parameters of type GwtModuleReader
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
 class EclipseMojo
          Goal which creates Eclipse lauch configurations for GWT modules.
 class EclipseTestMojo
          Deprecated. 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
 class AbstractGwtShellMojo
          Support running GWT SDK Tools as forked JVM with classpath set according to project source/resource directories and dependencies.
 class AbstractGwtWebMojo
           
 class BrowserManagerServerMojo
           
 class CompileMojo
          Invokes the GWTCompiler for the project source.
 class CSSMojo
          Creates CSS interfaces for css files.
 class DebugMojo
          Extends the gwt goal and runs the project in the GWT Hosted mode with a debugger port hook (optionally suspended).
 class I18NMojo
          Creates I18N interfaces for constants and messages files.
 class RunMojo
          Goal which run a GWT module in the GWT Hosted mode.
 class TestMojo
          Mimic 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
 class DefaultGwtModuleReader
           
 

Uses of GwtModuleReader in org.codehaus.mojo.gwt.webxml
 

Classes in org.codehaus.mojo.gwt.webxml that implement GwtModuleReader
 class MergeWebXmlMojo
          Merges GWT servlet elements into deployment descriptor (and non GWT servlets into shell).
 



Copyright © 2007-2012 Codehaus. All Rights Reserved.