| 程序包 | 说明 |
|---|---|
| com.litongjava.tio.utils.environment |
| 限定符和类型 | 方法和说明 |
|---|---|
static Prop |
PropUtils.append(File file) |
Prop |
Prop.append(File file) |
static Prop |
PropUtils.append(File file,
Charset encoding) |
Prop |
Prop.append(File file,
Charset encoding) |
static Prop |
PropUtils.append(Prop prop) |
Prop |
Prop.append(Prop prop) |
static Prop |
PropUtils.append(String fileName) |
Prop |
Prop.append(String fileName) |
static Prop |
PropUtils.append(String fileName,
Charset encoding) |
Prop |
Prop.append(String fileName,
Charset encoding) |
static Prop |
PropUtils.appendIfExists(File file) |
Prop |
Prop.appendIfExists(File file) |
static Prop |
PropUtils.appendIfExists(File file,
Charset encoding) |
Prop |
Prop.appendIfExists(File file,
Charset encoding) |
static Prop |
PropUtils.appendIfExists(String fileName) |
Prop |
Prop.appendIfExists(String fileName) |
static Prop |
PropUtils.appendIfExists(String fileName,
Charset encoding) |
Prop |
Prop.appendIfExists(String fileName,
Charset encoding) |
static Prop |
PropUtils.getProp() |
static Prop |
PropUtils.getProp(String fileName) |
static Prop |
PropUtils.use(File file)
Use the properties file bye File object.
|
static Prop |
PropUtils.use(File file,
Charset encoding)
Use the properties file bye File object.
|
static Prop |
PropUtils.use(String fileName)
Use the properties file.
|
static Prop |
PropUtils.use(String fileName,
String env) |
static Prop |
PropUtils.use(String fileName,
String env,
Charset encoding) |
static Prop |
PropUtils.useFirstFound(String... fileNames)
Use the first found properties file
|
static Prop |
PropUtils.useless(String fileName) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Prop |
PropUtils.append(Prop prop) |
Prop |
Prop.append(Prop prop) |
Copyright © 2024. All rights reserved.