public class DisconfCenterFile extends DisconfCenterBaseModel
| Modifier and Type | Class and Description |
|---|---|
static class |
DisconfCenterFile.FileItemValue
配置文件Item项表示,包括了值,还有其类型
|
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
DisconfCenterFile() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalKeyMaps() |
Class<?> |
getCls() |
String |
getFileDir()
配置文件的路径
|
String |
getFileName() |
String |
getFilePath()
配置文件的路径
|
Map<String,DisconfCenterFile.FileItemValue> |
getKeyMaps() |
Map<String,Object> |
getKV()
获取可以表示的KeyMap对
|
SupportFileTypeEnum |
getSupportFileTypeEnum() |
String |
getTargetDirPath() |
String |
infoString() |
boolean |
isTaggedWithNonAnnotationFile() |
void |
setAdditionalKeyMaps(Map<String,Object> additionalKeyMaps) |
void |
setCls(Class<?> cls) |
void |
setFileName(String fileName) |
void |
setIsTaggedWithNonAnnotationFile(boolean isTaggedWithNonAnnotationFile) |
void |
setKeyMaps(Map<String,DisconfCenterFile.FileItemValue> keyMaps) |
void |
setSupportFileTypeEnum(SupportFileTypeEnum supportFileTypeEnum) |
void |
setTargetDirPath(String targetDirPath) |
String |
toString() |
getDisconfCommonCallbackModel, getDisConfCommonModel, getObject, getRemoteServerUrl, setDisconfCommonCallbackModel, setDisConfCommonModel, setObject, setRemoteServerUrlpublic Class<?> getCls()
public void setCls(Class<?> cls)
public String getFileName()
public void setFileName(String fileName)
public Map<String,DisconfCenterFile.FileItemValue> getKeyMaps()
public void setKeyMaps(Map<String,DisconfCenterFile.FileItemValue> keyMaps)
public SupportFileTypeEnum getSupportFileTypeEnum()
public void setSupportFileTypeEnum(SupportFileTypeEnum supportFileTypeEnum)
public boolean isTaggedWithNonAnnotationFile()
public void setIsTaggedWithNonAnnotationFile(boolean isTaggedWithNonAnnotationFile)
public String getTargetDirPath()
public void setTargetDirPath(String targetDirPath)
public String toString()
toString in class DisconfCenterBaseModelpublic String infoString()
infoString in class DisconfCenterBaseModelpublic String getFilePath()
public String getFileDir()
Copyright © 2015–2016 Baidu. All rights reserved.