org.jclarion.clarion.setting
Class SettingFile

java.lang.Object
  extended by org.jclarion.clarion.setting.SettingFile

public class SettingFile
extends java.lang.Object


Nested Class Summary
static class SettingFile.Value
           
 
Constructor Summary
SettingFile()
           
 
Method Summary
 java.util.Map<java.lang.Integer,SettingFile.Value> getSettings(java.lang.String key)
           
 void load(java.io.Reader r)
           
 void save(java.io.Writer w)
           
 void set(PropertyObject obj)
           
 void set(java.lang.String key, int indx, java.lang.String type, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SettingFile

public SettingFile()
Method Detail

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.