public class SinksLoader extends Object
SinkFilesValidationTest| Modifier and Type | Class and Description |
|---|---|
static interface |
SinksLoader.InjectionPointReceiver
Interface that imitate lambda pattern.
|
| Modifier | Constructor and Description |
|---|---|
protected |
SinksLoader() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addSink(String fullMethodName,
int[] injectableParameters,
String bugType,
SinksLoader.InjectionPointReceiver receiver) |
protected void |
loadConfiguredSinks(String filename,
String bugType,
SinksLoader.InjectionPointReceiver receiver) |
protected void |
loadSink(String line,
String bugType,
SinksLoader.InjectionPointReceiver receiver) |
protected void |
loadSinks(InputStream input,
String bugType,
SinksLoader.InjectionPointReceiver receiver) |
protected void loadConfiguredSinks(String filename, String bugType, SinksLoader.InjectionPointReceiver receiver)
protected void loadSinks(InputStream input, String bugType, SinksLoader.InjectionPointReceiver receiver) throws IOException
IOExceptionprotected void loadSink(String line, String bugType, SinksLoader.InjectionPointReceiver receiver)
protected void addSink(String fullMethodName, int[] injectableParameters, String bugType, SinksLoader.InjectionPointReceiver receiver)
Copyright © 2017. All rights reserved.