|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nonesole.persistence.main.FrameEnvService
public class FrameEnvService
Provide service of initialization configuration of environment
Notice:
Value of property (key=frame.config) can not be modified.
Method Summary | |
---|---|
java.util.Properties |
getFrameEnv()
Get properties of frame |
static FrameEnvService |
getInstance()
Get FrameEnvService object |
java.lang.String |
getProperty(java.lang.String key)
Get properties of key |
void |
setProperty(java.lang.String key,
java.lang.String value)
Outside software can register information in frame environment |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static FrameEnvService getInstance()
public java.util.Properties getFrameEnv()
public java.lang.String getProperty(java.lang.String key)
public void setProperty(java.lang.String key, java.lang.String value) throws java.io.IOException, java.net.URISyntaxException
key
- value
-
java.io.IOException
java.net.URISyntaxException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |