| Package | Description |
|---|---|
| com.baidu.disconf.client.common.constants | |
| com.baidu.disconf.client.common.model | |
| com.baidu.disconf.client.core.filetype |
| Modifier and Type | Method and Description |
|---|---|
static SupportFileTypeEnum |
SupportFileTypeEnum.getByFileName(String fileName)
根据文件名返回其文件后缀ENUM
|
static SupportFileTypeEnum |
SupportFileTypeEnum.getByType(int type) |
static SupportFileTypeEnum |
SupportFileTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportFileTypeEnum[] |
SupportFileTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SupportFileTypeEnum |
DisconfCenterFile.getSupportFileTypeEnum() |
| Modifier and Type | Method and Description |
|---|---|
void |
DisconfCenterFile.setSupportFileTypeEnum(SupportFileTypeEnum supportFileTypeEnum) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
FileTypeProcessorUtils.getKvMap(SupportFileTypeEnum supportFileTypeEnum,
String fileName)
输入文件名,返回其相应的k-v数据
|
Copyright © 2015–2016 Baidu. All rights reserved.