Package org.apache.solr.pkg
Interface PackageListeners.Listener
- All Known Implementing Classes:
PackageListeningClassLoader
- Enclosing class:
PackageListeners
public static interface PackageListeners.Listener
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidA callback when the package is updateddefault org.apache.solr.common.MapWriterfetch the package versions of class namesName of the package or null to listen to all package changes
-
Method Details
-
packageName
String packageName()Name of the package or null to listen to all package changes -
packageDetails
Map<String,PackageAPI.PkgVersion> packageDetails()fetch the package versions of class names -
changed
A callback when the package is updated -
getPackageVersion
-