org.hudsonci.maven.plugin.builder.internal.invoker
Class MethodKey

java.lang.Object
  extended by org.hudsonci.maven.plugin.builder.internal.invoker.MethodKey
All Implemented Interfaces:
Serializable

public class MethodKey
extends Object
implements Serializable

Key for Invoker method lookup.

Since:
2.1.0
Author:
Jason Dillon
See Also:
Serialized Form

Constructor Summary
MethodKey(Method method)
           
MethodKey(String name, Class[] types)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodKey

public MethodKey(String name,
                 Class[] types)

MethodKey

public MethodKey(Method method)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2011 Hudson. All Rights Reserved.