Package | Description |
---|---|
org.tio.utils.jfinal |
特别说明:本包及子包的代码有部分是从jfinal中改造过来
不直接引用jfinal的原因主要是减少本项目依赖,减少用户维护pom的烦琐度
jfinal项目地址: https://gitee.com/jfinal/jfinal
感谢jfinal作者波总对开源的贡献!
|
Modifier and Type | Method and Description |
---|---|
static Prop |
P.append(File file) |
Prop |
Prop.append(File file) |
static Prop |
P.append(File file,
String encoding) |
Prop |
Prop.append(File file,
String encoding) |
static Prop |
P.append(Prop prop) |
Prop |
Prop.append(Prop prop) |
static Prop |
P.append(String fileName) |
Prop |
Prop.append(String fileName) |
Prop |
Prop.append(String fileName,
Charset charset) |
static Prop |
P.append(String fileName,
String encoding) |
Prop |
Prop.append(String fileName,
String encoding) |
static Prop |
P.appendIfExists(File file) |
Prop |
Prop.appendIfExists(File file) |
static Prop |
P.appendIfExists(File file,
String encoding) |
Prop |
Prop.appendIfExists(File file,
String encoding) |
static Prop |
P.appendIfExists(String fileName) |
Prop |
Prop.appendIfExists(String fileName) |
static Prop |
P.appendIfExists(String fileName,
String encoding) |
Prop |
Prop.appendIfExists(String fileName,
String encoding) |
static Prop |
P.getProp() |
static Prop |
P.getProp(String fileName) |
static Prop |
P.use(File file)
Using the properties file bye File object.
|
static Prop |
P.use(File file,
String encoding)
Using the properties file bye File object.
|
static Prop |
P.use(String fileName)
Using the properties file.
|
static Prop |
P.use(String fileName,
String encoding)
Using the properties file.
|
static Prop |
P.useless(String fileName) |
Modifier and Type | Method and Description |
---|---|
static Prop |
P.append(Prop prop) |
Prop |
Prop.append(Prop prop) |
Copyright © 2021. All rights reserved.