com.h3xstream.findsecbugs.injection
Class InjectionPoint

java.lang.Object
  extended by com.h3xstream.findsecbugs.injection.InjectionPoint

public class InjectionPoint
extends Object


Field Summary
static InjectionPoint NONE
           
 
Constructor Summary
InjectionPoint(int[] injectableArguments, String bugType)
           
 
Method Summary
 String getBugType()
           
 int[] getInjectableArguments()
           
 String getInjectableMethod()
           
 void setInjectableMethod(String injectableMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static InjectionPoint NONE
Constructor Detail

InjectionPoint

public InjectionPoint(int[] injectableArguments,
                      String bugType)
Method Detail

getInjectableArguments

public int[] getInjectableArguments()

getBugType

public String getBugType()

getInjectableMethod

public String getInjectableMethod()

setInjectableMethod

public void setInjectableMethod(String injectableMethod)


Copyright © 2015. All rights reserved.