com.beust.jbus
Class Target

java.lang.Object
  extended by com.beust.jbus.Target

public class Target
extends Object


Constructor Summary
Target(Object object, Method method)
           
 
Method Summary
 String[] getCategoryPatterns()
           
 Method getMethod()
           
 Object getObject()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Target

public Target(Object object,
              Method method)
Method Detail

getObject

public Object getObject()

getMethod

public Method getMethod()

getCategoryPatterns

public String[] getCategoryPatterns()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010. All Rights Reserved.