Uses of Enum Class
com.bluersw.analyze.Format
Packages that use Format
-
Uses of Format in com.bluersw
Methods in com.bluersw that return FormatMethods in com.bluersw with parameters of type FormatConstructors in com.bluersw with parameters of type Format -
Uses of Format in com.bluersw.analyze
Methods in com.bluersw.analyze that return FormatModifier and TypeMethodDescriptionstatic FormatReturns the enum constant of this class with the specified name.static Format[]Format.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.bluersw.analyze with parameters of type FormatModifier 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