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 voiddispose(IndexSchema instance)IndexSchemaprovide()
-
-
-
Method Detail
-
provide
public IndexSchema provide()
- Specified by:
providein interfaceorg.glassfish.hk2.api.Factory<IndexSchema>
-
dispose
public void dispose(IndexSchema instance)
- Specified by:
disposein interfaceorg.glassfish.hk2.api.Factory<IndexSchema>
-
-