Modifier and Type | Class and Description |
---|---|
static class |
Location.Builder |
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_CACHEABLE |
static String |
DEFAULT_ENCODING |
static Mode |
DEFAULT_MISSING_MODE |
static PropertyFormat |
DEFAULT_PROPERTY_FORMAT |
Constructor and Description |
---|
Location(String value) |
Location(String value,
String encoding) |
Location(String value,
String encoding,
boolean cacheable) |
Location(String value,
String encoding,
Mode missingMode,
PropertyFormat format) |
Location(String value,
String encoding,
Mode missingMode,
PropertyFormat format,
boolean cacheable) |
Modifier and Type | Method and Description |
---|---|
static Location.Builder |
builder(Location existing,
String newValue)
Create a new
Location identical to an existing location but with newValue for its value |
static Location.Builder |
builder(String value) |
String |
getEncoding() |
PropertyFormat |
getFormat() |
Mode |
getMissingMode() |
String |
getValue() |
boolean |
isCacheable() |
public static final Mode DEFAULT_MISSING_MODE
public static final boolean DEFAULT_CACHEABLE
public static final PropertyFormat DEFAULT_PROPERTY_FORMAT
public static final String DEFAULT_ENCODING
public Location(String value, String encoding, Mode missingMode, PropertyFormat format)
public Location(String value, String encoding, Mode missingMode, PropertyFormat format, boolean cacheable)
public Mode getMissingMode()
public String getEncoding()
public PropertyFormat getFormat()
public boolean isCacheable()
public static Location.Builder builder(String value)
public static Location.Builder builder(Location existing, String newValue)
Location
identical to an existing location but with newValue
for its valueCopyright © 2010–2014 The Kuali Foundation. All rights reserved.