Uses of Class
com.offbynull.coroutines.instrumenter.Instrumenter
Packages that use Instrumenter
Package
Description
Coroutine instrumentation classes.
Coroutines Maven plugin.
-
Uses of Instrumenter in com.offbynull.coroutines.instrumenter
Methods in com.offbynull.coroutines.instrumenter with parameters of type InstrumenterModifier and TypeMethodDescriptionstatic void
PluginHelper.instrument
(Instrumenter instrumenter, InstrumentationSettings settings, File srcDir, File dstDir, Consumer<String> logger) Instruments class files and generates detail files.static void
PluginHelper.instrument
(Instrumenter instrumenter, InstrumentationSettings settings, Map<File, File> srcDstMapping, Consumer<String> logger) Instruments class files and generates detail files. -
Uses of Instrumenter in com.offbynull.coroutines.mavenplugin
Methods in com.offbynull.coroutines.mavenplugin that return InstrumenterModifier and TypeMethodDescriptionprivate Instrumenter
AbstractInstrumentMojo.getInstrumenter
(org.apache.maven.plugin.logging.Log log, List<String> classpath) Creates anInstrumenter
instance.