Nuxeo Enterprise Platform 5.1

org.nuxeo.runtime.launcher
Class ApplicationLoader.DefaultCallback

java.lang.Object
  extended by org.nuxeo.runtime.launcher.ApplicationLoader.DefaultCallback
All Implemented Interfaces:
BundleVisitor.Callback
Direct Known Subclasses:
ApplicationLoader.BundleFileLoader, ApplicationLoader.BundleFileScanner, ApplicationLoader.BundleInstaller
Enclosing class:
ApplicationLoader

public abstract class ApplicationLoader.DefaultCallback
extends Object
implements BundleVisitor.Callback


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

Constructor Detail

ApplicationLoader.DefaultCallback

public ApplicationLoader.DefaultCallback()
Method Detail

visitBundle

public void visitBundle(BundleFile bundleFile)
                 throws IOException
Specified by:
visitBundle in interface BundleVisitor.Callback
Throws:
IOException

visitJar

public void visitJar(BundleFile bundleFile)
              throws IOException
Specified by:
visitJar in interface BundleVisitor.Callback
Throws:
IOException

visitNestedBundles

public void visitNestedBundles(BundleFile bundleFile)
                        throws IOException
Throws:
IOException

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.