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 Object implements GwtModuleReader
- Since:
- 2.1.0-1
- Author:
- Olivier Lamy
-
-
Field Summary
Fields Modifier and Type Field Description static 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 Collection<File>getClasspath(String scope)List<String>getGwtModules()GwtModulereadModule(String name)
-
-
-
Field Detail
-
GWT_MODULE_EXTENSION
public static final 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 List<String> getGwtModules()
- Specified by:
getGwtModulesin interfaceGwtModuleReader
-
readModule
public GwtModule readModule(String name) throws GwtModuleReaderException
- Specified by:
readModulein interfaceGwtModuleReader- Throws:
GwtModuleReaderException
-
getClasspath
public Collection<File> getClasspath(String scope) throws ClasspathBuilderException
- Throws:
ClasspathBuilderException
-
-