public class TaintConfigLoader extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
TaintConfigLoader.TaintConfigReceiver
Specifies what to do for each loaded summary
|
| Constructor and Description |
|---|
TaintConfigLoader() |
| Modifier and Type | Method and Description |
|---|---|
void |
load(InputStream input,
TaintConfigLoader.TaintConfigReceiver receiver)
Loads the summaries and do what is specified
|
public void load(InputStream input, TaintConfigLoader.TaintConfigReceiver receiver) throws IOException
input - input stream with configured summariesreceiver - specifies the action for each summary when loadedIOException - if cannot read the stream or the format is badCopyright © 2017. All rights reserved.