Package | Description |
---|---|
com.bluersw.analyze |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFormat
分析文件内容抽象类 Analysis file content abstract class
|
class |
EmptyFormat
如果URI和用户输入内容都是空的情况下创建空文档对象 Create empty document object if both URI and user input are empty
|
class |
JsonFormat
解析JSON格式文档 Parsing JSON format documents
|
class |
YamlFormat
解析YAML格式的内容 Parse content in YAML format
|
Modifier and Type | Method and Description |
---|---|
static Configuration |
ConfigurationFactory.createConfiguration(Format format,
InputStream inputStream)
根据文档类型和流对象创建文件内容操作对象 Create file content operation objects based on document types and stream objects
|
static Configuration |
ConfigurationFactory.createConfiguration(Format format,
String content)
根据文档类型和内容创建文件内容操作对象 Create file content operation object according to document type and content
|
Copyright © 2016–2021. All rights reserved.