org.jboss.maven.plugins.injection
Interface BytecodeInjectionMojo.InjectionTarget
- Enclosing class:
- BytecodeInjectionMojo
public static interface BytecodeInjectionMojo.InjectionTarget
Defines a strategy for applying injections.
- Author:
- Steve Ebersole
Method Summary |
void |
inject(String value)
Inject the given value per this target's strategy. |
inject
void inject(String value)
throws org.apache.maven.plugin.MojoExecutionException
- Inject the given value per this target's strategy.
- Parameters:
value
- The value to inject.
- Throws:
org.apache.maven.plugin.MojoExecutionException
- Indicates a problem performing the injection.
Copyright © 2011 JBoss, a division of Red Hat, Inc. All Rights Reserved.