org.jclarion.clarion.setting
Class SettingFile
java.lang.Object
org.jclarion.clarion.setting.SettingFile
public class SettingFile
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SettingFile
public SettingFile()
save
public void save(java.io.Writer w)
throws java.io.IOException
- Throws:
java.io.IOException
load
public void load(java.io.Reader r)
throws java.io.IOException
- Throws:
java.io.IOException
set
public void set(PropertyObject obj)
getSettings
public java.util.Map<java.lang.Integer,SettingFile.Value> getSettings(java.lang.String key)
set
public void set(java.lang.String key,
int indx,
java.lang.String type,
java.lang.String value)
Copyright © 2010. All Rights Reserved.