Uses of Interface
org.codehaus.mojo.gwt.GwtModuleReader
-
Packages that use GwtModuleReader Package Description com.vaadin.integration.maven 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 com.vaadin.integration.maven
Classes in com.vaadin.integration.maven that implement GwtModuleReader Modifier and Type Class Description classAbstractThemeMojoAbstract base class for theme compilation related Mojos.classCompileThemeMojoUpdates Vaadin themes based on addons containing themes on the classpath.classUpdateThemeMojoUpdates Vaadin themes based on addons containing themes on the classpath.classUpdateWidgetsetMojoUpdates Vaadin widgetsets based on other widgetset packages on the classpath.classVaadin8UpgradeMojoUpdates Vaadin 7 class imports to their corresponding compatibility imports in a Vaadin 8 project. -
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 outputclassGwtResourcesMojoCopy GWT java source code and module descriptor as resources in the build outputDirectory.classGwtSourcesJarMojoAdd GWT java source code and module descriptor as resources to project jar.Constructors in org.codehaus.mojo.gwt with parameters of type GwtModuleReader Constructor Description GwtModule(java.lang.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).
-