public class Profile extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_PROFILE
默认环境
|
Constructor and Description |
---|
Profile()
默认构造,环境使用默认的:default,编码UTF-8,不使用变量
|
Profile(String profile)
构造,编码UTF-8,不使用变量
|
Profile(String profile,
Charset charset,
boolean useVar)
构造
|
Modifier and Type | Method and Description |
---|---|
Profile |
clear()
清空所有环境的配置文件
|
Setting |
getSetting(String name)
获取当前环境下的配置文件
|
Profile |
setCharset(Charset charset)
设置编码
|
Profile |
setProfile(String profile)
设置环境
|
Profile |
setUseVar(boolean useVar)
设置是否使用变量
|
public static final String DEFAULT_PROFILE
public Profile()
public Profile(String profile)
profile
- 环境Copyright © 2024. All rights reserved.