org.codehaus.mojo.gwt.utils
Class DefaultGwtModuleReader
java.lang.Object
org.codehaus.mojo.gwt.utils.DefaultGwtModuleReader
- All Implemented Interfaces:
- GwtModuleReader
public class DefaultGwtModuleReader
- extends Object
- implements GwtModuleReader
- Since:
- 2.1.0-1
- Author:
- Olivier Lamy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GWT_MODULE_EXTENSION
public static final String GWT_MODULE_EXTENSION
- See Also:
- Constant Field Values
DefaultGwtModuleReader
public DefaultGwtModuleReader(MavenProject mavenProject,
Log log,
ClasspathBuilder classpathBuilder)
getGwtModules
public List<String> getGwtModules()
- Specified by:
getGwtModules
in interface GwtModuleReader
readModule
public GwtModule readModule(String name)
throws GwtModuleReaderException
- Specified by:
readModule
in interface GwtModuleReader
- Throws:
GwtModuleReaderException
getClasspath
public Collection<File> getClasspath(String scope)
throws ClasspathBuilderException
- Throws:
ClasspathBuilderException
Copyright © 2007-2012 Codehaus. All Rights Reserved.