@Mojo(name="instrument",
defaultPhase=PROCESS_CLASSES,
requiresProject=false,
threadSafe=true,
requiresDependencyResolution=RUNTIME)
@Execute(goal="instrument",
phase=PROCESS_CLASSES)
public class MainInstrumentMojo
extends AbstractInstrumentMojo
classesDirectory, project| Constructor and Description |
|---|
MainInstrumentMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected ClassLoader |
createClassLoader() |
void |
execute() |
protected File |
getInstrumentDirectory() |
protected String |
getType() |
doExecute, fileNameToURLpublic void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected File getInstrumentDirectory()
getInstrumentDirectory in class AbstractInstrumentMojoprotected String getType()
getType in class AbstractInstrumentMojoprotected ClassLoader createClassLoader()
createClassLoader in class AbstractInstrumentMojoCopyright © 2016. All rights reserved.