| Package | Description |
|---|---|
| org.apache.solr.core |
Core classes implementing Solr internals and the management of
SolrCores |
| org.apache.solr.pkg |
Package management implementation
|
| Modifier and Type | Field and Description |
|---|---|
PluginInfo.ClassName |
PluginInfo.cName |
| Modifier and Type | Method and Description |
|---|---|
static PluginInfo.ClassName |
PluginInfo.parseClassName(String name)
class names can be prefixed with package name e.g: my_package:my.pkg.Class
This checks if it is a package name prefixed classname.
|
| Modifier and Type | Method and Description |
|---|---|
PackageLoader.Package.Version |
PackageListeningClassLoader.findPackageVersion(PluginInfo.ClassName cName,
boolean registerListener)
This looks up for package and also listens for that package if required
|
MapWriter |
PackageListeningClassLoader.getPackageVersion(PluginInfo.ClassName cName) |
default MapWriter |
PackageListeners.Listener.getPackageVersion(PluginInfo.ClassName cName) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.