| Package | Description |
|---|---|
| net.hydromatic.resource |
Compiler-checked resource framework.
|
| Modifier and Type | Method and Description |
|---|---|
static Resources.Validation |
Resources.Validation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Resources.Validation[] |
Resources.Validation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Resources.Inst.validate(EnumSet<Resources.Validation> validations) |
void |
Resources.ExInstWithCause.validate(EnumSet<Resources.Validation> validations) |
void |
Resources.ExInst.validate(EnumSet<Resources.Validation> validations) |
static void |
Resources.validate(Object o,
EnumSet<Resources.Validation> validations)
Applies the given validations to all resource methods in the given
resource object.
|
Copyright © 2014–2015 Julian Hyde. All rights reserved.