public class ConfigUtil extends Object
| Constructor and Description |
|---|
ConfigUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getConfigFile() |
static Properties |
getProperties()
get properties
|
static String |
getValue(String key)
get value of key
|
static void |
main(String[] args) |
static void |
put(String key,
String value)
设置值,设置值后存盘
|
static void |
save() |
public static void save()
public static Properties getProperties()
public static String getConfigFile()
public static void main(String[] args)
Copyright © 2021. All rights reserved.