Class Scanner
java.lang.Object
org.nuxeo.ecm.webengine.rest.scan.Scanner
- Author:
- Bogdan Stefanescu
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.osgi.framework.Bundle
protected final Map
<String, Collection<Class<? extends Annotation>>> protected final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<A extends Annotation>
Set<Class<A>> getClasses
(Class<A> annotation) void
scan()
-
Field Details
-
bundle
protected final org.osgi.framework.Bundle bundle -
packageBase
-
collectors
-
-
Constructor Details
-
Scanner
-
Scanner
@SafeVarargs public Scanner(org.osgi.framework.Bundle bundle, String packageBase, Class<? extends Annotation>... annotations)
-
-
Method Details
-
scan
-
getClasses
-
getClasses
-