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