public static enum BaseConfiguration.PROPERTY_SOURCE_LOCATIONS extends Enum<BaseConfiguration.PROPERTY_SOURCE_LOCATIONS>
Defines the default property source locations. The first declared value has the highest precedence in property overriding.
Enum Constant and Description |
---|
APPLICATION_PROPERTIES |
CUSTOM_PROPERTIES |
ONE_PROPERTIES |
ONE_USER_HOME_PROPERTIES |
PROJECT_ENVIRONMENT_PROPERTIES |
PROJECT_PROPERTIES |
Modifier and Type | Method and Description |
---|---|
String |
getLocation() |
String |
getName() |
boolean |
isIgnoreResourceNotFound() |
static BaseConfiguration.PROPERTY_SOURCE_LOCATIONS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseConfiguration.PROPERTY_SOURCE_LOCATIONS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseConfiguration.PROPERTY_SOURCE_LOCATIONS ONE_USER_HOME_PROPERTIES
public static final BaseConfiguration.PROPERTY_SOURCE_LOCATIONS CUSTOM_PROPERTIES
public static final BaseConfiguration.PROPERTY_SOURCE_LOCATIONS PROJECT_ENVIRONMENT_PROPERTIES
public static final BaseConfiguration.PROPERTY_SOURCE_LOCATIONS PROJECT_PROPERTIES
public static final BaseConfiguration.PROPERTY_SOURCE_LOCATIONS APPLICATION_PROPERTIES
public static final BaseConfiguration.PROPERTY_SOURCE_LOCATIONS ONE_PROPERTIES
public static BaseConfiguration.PROPERTY_SOURCE_LOCATIONS[] values()
for (BaseConfiguration.PROPERTY_SOURCE_LOCATIONS c : BaseConfiguration.PROPERTY_SOURCE_LOCATIONS.values()) System.out.println(c);
public static BaseConfiguration.PROPERTY_SOURCE_LOCATIONS valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getName()
public String getLocation()
public boolean isIgnoreResourceNotFound()
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.