|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Properties
interface, an implementation of it and a utility class for it.
See:
Description
Interface Summary | |
---|---|
Properties | This interface gives an alternative to the good, old java.util.Properties class. |
StorableProperties | This interface defines a Properties object that is backed by some
kind of file. |
Class Summary | |
---|---|
FileBackedProperties | This is an implementation of Properties that is backed by a file. |
PropertiesImpl | This is an HashMap -based implementation of Properties . |
PropertiesUtil | Utility class with static methods for working with Properties
objects. |
PropertyValue | This is the value for a property in a Properties object. |
Exception Summary | |
---|---|
NoSuchPropertyException | This exception is thrown by methods in Properties to signal that a
requested property is missing. |
The Properties
interface, an implementation of it and a utility class for it.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |