Injection Maven Mojo 1.0.2

org.jboss.maven.plugins.injection
Class MethodBodyReturn

java.lang.Object
  extended by org.jboss.maven.plugins.injection.TargetMember
      extended by org.jboss.maven.plugins.injection.MethodBodyReturn

public class MethodBodyReturn
extends TargetMember

Specifically, a replace the body of a member method to return the injection value.

Author:
Steve Ebersole

Constructor Summary
MethodBodyReturn()
           
 
Method Summary
 String getMemberName()
           
 String getMethodName()
           
 void setMethodName(String methodName)
           
 
Methods inherited from class org.jboss.maven.plugins.injection.TargetMember
getClassName, getQualifiedName, setClassName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodBodyReturn

public MethodBodyReturn()
Method Detail

getMethodName

public String getMethodName()

setMethodName

public void setMethodName(String methodName)

getMemberName

public String getMemberName()
Specified by:
getMemberName in class TargetMember

Injection Maven Mojo 1.0.2

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