public class PropertiesReader extends Object
PropertiesReader()
static void
add(String key, Object value)
static String
get(String key)
static Boolean
getBoolean(String key)
static Integer
getInteger(String key)
set(String key, String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PropertiesReader()
public static String get(String key)
key
public static Integer getInteger(String key)
public static Boolean getBoolean(String key)
public static void set(String key, String value)
value
public static void add(String key, Object value)
Copyright © 2022. All rights reserved.