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