Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
K
M
P
R
S
U
V
A
addCause(Throwable)
- Method in interface it.amattioli.common.exceptions.
MultiException
Aggiunge una causa a questa eccezione.
addDependencies(Class<?>)
- Method in class it.amattioli.common.properties.
ClassPropertyDependencies
addDependency(Class<?>, String, String)
- Method in class it.amattioli.common.properties.
ClassPropertyDependencies
addDependency(String, String)
- Method in class it.amattioli.common.properties.
PropertyDependencies
addParameter(String, String)
- Method in interface it.amattioli.common.exceptions.
KeyedException
addParameter(String, String)
- Method in class it.amattioli.common.exceptions.
KeyedMessage
addParameter(String, String)
- Method in exception it.amattioli.common.exceptions.
SimpleKeyedException
addPropertyChangeListener(PropertyChangeListener)
- Method in class it.amattioli.common.properties.
PropertyChangeSupport
addPropertyChangeListener(String, PropertyChangeListener)
- Method in class it.amattioli.common.properties.
PropertyChangeSupport
AnnotationsRetriever
- Interface in
it.amattioli.common.properties
AnnotationsRetrieverImpl
- Class in
it.amattioli.common.properties
AnnotationsRetrieverImpl(Object)
- Constructor for class it.amattioli.common.properties.
AnnotationsRetrieverImpl
AnnotationsRetrieverImpl(Class<?>)
- Constructor for class it.amattioli.common.properties.
AnnotationsRetrieverImpl
B
BeanDescriptor
- Class in
it.amattioli.common.properties
C
ClassPropertyDependencies
- Class in
it.amattioli.common.properties
clear()
- Method in class it.amattioli.common.properties.
ClassPropertyDependencies
CommonErrorMessages
- Enum in
it.amattioli.common.exceptions
D
Derived
- Annotation Type in
it.amattioli.common.properties
describe(String)
- Method in class it.amattioli.common.properties.
PropertyUtils
describeBean(Class<?>)
- Static method in class it.amattioli.common.properties.
BeanDescriptor
describeProperty(String)
- Method in class it.amattioli.common.properties.
BeanDescriptor
disable()
- Method in class it.amattioli.common.properties.
PropertyChangeSupport
E
enable()
- Method in class it.amattioli.common.properties.
PropertyChangeSupport
equals(Object)
- Method in class it.amattioli.common.exceptions.
KeyedMessage
F
firePropertyChange(PropertyChangeEvent, Set<String>)
- Method in class it.amattioli.common.properties.
PropertyChangeSupport
firePropertyChange(PropertyChangeEvent)
- Method in class it.amattioli.common.properties.
PropertyChangeSupport
firePropertyChange(String, Object, Object)
- Method in class it.amattioli.common.properties.
PropertyChangeSupport
G
getCauses()
- Method in interface it.amattioli.common.exceptions.
MultiException
Restituisce l'insieme delle cause di questa eccezione.
getDependencies(Class<?>, String)
- Method in class it.amattioli.common.properties.
ClassPropertyDependencies
getDependencies(String)
- Method in class it.amattioli.common.properties.
PropertyDependencies
getErrorMessage(String)
- Method in class it.amattioli.common.exceptions.
MessageBundle
Ritorna il messaggio la cui chiave è passata come parametro
getErrorMessage(String, String...)
- Method in class it.amattioli.common.exceptions.
MessageBundle
Ritorna il messaggio la cui chiave è passata come parametro.
getErrorMessage(KeyedMessage)
- Method in class it.amattioli.common.exceptions.
MessageBundle
Ritorna il messaggio corrispondente al KeyedMessage passato come parametro.
getGetter()
- Method in class it.amattioli.common.properties.
PropertyDescriptor
getInstance()
- Static method in class it.amattioli.common.properties.
ClassPropertyDependencies
getKey()
- Method in class it.amattioli.common.exceptions.
KeyedMessage
getKeyedMessage()
- Method in interface it.amattioli.common.exceptions.
KeyedException
getKeyedMessage()
- Method in exception it.amattioli.common.exceptions.
SimpleKeyedException
getLocalizedMessage()
- Method in exception it.amattioli.common.exceptions.
SimpleKeyedException
getMessage()
- Method in enum it.amattioli.common.exceptions.
CommonErrorMessages
getMessage(String...)
- Method in enum it.amattioli.common.exceptions.
CommonErrorMessages
getMessage()
- Method in exception it.amattioli.common.exceptions.
SimpleKeyedException
getParameters()
- Method in class it.amattioli.common.exceptions.
KeyedMessage
getProperty(String)
- Method in class it.amattioli.common.properties.
PropertyUtils
getSetter()
- Method in class it.amattioli.common.properties.
PropertyDescriptor
getType()
- Method in class it.amattioli.common.properties.
PropertyDescriptor
I
isEnabled()
- Method in class it.amattioli.common.properties.
PropertyChangeSupport
isProxy(Class<?>)
- Static method in class it.amattioli.common.proxies.
ProxyUtils
it.amattioli.common.exceptions
- package it.amattioli.common.exceptions
it.amattioli.common.properties
- package it.amattioli.common.properties
it.amattioli.common.proxies
- package it.amattioli.common.proxies
K
KeyedException
- Interface in
it.amattioli.common.exceptions
KeyedMessage
- Class in
it.amattioli.common.exceptions
KeyedMessage(String)
- Constructor for class it.amattioli.common.exceptions.
KeyedMessage
KeyedMessage(String, Map<String, String>)
- Constructor for class it.amattioli.common.exceptions.
KeyedMessage
M
MessageBundle
- Class in
it.amattioli.common.exceptions
Classe astratta che permette di sviluppare rapidamente classi per il recupero di messaggi di errore da un bundle di risorse.
MessageBundle(ResourceBundle)
- Constructor for class it.amattioli.common.exceptions.
MessageBundle
Costruisce i messaggi utilizzando il bundle di risorse passato come parametro.
MessageBundle(String)
- Constructor for class it.amattioli.common.exceptions.
MessageBundle
Costruisce i messaggi utilizzando il bundle di risorse il cui nome viene passato come parametro.
MessageBundle(String, Locale)
- Constructor for class it.amattioli.common.exceptions.
MessageBundle
Costruisce i messaggi utilizzando il bundle di risorse il cui nome viene passato come parametro e con la locale indicata.
MultiException
- Interface in
it.amattioli.common.exceptions
Rappresenta un'eccezione che può avere una moltitudine di cause.
P
PropertyAccessException
- Exception in
it.amattioli.common.properties
PropertyAccessException()
- Constructor for exception it.amattioli.common.properties.
PropertyAccessException
PropertyChangeSupport
- Class in
it.amattioli.common.properties
PropertyChangeSupport(Object)
- Constructor for class it.amattioli.common.properties.
PropertyChangeSupport
PropertyDependencies
- Class in
it.amattioli.common.properties
PropertyDependencies()
- Constructor for class it.amattioli.common.properties.
PropertyDependencies
PropertyDescriptor
- Class in
it.amattioli.common.properties
PropertyDescriptor(Class<?>, String)
- Constructor for class it.amattioli.common.properties.
PropertyDescriptor
PropertyUtils
- Class in
it.amattioli.common.properties
PropertyUtils(Object)
- Constructor for class it.amattioli.common.properties.
PropertyUtils
ProxyUtils
- Class in
it.amattioli.common.proxies
ProxyUtils()
- Constructor for class it.amattioli.common.proxies.
ProxyUtils
R
removePropertyChangeListener(PropertyChangeListener)
- Method in class it.amattioli.common.properties.
PropertyChangeSupport
retrieveAnnotation(String, Class<T>)
- Method in interface it.amattioli.common.properties.
AnnotationsRetriever
retrieveAnnotation(String, Class<T>)
- Method in class it.amattioli.common.properties.
AnnotationsRetrieverImpl
retrieveAnnotations(String)
- Method in interface it.amattioli.common.properties.
AnnotationsRetriever
retrieveAnnotations(String)
- Method in class it.amattioli.common.properties.
AnnotationsRetrieverImpl
S
setProperty(String, Object)
- Method in class it.amattioli.common.properties.
PropertyUtils
SimpleKeyedException
- Exception in
it.amattioli.common.exceptions
SimpleKeyedException(MessageBundle, KeyedMessage)
- Constructor for exception it.amattioli.common.exceptions.
SimpleKeyedException
SimpleKeyedException(KeyedMessage)
- Constructor for exception it.amattioli.common.exceptions.
SimpleKeyedException
SimpleKeyedException(MessageBundle, String)
- Constructor for exception it.amattioli.common.exceptions.
SimpleKeyedException
SimpleKeyedException(String)
- Constructor for exception it.amattioli.common.exceptions.
SimpleKeyedException
U
UnknownPropertyException
- Exception in
it.amattioli.common.properties
UnknownPropertyException()
- Constructor for exception it.amattioli.common.properties.
UnknownPropertyException
unProxyClass(Class<T>)
- Static method in class it.amattioli.common.proxies.
ProxyUtils
V
valueOf(String)
- Static method in enum it.amattioli.common.exceptions.
CommonErrorMessages
Returns the enum constant of this type with the specified name.
values()
- Static method in enum it.amattioli.common.exceptions.
CommonErrorMessages
Returns an array containing the constants of this enum type, in the order they are declared.
A
B
C
D
E
F
G
I
K
M
P
R
S
U
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2011. All Rights Reserved.