public static class Resources.Inst extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Object[] |
args |
protected String |
base |
protected Method |
method |
| Constructor and Description |
|---|
Resources.Inst(String base,
Locale locale,
Method method,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
ResourceBundle |
bundle() |
boolean |
equals(Object obj) |
Map<String,String> |
getProperties() |
int |
hashCode() |
Resources.Inst |
localize(Locale locale) |
String |
raw() |
String |
str() |
void |
validate(EnumSet<Resources.Validation> validations) |
protected final String base
protected final Method method
protected final Object[] args
public ResourceBundle bundle()
public Resources.Inst localize(Locale locale)
public void validate(EnumSet<Resources.Validation> validations)
public String str()
public String raw()
Copyright © 2014–2015 Julian Hyde. All rights reserved.