public interface ParseService extends SciJavaService
Modifier and Type | Method and Description |
---|---|
Items |
parse(String arg)
Parses a comma-delimited list of data elements.
|
initialize, registerEventHandlers
context, getContext, setContext
getPriority, setPriority
compareTo
getInfo, setInfo
dispose
Items 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.Item
s.IllegalArgumentException
- If the string does not conform to expected
syntax.Copyright © 2009–2016 SciJava. All rights reserved.