org.jboss.test.audit.report
Class Method

java.lang.Object
  extended by org.jboss.test.audit.report.Method

public class Method
extends Object

Author:
pmuir

Field Summary
static Comparator<Method> COMPARATOR
           
 
Constructor Summary
Method(String packageName, String className, String methodName, List<String> groups)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getClassName()
           
 String getFqn()
           
 List<String> getGroups()
           
 String getMethodName()
           
 String getPackageName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPARATOR

public static final Comparator<Method> COMPARATOR
Constructor Detail

Method

public Method(String packageName,
              String className,
              String methodName,
              List<String> groups)
Method Detail

getPackageName

public String getPackageName()

getClassName

public String getClassName()

getMethodName

public String getMethodName()

getGroups

public List<String> getGroups()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getFqn

public String getFqn()


Copyright © 2009-2012. All Rights Reserved.