Class TaintConfigLoader
- java.lang.Object
-
- com.h3xstream.findsecbugs.taintanalysis.TaintConfigLoader
-
public class TaintConfigLoader extends Object
Helper class for loading configured taint method and class summaries
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTaintConfigLoader.TaintConfigReceiverSpecifies what to do for each loaded summary
-
Constructor Summary
Constructors Constructor Description TaintConfigLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidload(InputStream input, TaintConfigLoader.TaintConfigReceiver receiver)Loads the summaries and do what is specified
-
-
-
Method Detail
-
load
public void load(InputStream input, TaintConfigLoader.TaintConfigReceiver receiver) throws IOException
Loads the summaries and do what is specified- Parameters:
input- input stream with configured summariesreceiver- specifies the action for each summary when loaded- Throws:
IOException- if cannot read the stream or the format is bad
-
-