Package org.apache.solr.api
Class ContainerPluginsRegistry.ApiInfo
- java.lang.Object
-
- org.apache.solr.api.ContainerPluginsRegistry.ApiInfo
-
- All Implemented Interfaces:
MapSerializable
,MapWriter
,NavigableObject
,ReflectMapWriter
- Enclosing class:
- ContainerPluginsRegistry
public class ContainerPluginsRegistry.ApiInfo extends Object implements ReflectMapWriter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.solr.common.MapWriter
MapWriter.EntryWriter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PluginMeta
getInfo()
Object
getInstance()
void
init()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.solr.common.NavigableObject
_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr, _size
-
Methods inherited from interface org.apache.solr.common.util.ReflectMapWriter
writeMap
-
-
-
-
Field Detail
-
pkg
public final String pkg
-
-
Method Detail
-
getInstance
public Object getInstance()
-
getInfo
public PluginMeta getInfo()
-
-