Package | Description |
---|---|
com.bluersw | |
com.bluersw.analyze |
Modifier and Type | Method and Description |
---|---|
Format |
CheckboxParameterDefinition.getFormat() |
Modifier and Type | Method and Description |
---|---|
void |
CheckboxParameterDefinition.setFormat(Format format) |
Constructor and Description |
---|
CheckboxParameterDefinition(String name,
String description,
Protocol protocol,
Format format,
String uri,
String displayNodePath,
String valueNodePath,
net.sf.json.JSONObject useInput,
String pipelineSubmitContent) |
Modifier and Type | Method and Description |
---|---|
static Format |
Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Format[] |
Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.