|
TrueLicense Core 1.33 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.schlichtherle.license.ftp.Resources
class Resources
Looks up the resources for this package in a Resource Bundle. Provided for comfort.
| Field Summary | |
|---|---|
private static String |
CLASS_NAME
|
private static ResourceBundle |
resources
|
| Constructor Summary | |
|---|---|
protected |
Resources()
You cannot instantiate this class. |
| Method Summary | |
|---|---|
static String |
getString(String key)
Looks up a string resource identified by key in
resources. |
static String |
getString(String key,
Object argument)
Looks up a string resource identified by key in
resources and formats it as a message using
MessageFormat.format with the given singular argument. |
static String |
getString(String key,
Object[] arguments)
Looks up a string resource identified by key in
resources and formats it as a message using
MessageFormat.format with the given arguments. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final String CLASS_NAME
private static final ResourceBundle resources
| Constructor Detail |
|---|
protected Resources()
| Method Detail |
|---|
public static String getString(String key)
key in
resources.
public static String getString(String key,
Object argument)
key in
resources and formats it as a message using
MessageFormat.format with the given singular argument.
public static String getString(String key,
Object[] arguments)
key in
resources and formats it as a message using
MessageFormat.format with the given arguments.
|
TrueLicense Core 1.33 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||