Class ContainerPluginsRegistry.ApiInfo

java.lang.Object
org.apache.solr.api.ContainerPluginsRegistry.ApiInfo
All Implemented Interfaces:
org.apache.solr.common.MapSerializable, org.apache.solr.common.MapWriter, org.apache.solr.common.NavigableObject, org.apache.solr.common.util.ReflectMapWriter, org.noggit.JSONWriter.Writable
Enclosing class:
ContainerPluginsRegistry

public class ContainerPluginsRegistry.ApiInfo extends Object implements org.apache.solr.common.util.ReflectMapWriter
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.solr.common.MapWriter

    org.apache.solr.common.MapWriter.EntryWriter
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final String
     

    Fields inherited from interface org.apache.solr.common.MapWriter

    EMPTY
  • Constructor Summary

    Constructors
    Constructor
    Description
    ApiInfo(org.apache.solr.api.ContainerPluginsRegistry.PluginMetaHolder infoHolder, List<String> errs)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.solr.client.solrj.request.beans.PluginMeta
     
     
    void
     

    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.MapWriter

    jsonStr, toMap, write

    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 Details

    • pkg

      public final String pkg
  • Constructor Details

    • ApiInfo

      public ApiInfo(org.apache.solr.api.ContainerPluginsRegistry.PluginMetaHolder infoHolder, List<String> errs)
  • Method Details

    • getInstance

      public Object getInstance()
    • getInfo

      public org.apache.solr.client.solrj.request.beans.PluginMeta getInfo()
    • init

      public void init() throws Exception
      Throws:
      Exception