public static class Location.Builder extends Object
| Constructor and Description |
|---|
Location.Builder(String value) |
| Modifier and Type | Method and Description |
|---|---|
Location |
build() |
Location.Builder |
cacheable(boolean cacheable) |
Location.Builder |
encoding(String encoding) |
Location.Builder |
format(PropertyFormat format) |
String |
getEncoding() |
PropertyFormat |
getFormat() |
Mode |
getMissingMode() |
String |
getValue() |
boolean |
isCacheable() |
Location.Builder |
missingMode(Mode missingMode) |
void |
setCacheable(boolean cacheable) |
void |
setEncoding(String encoding) |
void |
setFormat(PropertyFormat format) |
void |
setMissingMode(Mode missingMode) |
public Location.Builder(String value)
public Location.Builder missingMode(Mode missingMode)
public Location.Builder encoding(String encoding)
public Location.Builder format(PropertyFormat format)
public Location.Builder cacheable(boolean cacheable)
public Mode getMissingMode()
public void setMissingMode(Mode missingMode)
public String getEncoding()
public void setEncoding(String encoding)
public PropertyFormat getFormat()
public void setFormat(PropertyFormat format)
public boolean isCacheable()
public void setCacheable(boolean cacheable)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.