org.mentabean.util
Class PropertiesProxy

java.lang.Object
  extended by org.mentabean.util.PropertiesProxy

public class PropertiesProxy
extends Object


Nested Class Summary
static class PropertiesProxy.User
           
 
Constructor Summary
PropertiesProxy()
           
 
Method Summary
static
<E> E
create(Class<E> klass)
           
static void field(Object propName)
           
static void field(String propName)
           
static String get()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesProxy

public PropertiesProxy()
Method Detail

get

public static String get()

create

public static <E> E create(Class<E> klass)

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

field

public static void field(String propName)

field

public static void field(Object propName)


Copyright © 2012. All Rights Reserved.