Package org.codehaus.mojo.gwt
Class GwtModule
- java.lang.Object
-
- org.codehaus.mojo.gwt.GwtModule
-
public class GwtModule extends java.lang.Object- Author:
- Nicolas De Loof
-
-
Constructor Summary
Constructors Constructor Description GwtModule(java.lang.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(java.lang.Object obj)java.util.List<java.lang.String>getEntryPoints()java.util.Set<GwtModule>getInherits()Build the set of inhertied modules.java.lang.StringgetName()java.lang.StringgetPackage()java.lang.StringgetPath()java.lang.StringgetPublic()java.util.Map<java.lang.String,java.lang.String>getServlets()java.util.Map<java.lang.String,java.lang.String>getServlets(java.lang.String path)java.io.FilegetSourceFile()java.lang.String[]getSources()java.lang.String[]getSuperSources()inthashCode()voidsetSourceFile(java.io.File file)
-
-
-
Constructor Detail
-
GwtModule
public GwtModule(java.lang.String name, org.codehaus.plexus.util.xml.Xpp3Dom xml, GwtModuleReader reader)
-
-
Method Detail
-
getPublic
public java.lang.String getPublic()
-
getSuperSources
public java.lang.String[] getSuperSources()
-
getSources
public java.lang.String[] getSources()
-
getEntryPoints
public java.util.List<java.lang.String> getEntryPoints() throws GwtModuleReaderException- Throws:
GwtModuleReaderException
-
getInherits
public java.util.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 java.util.Map<java.lang.String,java.lang.String> getServlets() throws GwtModuleReaderException- Throws:
GwtModuleReaderException
-
getServlets
public java.util.Map<java.lang.String,java.lang.String> getServlets(java.lang.String path) throws GwtModuleReaderException- Throws:
GwtModuleReaderException
-
getName
public java.lang.String getName()
-
getPackage
public java.lang.String getPackage()
-
getPath
public java.lang.String getPath()
-
getSourceFile
public java.io.File getSourceFile()
-
setSourceFile
public void setSourceFile(java.io.File file)
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-