public class XmlTasksetsReader extends Object implements ITasksetsReader
Constructor and Description |
---|
XmlTasksetsReader(File file) |
XmlTasksetsReader(InputStream input) |
XmlTasksetsReader(String fileName) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected org.xml.sax.helpers.DefaultHandler |
getDefaultHandler() |
static void |
main(String[] args) |
ITask[] |
nextTaskset()
Reads taskset information out of a file, and creates the corresponding
tasksets according to their types (simple, graph, ...)
|
List<ITask[]> |
readAll() |
public XmlTasksetsReader(InputStream input) throws ParserConfigurationException, SAXException
public ITask[] nextTaskset()
ITasksetsReader
nextTaskset
in interface ITasksetsReader
public List<ITask[]> readAll()
readAll
in interface ITasksetsReader
public void close()
close
in interface ITasksetsReader
protected org.xml.sax.helpers.DefaultHandler getDefaultHandler()
Copyright © 2013. All Rights Reserved.