public abstract class AbstractGwtModuleMojo extends AbstractGwtMojo implements GwtModuleReader
Search and read the gwt.xml module files to detect project structure.
| Modifier and Type | Field and Description |
|---|---|
static String |
GWT_MODULE_EXTENSION
Deprecated.
|
artifactFactory, artifactMetadataSource, classpathBuilder, GWT_GROUP_ID, gwtSdkFirstInClasspath, localRepository, remoteRepositories, resolver, warSourceDirectory| Constructor and Description |
|---|
AbstractGwtModuleMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCompileSourceRoot(File path) |
List<String> |
getGwtModules() |
String[] |
getModules()
Return the configured modules or scan the project source/resources folder to find them
|
GwtModule |
readModule(String name) |
addClasspathElements, getArtifact, getArtifact, getClasspath, getGenerateDirectory, getGwtCodeServerJar, getGwtDevJar, getGwtUserJar, getLocalRepository, getOutputDirectory, getProject, getProjectArtifacts, getProjectRuntimeArtifacts, getRemoteRepositories, isGenerator, resolvegetLog, getPluginContext, setLog, setPluginContextpublic static final String GWT_MODULE_EXTENSION
DefaultGwtModuleReader.GWT_MODULE_EXTENSIONpublic List<String> getGwtModules()
getGwtModules in interface GwtModuleReaderpublic String[] getModules()
public GwtModule readModule(String name) throws GwtModuleReaderException
readModule in interface GwtModuleReaderGwtModuleReaderExceptionprotected void addCompileSourceRoot(File path)
addCompileSourceRoot in class AbstractGwtMojopath - file to add to the project compile directoriesCopyright © 2007-2014 Codehaus. All Rights Reserved.