public abstract class BaseDirectoryProviderService extends Object implements DirectoryProviderService
DirectoryProviderService
implementationsModifier and Type | Field and Description |
---|---|
protected Map<String,String> |
defaultProviderClasses |
Constructor and Description |
---|
BaseDirectoryProviderService() |
Modifier and Type | Method and Description |
---|---|
DirectoryProvider |
create(Properties indexProps,
String indexName,
BuildContext context)
Creates a DirectoryProvider for an index based on the configuration
|
protected DirectoryProvider<?> |
initialize(String fullClassName,
String indexName,
Properties indexProps,
BuildContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDefault, toFullyQualifiedClassName
public DirectoryProvider create(Properties indexProps, String indexName, BuildContext context)
DirectoryProviderService
create
in interface DirectoryProviderService
indexProps
- the configuration propertiesindexName
- the name of the index (directory) to createcontext
- provide access to some services at initializationDirectoryProvider
protected DirectoryProvider<?> initialize(String fullClassName, String indexName, Properties indexProps, BuildContext context)
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved