Uses of Interface
com.bluersw.analyze.Configuration
Packages that use Configuration
-
Uses of Configuration in com.bluersw.analyze
Classes in com.bluersw.analyze that implement ConfigurationModifier and TypeClassDescriptionclass分析文件内容抽象类 Analysis file content abstract classclass如果URI和用户输入内容都是空的情况下创建空文档对象 Create empty document object if both URI and user input are emptyclass解析JSON格式文档 Parsing JSON format documentsclass解析YAML格式的内容 Parse content in YAML formatMethods in com.bluersw.analyze that return ConfigurationModifier and TypeMethodDescriptionstatic ConfigurationConfigurationFactory.createConfiguration(Format format, InputStream inputStream) 根据文档类型和流对象创建文件内容操作对象 Create file content operation objects based on document types and stream objectsstatic ConfigurationConfigurationFactory.createConfiguration(Format format, String content) 根据文档类型和内容创建文件内容操作对象 Create file content operation object according to document type and content