public class DefaultGwtModuleReader extends Object implements GwtModuleReader
Modifier and Type | Field and Description |
---|---|
static String |
GWT_MODULE_EXTENSION |
Constructor and Description |
---|
DefaultGwtModuleReader(org.apache.maven.project.MavenProject mavenProject,
org.apache.maven.plugin.logging.Log log,
ClasspathBuilder classpathBuilder) |
Modifier and Type | Method and Description |
---|---|
Collection<File> |
getClasspath(String scope) |
List<String> |
getGwtModules() |
GwtModule |
readModule(String name) |
public static final String GWT_MODULE_EXTENSION
public DefaultGwtModuleReader(org.apache.maven.project.MavenProject mavenProject, org.apache.maven.plugin.logging.Log log, ClasspathBuilder classpathBuilder)
public List<String> getGwtModules()
getGwtModules
in interface GwtModuleReader
public GwtModule readModule(String name) throws GwtModuleReaderException
readModule
in interface GwtModuleReader
GwtModuleReaderException
public Collection<File> getClasspath(String scope) throws ClasspathBuilderException
ClasspathBuilderException
Copyright © 2007–2017 MojoHaus. All rights reserved.