public interface ParseService extends SciJavaService
| Modifier and Type | Method and Description |
|---|---|
Items |
parse(String arg)
Parses a comma-delimited list of data elements.
|
initialize, registerEventHandlerscontext, getContext, setContextgetPriority, setPrioritycompareTogetInfo, setInfodisposeItems parse(String arg)
Some data elements might be key=value pairs, while others might be
raw values (i.e., no equals sign).
arg - The string to parse.Items.IllegalArgumentException - If the string does not conform to expected
syntax.Copyright © 2009–2016 SciJava. All rights reserved.