public interface IndexManagerFactory extends Service
ClassLoader
s used to resolve implementation names,
define new short-hand aliases, change the default implementation.Modifier and Type | Method and Description |
---|---|
IndexManager |
createDefaultIndexManager() |
IndexManager |
createIndexManagerByName(String indexManagerImplementationName) |
IndexManager createDefaultIndexManager()
IndexManager createIndexManagerByName(String indexManagerImplementationName)
indexManagerImplementationName
- how this is resolved to an IndexManager type
is left to the implementor.Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved