@Deprecated public class MayReturnNullPropertyDatabase extends MethodPropertyDatabase<Boolean>
| Constructor and Description |
|---|
MayReturnNullPropertyDatabase()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Boolean |
decodeProperty(String propStr)
Deprecated.
Subclasses must define this to instantiate the actual property value from
its string encoding.
|
protected String |
encodeProperty(Boolean property)
Deprecated.
Subclasses must define this to encode a property as a string for output
to a file.
|
static void |
main(String[] args)
Deprecated.
|
parseKey, writeKeyentrySet, getKeys, getProperty, isEmpty, read, readFromFile, removeProperty, setProperty, write, writeToFileprotected Boolean decodeProperty(String propStr) throws PropertyDatabaseFormatException
PropertyDatabasedecodeProperty in class PropertyDatabase<MethodDescriptor,Boolean>propStr - String containing the encoded propertyPropertyDatabaseFormatExceptionprotected String encodeProperty(Boolean property)
PropertyDatabaseencodeProperty in class PropertyDatabase<MethodDescriptor,Boolean>property - the propertyCopyright © 2003–2015. All rights reserved.