com.jeffpalm.util
Class Util.PropertiesGetter

java.lang.Object
  extended by com.jeffpalm.util.Util.PropertiesGetter
All Implemented Interfaces:
Util.BigFuckingGetter
Enclosing class:
Util

public abstract static class Util.PropertiesGetter
extends java.lang.Object


Method Summary
protected  java.lang.Object[] array()
           
static Util.PropertiesGetter create(java.lang.Object owner, int mods)
           
static Util.PropertiesGetter create(java.lang.Object owner, int mods, boolean recurse)
           
 java.lang.Object[] values()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static final Util.PropertiesGetter create(java.lang.Object owner,
                                                 int mods)

create

public static final Util.PropertiesGetter create(java.lang.Object owner,
                                                 int mods,
                                                 boolean recurse)

array

protected java.lang.Object[] array()

values

public java.lang.Object[] values()