public class PropertyExposedFinalFieldCollection extends PropertyFieldCollection
PropertyFieldFilterFactory.getExposedFinalFields()
,
Serialized FormPROPERTY_REGISTRY_DO_NOT_REGISTER, PROPERTY_REGISTRY_NO_TIMEOUT
Constructor and Description |
---|
PropertyExposedFinalFieldCollection(PropertyIO io)
Constructor, where the class from where detection of static members of class type
Property will be performed is this class,
and the PropertyValidationHandler is an instance of LoggingPropertyValidationHandler ,
and the logger is a new instance of Log for this class. |
PropertyExposedFinalFieldCollection(PropertyIO io,
Class<?> clazz,
org.apache.commons.logging.Log logger,
PropertyValidationHandler propertyValidationHandler)
Constructor.
|
PropertyExposedFinalFieldCollection(PropertyIO io,
org.apache.commons.logging.Log logger)
Constructor, where the class from where detection of static members of class type
Property will be performed is this class,
and the PropertyValidationHandler is an instance of LoggingPropertyValidationHandler . |
PropertyExposedFinalFieldCollection(PropertyIO io,
org.apache.commons.logging.Log logger,
PropertyValidationHandler propertyValidationHandler)
Constructor, where the class from where detection of static members of class type
Property will be performed is this class. |
PropertyExposedFinalFieldCollection(PropertyIO io,
PropertyValidationHandler propertyValidationHandler)
Constructor, where the class from where detection of static members of class type
Property will be performed is this class,
and the logger is a new instance of Log for this class. |
addPropertyChangeListener, getIo, getIterator, getList, getLogger, getName, getProperties, getPropertyByName, getPropertyFieldFilter, getPropertyValidationHandler, getRegistryTimeout, initialize, postValidation, preValidation, reload, removeAllPropertyChangeListeners, removePropertyChangeListener, setProperties, setPropertyValidationHandler, size, validate, validation
public PropertyExposedFinalFieldCollection(PropertyIO io, Class<?> clazz, org.apache.commons.logging.Log logger, PropertyValidationHandler propertyValidationHandler)
io
- the PropertyIO
instance from where the Property
's will be loaded.clazz
- the class from where detection of static members of class type Property
will be performed.logger
- the loggerpropertyValidationHandler
- the validation handler, used to perform operations on initialization when a Property
is either valid or invalid, or a PropertyIO
is either valid or invalid.PropertyFieldFilterFactory.getExposedFinalFields()
public PropertyExposedFinalFieldCollection(PropertyIO io, org.apache.commons.logging.Log logger)
Property
will be performed is this class,
and the PropertyValidationHandler
is an instance of LoggingPropertyValidationHandler
. io
- the PropertyIO
instance from where the Property
's will be loaded.logger
- the loggerLoggingPropertyValidationHandler
,
PropertyFieldFilterFactory.getExposedFinalFields()
public PropertyExposedFinalFieldCollection(PropertyIO io, org.apache.commons.logging.Log logger, PropertyValidationHandler propertyValidationHandler)
Property
will be performed is this class. io
- the PropertyIO
instance from where the Property
's will be loaded.logger
- the loggerpropertyValidationHandler
- the validation handler, used to perform operations on initialization when a Property
is either valid or invalid, or a PropertyIO
is either valid or invalid.PropertyFieldFilterFactory.getExposedFinalFields()
public PropertyExposedFinalFieldCollection(PropertyIO io)
Property
will be performed is this class,
and the PropertyValidationHandler
is an instance of LoggingPropertyValidationHandler
,
and the logger is a new instance of Log for this class. io
- the PropertyIO
instance from where the Property
's will be loaded.LoggingPropertyValidationHandler
,
PropertyFieldFilterFactory.getExposedFinalFields()
public PropertyExposedFinalFieldCollection(PropertyIO io, PropertyValidationHandler propertyValidationHandler)
Property
will be performed is this class,
and the logger is a new instance of Log for this class. io
- the PropertyIO
instance from where the Property
's will be loaded.propertyValidationHandler
- the validation handler, used to perform operations on initialization when a Property
is either valid or invalid, or a PropertyIO
is either valid or invalid.PropertyFieldFilterFactory.getExposedFinalFields()