|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.ba.interproc.PropertyDatabase<FieldDescriptor,Property>
edu.umd.cs.findbugs.ba.interproc.FieldPropertyDatabase<Property>
public abstract class FieldPropertyDatabase<Property>
Interprocedural field property database.
Constructor Summary | |
---|---|
FieldPropertyDatabase()
|
Method Summary | |
---|---|
protected FieldDescriptor |
parseKey(java.lang.String s)
Parse a key from a String. |
protected void |
writeKey(java.io.Writer writer,
FieldDescriptor key)
Write an encoded key to given Writer. |
Methods inherited from class edu.umd.cs.findbugs.ba.interproc.PropertyDatabase |
---|
decodeProperty, encodeProperty, entrySet, getKeys, getProperty, isEmpty, read, readFromFile, removeProperty, setProperty, write, writeToFile |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FieldPropertyDatabase()
Method Detail |
---|
protected FieldDescriptor parseKey(java.lang.String s) throws PropertyDatabaseFormatException
PropertyDatabase
parseKey
in class PropertyDatabase<FieldDescriptor,Property>
s
- a String
PropertyDatabaseFormatException
protected void writeKey(java.io.Writer writer, FieldDescriptor key) throws java.io.IOException
PropertyDatabase
writeKey
in class PropertyDatabase<FieldDescriptor,Property>
writer
- the Writerkey
- the key
java.io.IOException
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |