Nuxeo Enterprise Platform 5.4

Uses of Package
org.nuxeo.runtime.deploy

Packages that use org.nuxeo.runtime.deploy
org.nuxeo.runtime.deploy   
 

Classes in org.nuxeo.runtime.deploy used by org.nuxeo.runtime.deploy
CompositeContribution
           
ConfigurationChangedListener
           
ConfigurationDeployer.Entry
           
Contribution
           
ContributionManager
           
DependencyTree
           
DependencyTree.Entry
           
ExtensibleContribution
           
FileChangeListener
          An example of listener implementation: public class MyListener implements FileChangeListener { long lastNotif = 0; public void fileChanged(File file, long since, long now) { if (now == lastNotifFlush) return; if (isIntersetedInFile(file)) { lastNotif = now; flushCache(); // flush internal cache because file on disk changed } } }
FileChangeNotifier
           
FileChangeNotifier.FileEntry
           
ManagedComponent
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.