public class DataFormatSpecification extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DataFormatSpecification.DataStructure |
class |
DataFormatSpecification.Dependency |
Constructor and Description |
---|
DataFormatSpecification() |
Modifier and Type | Method and Description |
---|---|
void |
addEntry(java.lang.String dataFormatEntryName,
java.lang.String category,
java.lang.String type,
java.lang.String defaultOutput) |
DataFormatInstance |
createDataFormatInstance(SymbolTableHandler symbolTables,
java.lang.String nullValueStrategy) |
java.lang.String |
getDataFormatName() |
DataFormatSpecification.DataStructure |
getDataStructure() |
HashSet<DataFormatSpecification.Dependency> |
getDependencies() |
DataFormatEntry |
getEntry(java.lang.String dataFormatEntryName) |
void |
parseDataFormatXMLfile(java.lang.String fileName) |
void |
parseDataFormatXMLfile(java.net.URL url) |
java.lang.String |
toString() |
public DataFormatSpecification()
public DataFormatInstance createDataFormatInstance(SymbolTableHandler symbolTables, java.lang.String nullValueStrategy) throws MaltChainedException
MaltChainedException
public void parseDataFormatXMLfile(java.lang.String fileName) throws MaltChainedException
MaltChainedException
public HashSet<DataFormatSpecification.Dependency> getDependencies()
public void parseDataFormatXMLfile(java.net.URL url) throws MaltChainedException
MaltChainedException
public void addEntry(java.lang.String dataFormatEntryName, java.lang.String category, java.lang.String type, java.lang.String defaultOutput)
public DataFormatEntry getEntry(java.lang.String dataFormatEntryName)
public java.lang.String getDataFormatName()
public DataFormatSpecification.DataStructure getDataStructure()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.