public class DefaultParseService extends AbstractService implements ParseService
Constructor and Description |
---|
DefaultParseService() |
Modifier and Type | Method and Description |
---|---|
Items |
parse(String arg)
Parses a comma-delimited list of data elements.
|
dispose, getContext, initialize, registerEventHandlers, setContext, toString
compareTo, getInfo, getPriority, setInfo, setPriority
context
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
initialize, registerEventHandlers
context, getContext, setContext
getPriority, setPriority
compareTo
getInfo, setInfo
dispose
public Items parse(String arg)
ParseService
Some data elements might be key=value
pairs, while others might be
raw values (i.e., no equals sign).
parse
in interface ParseService
arg
- The string to parse.Item
s.Copyright © 2009–2016 SciJava. All rights reserved.