org.codehaus.enunciate.modules.gwt
Class GWTModuleClasspathHandler

java.lang.Object
  extended by org.codehaus.enunciate.modules.gwt.GWTModuleClasspathHandler
All Implemented Interfaces:
ClasspathHandler

public class GWTModuleClasspathHandler
extends java.lang.Object
implements ClasspathHandler

Author:
Ryan Heaton

Constructor Summary
GWTModuleClasspathHandler(Enunciate enunciate)
           
 
Method Summary
 boolean endPathEntry(java.io.File pathEntry)
          End an entry on the classpath.
 java.util.Map<java.lang.String,java.lang.String> getSourcePackagesToModules()
           
 void handleResource(ClasspathResource resource)
          Handle a classpath resource.
 boolean isKnownGwtType(java.lang.String pckg)
           
 void startPathEntry(java.io.File pathEntry)
          Start an entry on the classpath.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GWTModuleClasspathHandler

public GWTModuleClasspathHandler(Enunciate enunciate)
Method Detail

isKnownGwtType

public boolean isKnownGwtType(java.lang.String pckg)

getSourcePackagesToModules

public java.util.Map<java.lang.String,java.lang.String> getSourcePackagesToModules()

startPathEntry

public void startPathEntry(java.io.File pathEntry)
Description copied from interface: ClasspathHandler
Start an entry on the classpath.

Specified by:
startPathEntry in interface ClasspathHandler
Parameters:
pathEntry - The path entry.

handleResource

public void handleResource(ClasspathResource resource)
Description copied from interface: ClasspathHandler
Handle a classpath resource.

Specified by:
handleResource in interface ClasspathHandler
Parameters:
resource - The classpath resource to handle.

endPathEntry

public boolean endPathEntry(java.io.File pathEntry)
Description copied from interface: ClasspathHandler
End an entry on the classpath.

Specified by:
endPathEntry in interface ClasspathHandler
Parameters:
pathEntry - The entry on the classpath that we're ending.
Returns:
Whether to attempt to look up the sources for the specified path entry.