Nuxeo Enterprise Platform 5.4

Package org.nuxeo.runtime.deploy

Interface Summary
ConfigurationChangedListener  
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 } } }
 

Class Summary
CompositeContribution  
ConfigurationDeployer  
ConfigurationDeployer.Entry  
Contribution  
ContributionManager  
DependencyTree<K,T>  
DependencyTree.Entry<K,T>  
ExtensibleContribution  
FileChangeNotifier  
ManagedComponent  
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.