public class BytecodeInjectionMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Class and Description |
---|---|
static interface |
BytecodeInjectionMojo.InjectionTarget
Defines a strategy for applying injections.
|
Modifier and Type | Field and Description |
---|---|
protected BytecodeInjection[] |
bytecodeInjections
The injections to be performed.
|
protected org.apache.maven.project.MavenProject |
project
The Maven Project Object
|
Constructor and Description |
---|
BytecodeInjectionMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
protected org.apache.maven.project.MavenProject project
protected BytecodeInjection[] bytecodeInjections
Copyright © 2015 JBoss, a division of Red Hat, Inc. All Rights Reserved.