public final class EngineSettings extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EngineSettings.Defaults
Default values for the different settings if no values are given.
|
Modifier and Type | Field and Description |
---|---|
static String |
BACKENDS
The root property whose children are backend names, e.g.
|
static String |
BEAN_CONFIGURERS
The
BeanConfigurer instances
used to pre-define beans. |
static String |
DEFAULT_BACKEND
The name of the default backend to use when none is defined in the index configuration.
|
static String |
INDEXES
The root property whose children are index names, e.g.
|
public static final String DEFAULT_BACKEND
public static final String BACKENDS
public static final String INDEXES
public static final String BEAN_CONFIGURERS
BeanConfigurer
instances
used to pre-define beans.
Accepts either:
BeanConfigurer
instances,
or BeanConfigurer
implementation classes to be resolved against the BeanResolver
,
or Strings to be considered as bean name and resolved against the BeanResolver
(fully-qualified class names will be instantiated using reflection).
BeanResolver
(fully-qualified class names will be instantiated using reflection).Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.