Package | Description |
---|---|
com.jfinal.config | |
com.jfinal.kit | |
com.jfinal.plugin.activerecord | |
com.jfinal.plugin.cron4j |
Modifier and Type | Field and Description |
---|---|
protected Prop |
JFinalConfig.prop |
Modifier and Type | Method and Description |
---|---|
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)
Using the properties file bye File object.
|
static Prop |
PropKit.use(File file,
String encoding)
Using the properties file bye File object.
|
static Prop |
PropKit.use(String fileName)
Using the properties file.
|
static Prop |
PropKit.use(String fileName,
String encoding)
Using the properties file.
|
static Prop |
PropKit.useless(String fileName) |
Modifier and Type | Method and Description |
---|---|
static Prop |
PropKit.append(Prop prop) |
Prop |
Prop.append(Prop prop) |
Modifier and Type | Method and Description |
---|---|
static Prop |
Sqls.useless(String sqlFileName)
Deprecated.
|
Constructor and Description |
---|
Cron4jPlugin(Prop configProp) |
Cron4jPlugin(Prop configProp,
String configName) |
Copyright © 2018. All rights reserved.