public class DataFormatManager extends java.lang.Object
Constructor and Description |
---|
DataFormatManager(java.net.URL inputFormatUrl,
java.net.URL outputFormatUrl) |
Modifier and Type | Method and Description |
---|---|
DataFormatSpecification |
getDataFormatSpec(java.lang.String name) |
DataFormatSpecification |
getInputDataFormatSpec() |
DataFormatSpecification |
getOutputDataFormatSpec() |
DataFormatSpecification |
loadDataFormat(java.net.URL dataFormatUrl) |
void |
setInputDataFormatSpec(DataFormatSpecification inputDataFormatSpec) |
void |
setOutputDataFormatSpec(DataFormatSpecification outputDataFormatSpec) |
public DataFormatManager(java.net.URL inputFormatUrl, java.net.URL outputFormatUrl) throws MaltChainedException
MaltChainedException
public DataFormatSpecification loadDataFormat(java.net.URL dataFormatUrl) throws MaltChainedException
MaltChainedException
public DataFormatSpecification getInputDataFormatSpec()
public DataFormatSpecification getOutputDataFormatSpec()
public void setInputDataFormatSpec(DataFormatSpecification inputDataFormatSpec)
public void setOutputDataFormatSpec(DataFormatSpecification outputDataFormatSpec)
public DataFormatSpecification getDataFormatSpec(java.lang.String name)
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.