public class DefaultParseService extends AbstractService implements ParseService
| Constructor and Description |
|---|
DefaultParseService() |
| Modifier and Type | Method and Description |
|---|---|
Items |
parse(String arg,
boolean strict)
Parses a comma-delimited list of data elements.
|
getContext, setContext, toStringgetInfo, getPriority, setInfo, setPrioritycontextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitparseinitialize, registerEventHandlersgetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersiondisposepublic Items parse(String arg, boolean strict)
ParseService
Some data elements might be key=value pairs, while others might be
raw values (i.e., no equals sign).
parse in interface ParseServicearg - The string to parse.strict - Whether to fail fast when encountering an unassigned variable
token.Items.Copyright © 2009–2022 SciJava. All rights reserved.