ozone core API

org.ozoneDB.core.helper
Class ReflectionHelper

java.lang.Object
  extended byorg.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.


Field Summary
static java.lang.String SIGNATURE_DELIMITER
           
 
Constructor Summary
ReflectionHelper()
           
 
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
 

Field Detail

SIGNATURE_DELIMITER

public static final java.lang.String SIGNATURE_DELIMITER
See Also:
Constant Field Values
Constructor Detail

ReflectionHelper

public ReflectionHelper()
Method Detail

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)

ozone core API

Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.