public class AnnotationParser extends AnnotationParser
AnnotationParser.ClassHandler, AnnotationParser.DiscoverableAnnotationHandler, AnnotationParser.FieldHandler, AnnotationParser.ListValue, AnnotationParser.MethodHandler, AnnotationParser.MyAnnotationVisitor, AnnotationParser.MyClassVisitor, AnnotationParser.SimpleValue, AnnotationParser.Value_annotationHandlers, _classHandlers, _fieldHandlers, _methodHandlers, _parsedClassNames| Constructor and Description |
|---|
AnnotationParser() |
| Modifier and Type | Method and Description |
|---|---|
protected Resource |
getResource(org.osgi.framework.Bundle bundle) |
protected URI |
getURI(org.osgi.framework.Bundle bundle) |
protected Resource |
indexBundle(org.osgi.framework.Bundle bundle)
Keep track of a jetty URI Resource and its associated OSGi bundle.
|
protected void |
parse(org.osgi.framework.Bundle bundle,
ClassNameResolver resolver) |
void |
parse(URI[] uris,
ClassNameResolver resolver)
Find annotations in classes in the supplied url of jar files.
|
getAnnotationHandlers, getAnnotationHandlers, isParsed, normalize, parse, parse, parse, parse, parse, parse, parse, registerAnnotationHandler, registerClassHandler, scanClassprotected Resource indexBundle(org.osgi.framework.Bundle bundle) throws Exception
uri - bundle - Exceptionprotected URI getURI(org.osgi.framework.Bundle bundle)
protected Resource getResource(org.osgi.framework.Bundle bundle)
public void parse(URI[] uris, ClassNameResolver resolver) throws Exception
AnnotationParserparse in class AnnotationParserExceptionprotected void parse(org.osgi.framework.Bundle bundle,
ClassNameResolver resolver)
throws Exception
ExceptionCopyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.