Injection Maven Mojo 1.0.2

org.jboss.maven.plugins.injection
Class BytecodeInjection

java.lang.Object
  extended by org.jboss.maven.plugins.injection.BytecodeInjection

public class BytecodeInjection
extends Object

Configuration model used in the BytecodeInjectionMojo to list the bytecode injections to perform.

Author:
Steve Ebersole

Constructor Summary
BytecodeInjection()
           
 
Method Summary
 String getExpression()
           
 TargetMember[] getTargetMembers()
           
 void setExpression(String expression)
           
 void setTargetMembers(TargetMember[] targetMembers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BytecodeInjection

public BytecodeInjection()
Method Detail

getExpression

public String getExpression()

setExpression

public void setExpression(String expression)

getTargetMembers

public TargetMember[] getTargetMembers()

setTargetMembers

public void setTargetMembers(TargetMember[] targetMembers)

Injection Maven Mojo 1.0.2

Copyright © 2012 JBoss, a division of Red Hat, Inc. All Rights Reserved.