public class FileConfig extends InitConfig
| 限定符和类型 | 字段和说明 |
|---|---|
static FileConfig |
fileConfig |
slog| 构造器和说明 |
|---|
FileConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
done() |
String |
fullPrefix() |
String |
getLocalMapping() |
String |
getSaveDisk() |
String[] |
getServerList() |
String |
getServerUrl() |
boolean |
isLocal() |
void |
setLocal(boolean isLocal) |
void |
setLocalMapping(String localMapping) |
void |
setSaveDisk(String saveDisk) |
void |
setServerList(String[] serverList) |
void |
setServerUrl(String serverUrl) |
protected void |
showInfomation() |
initpublic static FileConfig fileConfig
public String getLocalMapping()
public void setLocalMapping(String localMapping)
public String getServerUrl()
public void setServerUrl(String serverUrl)
public String getSaveDisk()
public void setSaveDisk(String saveDisk)
public String[] getServerList()
public void setServerList(String[] serverList)
public boolean isLocal()
public void setLocal(boolean isLocal)
public String fullPrefix()
protected void done()
done 在类中 InitConfigprotected void showInfomation()
showInfomation 在类中 InitConfigCopyright © 2019. All rights reserved.