Class InstrumentationConfig
- java.lang.Object
-
- com.contentsquare.gradle.error.analysis.network.instrumentation.InstrumentationConfig
-
public class InstrumentationConfig extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InstrumentationConfig(com.android.build.api.instrumentation.ClassContext classContext, java.util.List<NetworkObjectInstrumentationConfig> networkObjectConfigs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkObjectInstrumentationFactorygetNetworkObjectInstrumentationFactory(java.lang.String className, java.lang.String methodName, java.lang.String methodDesc)
-
-
-
Constructor Detail
-
InstrumentationConfig
public InstrumentationConfig(com.android.build.api.instrumentation.ClassContext classContext, java.util.List<NetworkObjectInstrumentationConfig> networkObjectConfigs)
-
-
Method Detail
-
getNetworkObjectInstrumentationFactory
@Nullable public NetworkObjectInstrumentationFactory getNetworkObjectInstrumentationFactory(java.lang.String className, java.lang.String methodName, java.lang.String methodDesc)
-
-