public class GwtModule extends Object
Constructor and Description |
---|
GwtModule(String name,
org.codehaus.plexus.util.xml.Xpp3Dom xml,
GwtModuleReader reader) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<String> |
getEntryPoints() |
Set<GwtModule> |
getInherits()
Build the set of inhertied modules.
|
String |
getName() |
String |
getPackage() |
String |
getPath() |
String |
getPublic() |
Map<String,String> |
getServlets() |
Map<String,String> |
getServlets(String path) |
File |
getSourceFile() |
String[] |
getSources() |
String[] |
getSuperSources() |
int |
hashCode() |
void |
setSourceFile(File file) |
public GwtModule(String name, org.codehaus.plexus.util.xml.Xpp3Dom xml, GwtModuleReader reader)
public String getPublic()
public String[] getSuperSources()
public String[] getSources()
public List<String> getEntryPoints() throws GwtModuleReaderException
GwtModuleReaderException
public Set<GwtModule> getInherits() throws GwtModuleReaderException
GwtModuleReaderException
public Map<String,String> getServlets() throws GwtModuleReaderException
GwtModuleReaderException
public Map<String,String> getServlets(String path) throws GwtModuleReaderException
GwtModuleReaderException
public String getName()
public String getPackage()
public String getPath()
public File getSourceFile()
public void setSourceFile(File file)
Copyright © 2007–2017 MojoHaus. All rights reserved.