Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.osgi.application
Class ApplicationLoader.BundleInstaller

java.lang.Object
  extended by org.nuxeo.osgi.application.ApplicationLoader.DefaultCallback
      extended by org.nuxeo.osgi.application.ApplicationLoader.BundleInstaller
All Implemented Interfaces:
BundleWalker.Callback
Enclosing class:
ApplicationLoader

public class ApplicationLoader.BundleInstaller
extends ApplicationLoader.DefaultCallback

Installs bundles as they are discovered by the bundle visitor.

Author:
Bogdan Stefanescu

Constructor Summary
ApplicationLoader.BundleInstaller()
           
 
Method Summary
 void visitBundle(BundleFile bundleFile)
           
 void visitJar(BundleFile bundleFile)
           
 
Methods inherited from class org.nuxeo.osgi.application.ApplicationLoader.DefaultCallback
visitNestedBundles
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationLoader.BundleInstaller

public ApplicationLoader.BundleInstaller()
Method Detail

visitBundle

public void visitBundle(BundleFile bundleFile)
                 throws IOException
Specified by:
visitBundle in interface BundleWalker.Callback
Overrides:
visitBundle in class ApplicationLoader.DefaultCallback
Throws:
IOException

visitJar

public void visitJar(BundleFile bundleFile)
              throws IOException
Specified by:
visitJar in interface BundleWalker.Callback
Overrides:
visitJar in class ApplicationLoader.DefaultCallback
Throws:
IOException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.