org.ozoneDB.core.helper
Class ReflectionHelper
java.lang.Object
org.ozoneDB.core.helper.ReflectionHelper
- public class ReflectionHelper
- extends java.lang.Object
Created by IntelliJ IDEA.
User: administrator
Date: 2003-sep-13
Time: 20:18:05
To change this template use Options | File Templates.
Method Summary |
static int |
methodArrayIndex(java.lang.reflect.Method[] methods,
java.lang.reflect.Method m)
Returns the array index of the specified method within the array
of methods of this class. |
static java.lang.reflect.Method[] |
methodsOfClass(java.lang.Class cl)
|
static java.lang.String |
signature(java.lang.Class[] args)
|
static java.lang.String |
signature(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SIGNATURE_DELIMITER
public static final java.lang.String SIGNATURE_DELIMITER
- See Also:
- Constant Field Values
ReflectionHelper
public ReflectionHelper()
signature
public static java.lang.String signature(java.lang.Class[] args)
signature
public static java.lang.String signature(java.lang.String[] args)
methodArrayIndex
public static int methodArrayIndex(java.lang.reflect.Method[] methods,
java.lang.reflect.Method m)
- Returns the array index of the specified method within the array
of methods of this class.
methodsOfClass
public static java.lang.reflect.Method[] methodsOfClass(java.lang.Class cl)
Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.