public static class Resources.Inst extends Resources.Element
| Modifier and Type | Field and Description |
|---|---|
protected Object[] |
args |
protected String |
base |
private Locale |
locale |
key, method| Constructor and Description |
|---|
Inst(String base,
Locale locale,
Method method,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
ResourceBundle |
bundle() |
private int |
countQuotesIn(String message) |
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) |
deriveKeyprivate final Locale locale
protected final String base
protected final Object[] args
public ResourceBundle bundle()
public Resources.Inst localize(Locale locale)
public void validate(EnumSet<Resources.Validation> validations)
private int countQuotesIn(String message)
public String str()
public String raw()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.