things.common.configuration
Interface ConfigureConstants
public interface ConfigureConstants
Configuration constants.
The # at the beginning of a line makes it a comment.
The $ character is used to for property names. It is used as $property_name$. You can escape it with $$.
- Version:
- 1.0
Version History
EPG - Initial - 12 JAN 05
- Author:
- Erich P. Gatejen
CONFIGURE_COMMENT_CHARACTER
static final char CONFIGURE_COMMENT_CHARACTER
- See Also:
- Constant Field Values
CONFIGURE_PROPERTY_CHARACTER
static final char CONFIGURE_PROPERTY_CHARACTER
- See Also:
- Constant Field Values
Things.