org.codehaus.mojo.gwt
Class GwtModule
java.lang.Object
org.codehaus.mojo.gwt.GwtModule
public class GwtModule
- extends Object
- Author:
- Nicolas De Loof
GwtModule
public GwtModule(String name,
org.codehaus.plexus.util.xml.Xpp3Dom xml,
GwtModuleReader reader)
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()
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2007-2012 Codehaus. All Rights Reserved.