Package org.apache.solr.jersey
Class InjectionFactories.ReuseFromContextIndexSchemaFactory
- java.lang.Object
-
- org.apache.solr.jersey.InjectionFactories.ReuseFromContextIndexSchemaFactory
-
- All Implemented Interfaces:
org.glassfish.hk2.api.Factory<IndexSchema>
- Enclosing class:
- InjectionFactories
public static class InjectionFactories.ReuseFromContextIndexSchemaFactory extends Object implements org.glassfish.hk2.api.Factory<IndexSchema>
-
-
Constructor Summary
Constructors Constructor Description ReuseFromContextIndexSchemaFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose(IndexSchema instance)
IndexSchema
provide()
-
-
-
Method Detail
-
provide
public IndexSchema provide()
- Specified by:
provide
in interfaceorg.glassfish.hk2.api.Factory<IndexSchema>
-
dispose
public void dispose(IndexSchema instance)
- Specified by:
dispose
in interfaceorg.glassfish.hk2.api.Factory<IndexSchema>
-
-