Uses of Interface
com.h3xstream.findsecbugs.injection.SinksLoader.InjectionPointReceiver
-
Packages that use SinksLoader.InjectionPointReceiver Package Description com.h3xstream.findsecbugs.injection -
-
Uses of SinksLoader.InjectionPointReceiver in com.h3xstream.findsecbugs.injection
Methods in com.h3xstream.findsecbugs.injection with parameters of type SinksLoader.InjectionPointReceiver Modifier and Type Method Description protected voidSinksLoader. addSink(String fullMethodName, int[] injectableParameters, String bugType, SinksLoader.InjectionPointReceiver receiver)protected voidSinksLoader. loadConfiguredSinks(String filename, String bugType, SinksLoader.InjectionPointReceiver receiver)protected voidSinksLoader. loadSink(String line, String bugType, SinksLoader.InjectionPointReceiver receiver)protected voidSinksLoader. loadSinks(InputStream input, String bugType, SinksLoader.InjectionPointReceiver receiver)
-