public class Options extends StringParameters implements IEditorDescriptionProvider
bufferpath| Constructor and Description |
|---|
Options() |
| Modifier and Type | Method and Description |
|---|---|
EditorDescription |
createEditorDescription(ParametersDescription paramsDesc) |
boolean |
getAllowSegmentation() |
String |
getCustomPostProcessingHook() |
boolean |
getIncludePostProcessingHook() |
ParametersDescription |
getParametersDescription() |
boolean |
getPlaceholderMode() |
void |
reset() |
void |
setAllowSegmentation(boolean allowSegmentation) |
void |
setCustomPostProcessingHook(String customPostProcessingHook) |
void |
setIncludePostProcessingHook(boolean includePostProcessingHook) |
void |
setPlaceholderMode(boolean placeholderMode) |
fromString, fromString, getBoolean, getGroup, getInteger, getString, setBoolean, setGroup, setInteger, setString, toStringpublic void reset()
reset in interface IParametersreset in class StringParameterspublic boolean getPlaceholderMode()
public void setPlaceholderMode(boolean placeholderMode)
public boolean getAllowSegmentation()
public boolean getIncludePostProcessingHook()
public String getCustomPostProcessingHook()
public void setAllowSegmentation(boolean allowSegmentation)
public void setIncludePostProcessingHook(boolean includePostProcessingHook)
public void setCustomPostProcessingHook(String customPostProcessingHook)
public ParametersDescription getParametersDescription()
getParametersDescription in interface IParametersgetParametersDescription in class BaseParameterspublic EditorDescription createEditorDescription(ParametersDescription paramsDesc)
createEditorDescription in interface IEditorDescriptionProviderCopyright © 2022. All rights reserved.