Package org.codehaus.mojo.gwt
Interface GwtModuleReader
-
- All Known Implementing Classes:
AbstractGwtModuleMojo,AbstractGwtShellMojo,AbstractGwtWebMojo,AbstractThemeMojo,CompileMojo,CompileThemeMojo,CSSMojo,DebugMojo,DefaultGwtModuleReader,EclipseMojo,EclipseTestMojo,GwtCleanMojo,GwtResourcesMojo,GwtSourcesJarMojo,I18NMojo,MergeWebXmlMojo,RunMojo,SuperDevModeMojo,TestMojo,UpdateThemeMojo,UpdateWidgetsetMojo,Vaadin8UpgradeMojo
public interface GwtModuleReader- Author:
- Nicolas De Loof
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>getGwtModules()GwtModulereadModule(java.lang.String name)
-
-
-
Method Detail
-
readModule
GwtModule readModule(java.lang.String name) throws GwtModuleReaderException
- Throws:
GwtModuleReaderException
-
getGwtModules
java.util.List<java.lang.String> getGwtModules()
-
-