org.apache.felix.scrplugin.tags.cl
Class ClassLoaderJavaMethod

java.lang.Object
  extended by org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaMethod
All Implemented Interfaces:
JavaMethod

public class ClassLoaderJavaMethod
extends java.lang.Object
implements JavaMethod

ClassLoaderJavaMethod.java...


Field Summary
protected  boolean isConstructor
           
protected  java.lang.reflect.Method method
           
 
Fields inherited from interface org.apache.felix.scrplugin.tags.JavaMethod
EMPTY_RESULT
 
Constructor Summary
ClassLoaderJavaMethod(java.lang.reflect.Method m)
           
 
Method Summary
 java.lang.String getName()
           
 JavaParameter[] getParameters()
           
 boolean isConstructor()
           
 boolean isProtected()
           
 boolean isPublic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

protected final java.lang.reflect.Method method

isConstructor

protected boolean isConstructor
Constructor Detail

ClassLoaderJavaMethod

public ClassLoaderJavaMethod(java.lang.reflect.Method m)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface JavaMethod
See Also:
JavaMethod.getName()

getParameters

public JavaParameter[] getParameters()
Specified by:
getParameters in interface JavaMethod
See Also:
JavaMethod.getParameters()

isConstructor

public boolean isConstructor()
Specified by:
isConstructor in interface JavaMethod
See Also:
JavaMethod.isConstructor()

isProtected

public boolean isProtected()
Specified by:
isProtected in interface JavaMethod
See Also:
JavaMethod.isProtected()

isPublic

public boolean isPublic()
Specified by:
isPublic in interface JavaMethod
See Also:
JavaMethod.isPublic()