Package org.codehaus.mojo.gwt
Class GwtModule
- java.lang.Object
-
- org.codehaus.mojo.gwt.GwtModule
-
public class GwtModule extends Object
- Author:
- Nicolas De Loof
-
-
Constructor Summary
Constructors Constructor Description GwtModule(String name, org.codehaus.plexus.util.xml.Xpp3Dom xml, GwtModuleReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)List<String>getEntryPoints()Set<GwtModule>getInherits()Build the set of inhertied modules.StringgetName()StringgetPackage()StringgetPath()StringgetPublic()Map<String,String>getServlets()Map<String,String>getServlets(String path)FilegetSourceFile()String[]getSources()String[]getSuperSources()inthashCode()voidsetSourceFile(File file)
-
-
-
Constructor Detail
-
GwtModule
public GwtModule(String name, org.codehaus.plexus.util.xml.Xpp3Dom xml, GwtModuleReader reader)
-
-
Method Detail
-
getPublic
public String getPublic()
-
getSuperSources
public String[] getSuperSources()
-
getSources
public String[] getSources()
-
getEntryPoints
public List<String> getEntryPoints() throws GwtModuleReaderException
- Throws:
GwtModuleReaderException
-
getInherits
public Set<GwtModule> getInherits() throws GwtModuleReaderException
Build the set of inhertied modules. Due to xml inheritence mecanism, there may be cicles in the inheritence graph, so we build a set of inherited modules- Throws:
GwtModuleReaderException
-
getServlets
public Map<String,String> getServlets() throws GwtModuleReaderException
- Throws:
GwtModuleReaderException
-
getServlets
public Map<String,String> getServlets(String path) throws GwtModuleReaderException
- Throws:
GwtModuleReaderException
-
getName
public String getName()
-
getPackage
public String getPackage()
-
getPath
public String getPath()
-
getSourceFile
public File getSourceFile()
-
setSourceFile
public void setSourceFile(File file)
-
-