org.kuali.common.util.properties
Class Location
java.lang.Object
org.kuali.common.util.properties.Location
public final class Location
- extends Object
Constructor Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_MISSING_MODE
public static final Mode DEFAULT_MISSING_MODE
DEFAULT_CACHEABLE
public static final boolean DEFAULT_CACHEABLE
- See Also:
- Constant Field Values
DEFAULT_PROPERTY_FORMAT
public static final PropertyFormat DEFAULT_PROPERTY_FORMAT
DEFAULT_ENCODING
public static final String DEFAULT_ENCODING
Location
public Location(String value)
Location
public Location(String value,
String encoding)
Location
public Location(String value,
String encoding,
boolean cacheable)
Location
public Location(String value,
String encoding,
Mode missingMode,
PropertyFormat format)
Location
public Location(String value,
String encoding,
Mode missingMode,
PropertyFormat format,
boolean cacheable)
getMissingMode
public Mode getMissingMode()
getEncoding
public String getEncoding()
getFormat
public PropertyFormat getFormat()
getValue
public String getValue()
isCacheable
public boolean isCacheable()
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.