org.drools.ide.common.server.util
Class ClassMethodInspector

java.lang.Object
  extended by org.drools.ide.common.server.util.ClassMethodInspector

public class ClassMethodInspector
extends Object

Finds all methods that are not getters or setters from a class.


Constructor Summary
ClassMethodInspector(Class<?> clazz, ClassToGenericClassConverter converter)
           
 
Method Summary
 List<String> getMethodFields(String methodName)
           
 List<MethodInfo> getMethodInfos()
           
 List<String> getMethodNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassMethodInspector

public ClassMethodInspector(Class<?> clazz,
                            ClassToGenericClassConverter converter)
                     throws IOException
Throws:
IOException
Method Detail

getMethodFields

public List<String> getMethodFields(String methodName)

getMethodNames

public List<String> getMethodNames()

getMethodInfos

public List<MethodInfo> getMethodInfos()


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.