org.codehaus.mojo.gwt
Class GwtModule

java.lang.Object
  extended by org.codehaus.mojo.gwt.GwtModule

public class GwtModule
extends Object

Author:
Nicolas De Loof

Constructor Summary
GwtModule(String name, org.codehaus.plexus.util.xml.Xpp3Dom xml, GwtModuleReader reader)
           
 
Method Summary
 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)
           
 String[] getSources()
           
 String[] getSuperSources()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

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()

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.