Class AccessUtils

java.lang.Object
com.l2fprod.util.AccessUtils

public class AccessUtils extends Object
Created on 11/04/2001 by Frederic Lavigne, fred@L2FProd.com
Version:
$Revision: 1.2 $, $Date: 2003/08/25 20:00:47 $
Author:
$Author: l2fprod $
  • Constructor Details

    • AccessUtils

      public AccessUtils()
  • Method Details

    • getProperty

      public static String getProperty(String name)
      Gets the Property attribute of the AccessUtils class
      Parameters:
      name - Description of Parameter
      Returns:
      The Property value
    • getProperty

      public static String getProperty(String name, String defaultValue)
      Gets the Property attribute of the AccessUtils class
      Parameters:
      name - Description of Parameter
      defaultValue - Description of Parameter
      Returns:
      The Property value
    • getIntValue

      public static int getIntValue(Class p_Class, String p_Field)
    • getIntValue

      public static int getIntValue(Object p_Object, String p_Field)
    • invoke

      public static Object invoke(Object p_Object, String p_Method, Class[] p_ParameterClasses, Object[] p_Parameters)
    • getAsInt

      public static int getAsInt(Object p_Object, String p_Method)
    • setAsInt

      public static void setAsInt(Object p_Object, String p_Method, int p_Int)