Class PluginMeta
- java.lang.Object
-
- org.apache.solr.client.solrj.request.beans.PluginMeta
-
- All Implemented Interfaces:
MapSerializable
,MapWriter
,NavigableObject
,ReflectMapWriter
public class PluginMeta extends Object implements ReflectMapWriter
POJO for a plugin metadata used in container plugins
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.solr.common.MapWriter
MapWriter.EntryWriter
-
-
Constructor Summary
Constructors Constructor Description PluginMeta()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PluginMeta
copy()
boolean
equals(Object obj)
int
hashCode()
String
toString()
void
writeMap(MapWriter.EntryWriter ew)
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.solr.common.NavigableObject
_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr, _size
-
-
-
-
Field Detail
-
name
public String name
Unique plugin name, required.
-
klass
public String klass
Plugin implementation class, required.
-
version
public String version
Plugin version.
-
pathPrefix
public String pathPrefix
Plugin API path prefix, optional.
-
config
public MapWriter config
Plugin configuration object, optional.
-
-
Method Detail
-
copy
public PluginMeta copy()
-
writeMap
public void writeMap(MapWriter.EntryWriter ew) throws IOException
- Specified by:
writeMap
in interfaceMapWriter
- Specified by:
writeMap
in interfaceReflectMapWriter
- Throws:
IOException
-
-