org.codehaus.enunciate.modules.gwt
Class GWTModuleClasspathHandler
java.lang.Object
org.codehaus.enunciate.modules.gwt.GWTModuleClasspathHandler
- All Implemented Interfaces:
- ClasspathHandler
public class GWTModuleClasspathHandler
- extends java.lang.Object
- implements ClasspathHandler
- Author:
- Ryan Heaton
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GWTModuleClasspathHandler
public GWTModuleClasspathHandler(Enunciate enunciate)
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.