Package org.codehaus.mojo.gwt.webxml
Class ServletAnnotationFinder
- java.lang.Object
-
- org.codehaus.plexus.logging.AbstractLogEnabled
-
- org.codehaus.mojo.gwt.webxml.ServletAnnotationFinder
-
- All Implemented Interfaces:
org.codehaus.plexus.logging.LogEnabled
@Component(role=ServletAnnotationFinder.class) public class ServletAnnotationFinder extends org.codehaus.plexus.logging.AbstractLogEnabled
The goal is to find classed annotated with RemoteServiceRelativePath to generatedServletDescriptor- Since:
- 2.1.0-1
- Author:
- Olivier Lamy
-
-
Constructor Summary
Constructors Constructor Description ServletAnnotationFinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<ServletDescriptor>findServlets(java.lang.String packageName, java.lang.String startPath, java.lang.ClassLoader classLoader)
-
-
-
Method Detail
-
findServlets
public java.util.Set<ServletDescriptor> findServlets(java.lang.String packageName, java.lang.String startPath, java.lang.ClassLoader classLoader) throws java.io.IOException
- Parameters:
packageName-- Returns:
- cannot return
null - Throws:
java.io.IOException
-
-