org.codehaus.mojo.gwt
Interface GwtModuleReader

All Known Implementing Classes:
AbstractGwtModuleMojo, AbstractGwtShellMojo, AbstractGwtWebMojo, BrowserManagerServerMojo, CompileMojo, CSSMojo, DebugMojo, DefaultGwtModuleReader, EclipseMojo, EclipseTestMojo, GwtCleanMojo, GwtResourcesMojo, GwtSourcesJarMojo, I18NMojo, MergeWebXmlMojo, RunMojo, SdkInstallMojo, TestMojo

public interface GwtModuleReader

Author:
Nicolas De Loof

Method Summary
 List<String> getGwtModules()
           
 GwtModule readModule(String name)
           
 

Method Detail

readModule

GwtModule readModule(String name)
                     throws GwtModuleReaderException
Throws:
GwtModuleReaderException

getGwtModules

List<String> getGwtModules()


Copyright © 2007-2012 Codehaus. All Rights Reserved.