@Deprecated public class MayReturnNullPropertyDatabase extends MethodPropertyDatabase<java.lang.Boolean>
Constructor and Description |
---|
MayReturnNullPropertyDatabase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Boolean |
decodeProperty(java.lang.String propStr)
Deprecated.
Subclasses must define this to instantiate the actual property value from
its string encoding.
|
protected java.lang.String |
encodeProperty(java.lang.Boolean property)
Deprecated.
Subclasses must define this to encode a property as a string for output
to a file.
|
static void |
main(java.lang.String[] args)
Deprecated.
|
parseKey, writeKey
entrySet, getKeys, getProperty, isEmpty, read, readFromFile, removeProperty, setProperty, write, writeToFile
protected java.lang.Boolean decodeProperty(java.lang.String propStr) throws PropertyDatabaseFormatException
PropertyDatabase
decodeProperty
in class PropertyDatabase<MethodDescriptor,java.lang.Boolean>
propStr
- String containing the encoded propertyPropertyDatabaseFormatException
protected java.lang.String encodeProperty(java.lang.Boolean property)
PropertyDatabase
encodeProperty
in class PropertyDatabase<MethodDescriptor,java.lang.Boolean>
property
- the propertypublic static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.