| Modifier and Type | Method and Description |
|---|---|
static Mode |
Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mode[] |
Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PropertyUtils.addOrOverrideProperty(Properties properties,
String key,
String newValue,
Mode propertyOverwriteMode)
Before setting the newValue, check to see if there is a conflict with an existing value.
|
static void |
PropertyUtils.addOrOverrideProperty(Properties properties,
String key,
String newValue,
Mode overrideMode,
int indent) |
static void |
UnixUtils.validate(int exitValue,
String message,
Mode mode) |
static void |
ModeUtils.validate(Mode mode,
String msg) |
static void |
ModeUtils.validate(Mode mode,
String msg,
Object[] args,
String errMsg) |
static void |
ModeUtils.validate(Mode mode,
String msg,
Object arg1,
Object arg2,
String errMsg) |
static void |
ModeUtils.validate(Mode mode,
String msg,
Object arg,
String errMsg) |
static void |
ModeUtils.validate(Mode mode,
String msg,
String errMsg) |
| Modifier and Type | Field and Description |
|---|---|
static Mode |
Location.DEFAULT_MISSING_MODE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Mode |
Location.getMissingMode()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Location.setMissingMode(Mode missingMode)
Deprecated.
|
| Constructor and Description |
|---|
Location(String value,
String encoding,
Mode missingMode)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static Mode |
Location.DEFAULT_MISSING_MODE |
| Modifier and Type | Method and Description |
|---|---|
Mode |
Location.getMissingMode() |
Mode |
Location.Builder.getMissingMode() |
| Modifier and Type | Method and Description |
|---|---|
Location.Builder |
Location.Builder.missingMode(Mode missingMode) |
void |
Location.Builder.setMissingMode(Mode missingMode) |
| Constructor and Description |
|---|
Location(String value,
String encoding,
Mode missingMode,
PropertyFormat format) |
Location(String value,
String encoding,
Mode missingMode,
PropertyFormat format,
boolean cacheable) |
| Modifier and Type | Field and Description |
|---|---|
static Mode |
Constants.DEFAULT_PROPERTY_OVERWRITE_MODE |
protected Mode |
PropertiesContext.missingLocationsMode |
| Modifier and Type | Method and Description |
|---|---|
Mode |
PropertiesContext.getMissingLocationsMode() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
DefaultPropertyLoadContext.getValidatedLocation(String location,
Mode missingLocationsMode)
Deprecated.
|
void |
PropertiesContext.setMissingLocationsMode(Mode missingLocationsMode) |
| Modifier and Type | Field and Description |
|---|---|
static Mode |
OverridingProcessor.DEFAULT_OVERRIDE_MODE |
| Modifier and Type | Method and Description |
|---|---|
Mode |
OverridingProcessor.getOverrideMode() |
Mode |
GlobalOverrideProcessor.getPropertyOverwriteMode() |
Mode |
EndsWithDecryptProcessor.getPropertyOverwriteMode()
Deprecated.
|
Mode |
HomeProcessor.getPropertyOverwriteMode() |
Mode |
PathProcessor.getPropertyOverwriteMode() |
Mode |
OrgProcessor.getPropertyOverwriteMode() |
Mode |
EndsWithEncryptProcessor.getPropertyOverwriteMode()
Deprecated.
|
Mode |
OverrideProcessor.getPropertyOverwriteMode() |
Mode |
VersionProcessor.getPropertyOverwriteMode() |
| Modifier and Type | Method and Description |
|---|---|
OverridingProcessor.Builder |
OverridingProcessor.Builder.overrideMode(Mode overrideMode) |
void |
GlobalOverrideProcessor.setPropertyOverwriteMode(Mode propertyOverwriteMode) |
void |
EndsWithDecryptProcessor.setPropertyOverwriteMode(Mode propertyOverwriteMode)
Deprecated.
|
void |
HomeProcessor.setPropertyOverwriteMode(Mode propertyOverwriteMode) |
void |
PathProcessor.setPropertyOverwriteMode(Mode propertyOverwriteMode) |
void |
OrgProcessor.setPropertyOverwriteMode(Mode propertyOverwriteMode) |
void |
EndsWithEncryptProcessor.setPropertyOverwriteMode(Mode propertyOverwriteMode)
Deprecated.
|
void |
OverrideProcessor.setPropertyOverwriteMode(Mode propertyOverwriteMode) |
void |
VersionProcessor.setPropertyOverwriteMode(Mode propertyOverwriteMode) |
| Constructor and Description |
|---|
GlobalOverrideProcessor(GlobalPropertiesMode globalPropertiesMode,
Mode propertyOverwriteMode) |
OverrideProcessor(Mode propertyOverwriteMode) |
OverrideProcessor(Mode propertyOverwriteMode,
Properties overrideProperties) |
OverrideProcessor(Mode propertyOverwriteMode,
Properties overrideProperties,
int indent) |
OverridingProcessor(Properties overrides,
Mode overrideMode,
List<String> includes,
List<String> excludes,
int indent) |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.core.env.PropertySource<?> |
SpringUtils.getGlobalPropertySource(ProjectContext project,
Mode missingLocationsMode)
Deprecated.
|
static org.springframework.core.env.PropertySource<?> |
SpringUtils.getGlobalPropertySource(ProjectContext project,
Mode missingLocationsMode,
List<ProjectContext> others)
Deprecated.
|
static org.springframework.core.env.PropertySource<?> |
SpringUtils.getGlobalPropertySource(ProjectContext project,
Mode missingLocationsMode,
ProjectContext... others)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static Mode |
DefaultEnvironmentService.DEFAULT_MISSING_PROPERTY_MODE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Mode |
DefaultEnvironmentService.getMissingPropertyMode()
Deprecated.
|
| Constructor and Description |
|---|
DefaultEnvironmentService(org.springframework.core.env.Environment env,
boolean checkEnvironmentVariables,
boolean resolveStrings,
Mode missingPropertyMode)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Mode |
EnvironmentServiceContext.getMissingPropertyMode() |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentServiceContext.Builder |
EnvironmentServiceContext.Builder.missingPropertyMode(Mode missingPropertyMode) |
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.