Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.ydp.jai
Class PropertyUtil  view PropertyUtil download PropertyUtil.java

java.lang.Object
  extended byorg.ydp.jai.PropertyUtil

public class PropertyUtil
extends java.lang.Object


Field Summary
private static java.util.ResourceBundle b
           
 
Constructor Summary
PropertyUtil()
           
 
Method Summary
private static java.util.ResourceBundle getBundle()
          Get bundle from .properties files in the current dir.
static java.lang.String getString(java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

b

private static java.util.ResourceBundle b
Constructor Detail

PropertyUtil

public PropertyUtil()
Method Detail

getBundle

private static java.util.ResourceBundle getBundle()
Get bundle from .properties files in the current dir.


getString

public static java.lang.String getString(java.lang.String key)