All Packages Class Hierarchy This Package Previous Next Index
Interface guinea.util.PropertyCustomizer
- public interface PropertyCustomizer
Note: PropertyCustomizer is deprecated.
use PropertyLoader and PropertySaver instead.
The PropertyCustomizer is a deprecated interface for customizing an
object from properties.
- See Also:
- PropertyLoader, PropertySaver
Method Index
- ·
propertyCustomize(Properties, String)
- Customize object obtained from properties.
Methods
·
propertyCustomize
public abstract void propertyCustomize(Properties p,
String name) throws IllegalArgumentException
- Customize object obtained from properties.
- Parameters:
- name - the base name of the object
All Packages Class Hierarchy This Package Previous Next Index