org.springframework.roo.shell
Class MethodTarget

java.lang.Object
  extended by org.springframework.roo.shell.MethodTarget
All Implemented Interfaces:
Comparable<MethodTarget>

public class MethodTarget
extends Object
implements Comparable<MethodTarget>


Field Summary
 String key
           
 Method method
           
 String remainingBuffer
           
 Object target
           
 
Constructor Summary
MethodTarget()
           
 
Method Summary
 int compareTo(MethodTarget o)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

target

public Object target

method

public Method method

remainingBuffer

public String remainingBuffer

key

public String key
Constructor Detail

MethodTarget

public MethodTarget()
Method Detail

compareTo

public int compareTo(MethodTarget o)
Specified by:
compareTo in interface Comparable<MethodTarget>

toString

public final String toString()
Overrides:
toString in class Object


Copyright © 2009-2010 VMware, Inc. All Rights Reserved.