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
IOException
public void loadAnnotations(org.osgi.framework.Bundle bundle) throws IOException
IOException
public void bundleChanged(org.osgi.framework.BundleEvent event)
bundleChanged
in interface org.osgi.framework.BundleListener
public static List<String> readLines(InputStream in) throws IOException
IOException
Copyright © 2011 Nuxeo SA. All Rights Reserved.