org.jboss.maven.plugins.injection
Class TargetMember
java.lang.Object
org.jboss.maven.plugins.injection.TargetMember
- Direct Known Subclasses:
- Constant, MethodBodyReturn
public abstract class TargetMember
- extends Object
Configuration model used witin BytecodeInjection
to name the field to be injected.
- Author:
- Steve Ebersole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TargetMember
public TargetMember()
getClassName
public String getClassName()
setClassName
public void setClassName(String className)
getMemberName
public abstract String getMemberName()
getQualifiedName
public String getQualifiedName()
Copyright © 2011 JBoss, a division of Red Hat, Inc. All Rights Reserved.