A B C E G H I L M N R S V 

A

AbstractCodeGeneratorMojo - Class in net.hydromatic.resource.maven
 
AbstractCodeGeneratorMojo() - Constructor for class net.hydromatic.resource.maven.AbstractCodeGeneratorMojo
 
args - Variable in class net.hydromatic.resource.Resources.Inst
 

B

base - Variable in class net.hydromatic.resource.Resources.Inst
 
bundle() - Method in class net.hydromatic.resource.Resources.Inst
 

C

create(String, Class<T>) - Static method in class net.hydromatic.resource.Resources
 

E

equals(Object) - Method in class net.hydromatic.resource.Resources.Inst
 
ex() - Method in class net.hydromatic.resource.Resources.ExInst
 
ex(Throwable) - Method in class net.hydromatic.resource.Resources.ExInstWithCause
 
execute() - Method in class net.hydromatic.resource.maven.AbstractCodeGeneratorMojo
 

G

generate() - Method in class net.hydromatic.resource.maven.AbstractCodeGeneratorMojo
 
generate() - Method in class net.hydromatic.resource.maven.ResourceMojo
 
getExceptionClass(Type) - Static method in class net.hydromatic.resource.Resources.ExInstWithCause
 
getKeys() - Method in class net.hydromatic.resource.Resources.ShadowResourceBundle
 
getProperties() - Method in class net.hydromatic.resource.Resources.Inst
 
getThreadLocale() - Static method in class net.hydromatic.resource.Resources
Returns the preferred locale of the current thread, or null if the thread has not called Resources.setThreadLocale(java.util.Locale).
getThreadOrDefaultLocale() - Static method in class net.hydromatic.resource.Resources
Returns the preferred locale of the current thread, or the default locale if the current thread has not called Resources.setThreadLocale(java.util.Locale).

H

handleGetObject(String) - Method in class net.hydromatic.resource.Resources.ShadowResourceBundle
 
hashCode() - Method in class net.hydromatic.resource.Resources.Inst
 

I

instance(String, Locale, ResourceBundle) - Static method in class net.hydromatic.resource.Resources.ShadowResourceBundle
Returns the instance of the baseName resource bundle for the given locale.

L

localize(Locale) - Method in class net.hydromatic.resource.Resources.ExInstWithCause
 
localize(Locale) - Method in class net.hydromatic.resource.Resources.Inst
 

M

method - Variable in class net.hydromatic.resource.Resources.Inst
 

N

net.hydromatic.resource - package net.hydromatic.resource
Compiler-checked resource framework.
net.hydromatic.resource.maven - package net.hydromatic.resource.maven
Optiq query provider that reads from CSV (comma-separated value) files.

R

raw() - Method in class net.hydromatic.resource.Resources.Inst
 
ResourceMojo - Class in net.hydromatic.resource.maven
Generates a Resources class.
ResourceMojo() - Constructor for class net.hydromatic.resource.maven.ResourceMojo
 
Resources - Class in net.hydromatic.resource
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.BaseMessage - Annotation Type in net.hydromatic.resource
The message in the default locale.
Resources.ExInst<T extends Exception> - Class in net.hydromatic.resource
Sub-class of Resources.Inst that can throw an exception without caused by.
Resources.ExInst(String, Locale, Method, Object...) - Constructor for class net.hydromatic.resource.Resources.ExInst
 
Resources.ExInstWithCause<T extends Exception> - Class in net.hydromatic.resource
Sub-class of Resources.Inst that can throw an exception.
Resources.ExInstWithCause(String, Locale, Method, Object...) - Constructor for class net.hydromatic.resource.Resources.ExInstWithCause
 
Resources.Inst - Class in net.hydromatic.resource
Resource instance.
Resources.Inst(String, Locale, Method, Object...) - Constructor for class net.hydromatic.resource.Resources.Inst
 
Resources.Property - Annotation Type in net.hydromatic.resource
Property of a resource.
Resources.Resource - Annotation Type in net.hydromatic.resource
The name of the property in the resource file.
Resources.ShadowResourceBundle - Class in net.hydromatic.resource
ShadowResourceBundle is an abstract base class for ResourceBundle classes which are backed by a properties file.
Resources.ShadowResourceBundle() - Constructor for class net.hydromatic.resource.Resources.ShadowResourceBundle
Creates a ShadowResourceBundle, and reads resources from a .properties file with the same name as the current class.
Resources.Validation - Enum in net.hydromatic.resource
Types of validation that can be performed on a resource.

S

setThreadLocale(Locale) - Static method in class net.hydromatic.resource.Resources
Sets the locale for the current thread.
str() - Method in class net.hydromatic.resource.Resources.Inst
 

V

validate(EnumSet<Resources.Validation>) - Method in class net.hydromatic.resource.Resources.ExInst
 
validate(EnumSet<Resources.Validation>) - Method in class net.hydromatic.resource.Resources.ExInstWithCause
 
validate(EnumSet<Resources.Validation>) - Method in class net.hydromatic.resource.Resources.Inst
 
validate(Object) - Static method in class net.hydromatic.resource.Resources
Applies all validations to all resource methods in the given resource object.
validate(Object, EnumSet<Resources.Validation>) - Static method in class net.hydromatic.resource.Resources
Applies the given validations to all resource methods in the given resource object.
validateException(Callable<Exception>) - Method in class net.hydromatic.resource.Resources.ExInstWithCause
 
valueOf(String) - Static method in enum net.hydromatic.resource.Resources.Validation
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.hydromatic.resource.Resources.Validation
Returns an array containing the constants of this enum type, in the order they are declared.
A B C E G H I L M N R S V 

Copyright © 2014–2015 Julian Hyde. All rights reserved.