Class PackageListeningClassLoader

java.lang.Object
org.apache.solr.pkg.PackageListeningClassLoader
All Implemented Interfaces:
org.apache.solr.common.cloud.SolrClassLoader, PackageListeners.Listener

public class PackageListeningClassLoader extends Object implements org.apache.solr.common.cloud.SolrClassLoader, PackageListeners.Listener
A SolrClassLoader that is designed to listen to a set of packages. This class registers a listener for each package that is loaded through this. If any of those packages are updated, the onReload runnable is run