| Class | Description |
|---|---|
| Resources |
Defining wrapper classes around resources that allow the compiler to check
whether the resources exist and have the argument types that your code
expects.
|
| Resources.ExInst<T extends Exception> |
Sub-class of
Resources.Inst that can throw an exception without caused
by. |
| Resources.ExInstWithCause<T extends Exception> |
Sub-class of
Resources.Inst that can throw an exception. |
| Resources.Inst |
Resource instance.
|
| Resources.ShadowResourceBundle |
ShadowResourceBundle is an abstract base class for
ResourceBundle classes which are backed by a properties file. |
| Enum | Description |
|---|---|
| Resources.Validation |
Types of validation that can be performed on a resource.
|
| Annotation Type | Description |
|---|---|
| Resources.BaseMessage |
The message in the default locale.
|
| Resources.Property |
Property of a resource.
|
| Resources.Resource |
The name of the property in the resource file.
|
Copyright © 2014–2015 Julian Hyde. All rights reserved.