|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsymplik.flower.FlowerProp
public class FlowerProp
Singleton class to read flower.properties file
Field Summary | |
---|---|
private static FlowerProp |
flowerProp
|
private java.util.Properties |
prop
|
static java.lang.String |
RCS_ID
|
Constructor Summary | |
---|---|
protected |
FlowerProp()
Constructor to load flower.properties file |
Method Summary | |
---|---|
java.lang.String |
get(java.lang.String key)
get properties value by key in flower.properties |
static FlowerProp |
instance()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String RCS_ID
private static FlowerProp flowerProp
private java.util.Properties prop
Constructor Detail |
---|
protected FlowerProp()
Method Detail |
---|
public static FlowerProp instance()
public java.lang.String get(java.lang.String key)
key
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |