public class BundleAnnotationsLoader extends Object implements org.osgi.framework.BundleListener
| Constructor and Description |
|---|
BundleAnnotationsLoader()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addLoader(String annotationType,
AnnotationLoader loader)
Deprecated.
|
void |
bundleChanged(org.osgi.framework.BundleEvent event)
Deprecated.
|
static BundleAnnotationsLoader |
getInstance()
Deprecated.
|
void |
loadAnnotations(org.osgi.framework.Bundle bundle)
Deprecated.
|
void |
loadAnnotationsFromDeployedBundles(org.osgi.framework.Bundle bundle)
Deprecated.
|
static String[] |
parse(String str)
Deprecated.
|
static List<String> |
readLines(InputStream in)
Deprecated.
|
public static BundleAnnotationsLoader getInstance()
public void addLoader(String annotationType, AnnotationLoader loader)
public void loadAnnotationsFromDeployedBundles(org.osgi.framework.Bundle bundle)
throws IOException
IOExceptionpublic void loadAnnotations(org.osgi.framework.Bundle bundle)
throws IOException
IOExceptionpublic void bundleChanged(org.osgi.framework.BundleEvent event)
bundleChanged in interface org.osgi.framework.BundleListenerpublic static List<String> readLines(InputStream in) throws IOException
IOExceptionCopyright © 2014 Nuxeo SA. All rights reserved.