Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.annotations.loader
Class BundleAnnotationsLoader

java.lang.Object
  extended by org.nuxeo.runtime.annotations.loader.BundleAnnotationsLoader
All Implemented Interfaces:
EventListener, org.osgi.framework.BundleListener

Deprecated. not used

public class BundleAnnotationsLoader
extends Object
implements org.osgi.framework.BundleListener

Author:
Bogdan Stefanescu

Constructor Summary
BundleAnnotationsLoader()
          Deprecated.  
 
Method Summary
 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.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleAnnotationsLoader

public BundleAnnotationsLoader()
Deprecated. 
Method Detail

getInstance

public static BundleAnnotationsLoader getInstance()
Deprecated. 

addLoader

public void addLoader(String annotationType,
                      AnnotationLoader loader)
Deprecated. 

loadAnnotationsFromDeployedBundles

public void loadAnnotationsFromDeployedBundles(org.osgi.framework.Bundle bundle)
                                        throws IOException
Deprecated. 
Throws:
IOException

loadAnnotations

public void loadAnnotations(org.osgi.framework.Bundle bundle)
                     throws IOException
Deprecated. 
Throws:
IOException

parse

public static String[] parse(String str)
Deprecated. 

bundleChanged

public void bundleChanged(org.osgi.framework.BundleEvent event)
Deprecated. 
Specified by:
bundleChanged in interface org.osgi.framework.BundleListener

readLines

public static List<String> readLines(InputStream in)
                              throws IOException
Deprecated. 
Throws:
IOException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.