Package com.bluersw.analyze
Class EmptyFormat
java.lang.Object
com.bluersw.analyze.AbstractFormat
com.bluersw.analyze.EmptyFormat
- All Implemented Interfaces:
Configuration
如果URI和用户输入内容都是空的情况下创建空文档对象 Create empty document object if both URI and user input are empty
- Author:
- sunweisheng
-
Field Summary
Fields inherited from class com.bluersw.analyze.AbstractFormat
content, data, index -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected LinkedHashMap<String, Object> loadData()加载文件中的数据,并转化LinkedHashMap结构 Load the data in the file and convert LinkedHashMap structureMethods inherited from class com.bluersw.analyze.AbstractFormat
getValueListBySearch
-
Constructor Details
-
Method Details
-
loadData
Description copied from class:AbstractFormat加载文件中的数据,并转化LinkedHashMap结构 Load the data in the file and convert LinkedHashMap structure- Specified by:
loadDatain classAbstractFormat- Returns:
- LinkedHashMap 结构数据 LinkedHashMap structure data
-