org.kuali.common.util.properties
Class Location

java.lang.Object
  extended by org.kuali.common.util.properties.Location

public final class Location
extends Object


Field Summary
static boolean DEFAULT_CACHEABLE
           
static String DEFAULT_ENCODING
           
static Mode DEFAULT_MISSING_MODE
           
static PropertyFormat DEFAULT_PROPERTY_FORMAT
           
 
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)
           
 
Method Summary
 String getEncoding()
           
 PropertyFormat getFormat()
           
 Mode getMissingMode()
           
 String getValue()
           
 boolean isCacheable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)
Method Detail

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.