Package org.codehaus.mojo.gwt.utils
Class DefaultGwtModuleReader
- java.lang.Object
-
- org.codehaus.mojo.gwt.utils.DefaultGwtModuleReader
-
- All Implemented Interfaces:
GwtModuleReader
public class DefaultGwtModuleReader extends java.lang.Object implements GwtModuleReader
- Since:
- 2.1.0-1
- Author:
- Olivier Lamy
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringGWT_MODULE_EXTENSION
-
Constructor Summary
Constructors Constructor Description DefaultGwtModuleReader(org.apache.maven.project.MavenProject mavenProject, org.apache.maven.plugin.logging.Log log, ClasspathBuilder classpathBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<java.io.File>getClasspath(java.lang.String scope)java.util.List<java.lang.String>getGwtModules()GwtModulereadModule(java.lang.String name)
-
-
-
Field Detail
-
GWT_MODULE_EXTENSION
public static final java.lang.String GWT_MODULE_EXTENSION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DefaultGwtModuleReader
public DefaultGwtModuleReader(org.apache.maven.project.MavenProject mavenProject, org.apache.maven.plugin.logging.Log log, ClasspathBuilder classpathBuilder)
-
-
Method Detail
-
getGwtModules
public java.util.List<java.lang.String> getGwtModules()
- Specified by:
getGwtModulesin interfaceGwtModuleReader
-
readModule
public GwtModule readModule(java.lang.String name) throws GwtModuleReaderException
- Specified by:
readModulein interfaceGwtModuleReader- Throws:
GwtModuleReaderException
-
getClasspath
public java.util.Collection<java.io.File> getClasspath(java.lang.String scope) throws ClasspathBuilderException- Throws:
ClasspathBuilderException
-
-