public class ParameterNullnessPropertyDatabase extends MethodPropertyDatabase<ParameterNullnessProperty>
Constructor | Description |
---|---|
ParameterNullnessPropertyDatabase() |
Modifier and Type | Method | Description |
---|---|---|
protected ParameterNullnessProperty |
decodeProperty(java.lang.String propStr) |
Subclasses must define this to instantiate the actual property
value from its string encoding.
|
protected java.lang.String |
encodeProperty(ParameterNullnessProperty property) |
Subclasses must define this to encode a property
as a string for output to a file.
|
parseKey, writeKey
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
entrySet, getKeys, getProperty, isEmpty, read, readFromFile, removeProperty, setProperty, write, writeToFile
protected ParameterNullnessProperty decodeProperty(java.lang.String propStr) throws PropertyDatabaseFormatException
PropertyDatabase
decodeProperty
in class PropertyDatabase<MethodDescriptor,ParameterNullnessProperty>
propStr
- String containing the encoded propertyPropertyDatabaseFormatException
protected java.lang.String encodeProperty(ParameterNullnessProperty property)
PropertyDatabase
encodeProperty
in class PropertyDatabase<MethodDescriptor,ParameterNullnessProperty>
property
- the propertyFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.