Searched refs:packagesToNotInstrument (Results 1 – 1 of 1) sorted by relevance
47 private final Set<String> packagesToNotInstrument; field in InstrumentationConfiguration61 Collection<String> packagesToNotInstrument) { in InstrumentationConfiguration() argument69 this.packagesToNotInstrument = ImmutableSet.copyOf(packagesToNotInstrument); in InstrumentationConfiguration()165 for (String notInstrumentedPackage : packagesToNotInstrument) { in isInPackagesToNotInstrument()243 public final Collection<String> packagesToNotInstrument = new HashSet<>(); field in InstrumentationConfiguration.Builder256 packagesToNotInstrument.addAll(classLoaderConfig.packagesToNotInstrument); in Builder()300 this.packagesToNotInstrument.add(packageName); in doNotInstrumentPackage()313 packagesToNotInstrument); in build()