Module greenlab

Class GreenLabPropertyFileReader

java.lang.Object
de.grogra.greenlab.conf.GreenLabPropertyFileReader

public class GreenLabPropertyFileReader extends Object
The Property File Reader this class reads the *.sci file and store as a HashMap, and is updated on time. this class outputs the parameters to *.rgg file
Author:
Cong Ding
  • Constructor Details

    • GreenLabPropertyFileReader

      public GreenLabPropertyFileReader()
  • Method Details

    • get

      public static GreenLabPropertyFileReader get()
    • reset

      public void reset()
    • setFile

      public void setFile(Context ctx)
    • setFile

      public void setFile(String fileName)
    • setFile

      public void setFile(FileSource fs)
    • getProperty

      public String getProperty(String key, int age, int pos)
    • getProperty

      public String getProperty(String key, int pos)
    • getProperty

      public String getProperty(String key)
    • getProperties

      public HashMap<String,String> getProperties()
    • setProperty

      public boolean setProperty(String key, String value, int age, int pos)
    • setProperty

      public boolean setProperty(String key, String value, int pos)
    • setProperty

      public boolean setProperty(String key, String value)
    • getSci

      public String getSci()
    • getRgg

      public String getRgg()
    • reloadRgg

      public void reloadRgg(HashMap<?,?> hm)