public class IoHandler
extends java.lang.Object
Constructor and Description |
---|
IoHandler() |
Modifier and Type | Method and Description |
---|---|
IoConfiguration |
deserialize(java.io.InputStream in) |
static IoTypeHandler |
getHandler(java.lang.Object value) |
static IoTypeHandler |
getHandler(java.lang.String type) |
static void |
main(java.lang.String[] args) |
NodeMappings |
map(IoConfiguration config,
Task task) |
static void |
registerHandler(IoTypeHandler handler) |
void |
serialize(DocumentHandler handler,
IoConfiguration config) |
public static void registerHandler(IoTypeHandler handler)
public static IoTypeHandler getHandler(java.lang.String type)
public NodeMappings map(IoConfiguration config, Task task) throws TaskGraphException
TaskGraphException
public void serialize(DocumentHandler handler, IoConfiguration config) throws java.io.IOException
java.io.IOException
public IoConfiguration deserialize(java.io.InputStream in) throws java.io.IOException
java.io.IOException
public static IoTypeHandler getHandler(java.lang.Object value)
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception