com.h3xstream.findsecbugs.taintanalysis
Class TaintMethodSummaryMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,TaintMethodSummary>
          extended by com.h3xstream.findsecbugs.taintanalysis.TaintMethodSummaryMap
All Implemented Interfaces:
Serializable, Cloneable, Map<String,TaintMethodSummary>

public class TaintMethodSummaryMap
extends HashMap<String,TaintMethodSummary>

Map of taint summaries for all known methods

Author:
David Formanek (Y Soft Corporation, a.s.)
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
TaintMethodSummaryMap()
           
 
Method Summary
 void dump(PrintStream output)
           
 void load(InputStream input)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

TaintMethodSummaryMap

public TaintMethodSummaryMap()
Method Detail

load

public void load(InputStream input)
          throws IOException
Throws:
IOException

dump

public void dump(PrintStream output)


Copyright © 2015. All rights reserved.