java.lang.Object
libldt3.LdtReader
Simple, reflection and annotation based reader for LDT 3.0.
- Author:
- Christoph Brill <opensource@christophbrill.de>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LdtReader
-
-
Method Details
-
read
Read the LDT found on a given path.- Parameters:
path- the path of the LDT file (any format handled by NIOPath)- Returns:
- the list of Satz elements found in the LDT file
- Throws:
IOException- thrown if reading the file failed
-
read
Read the LDT found on a given path.- Parameters:
path- the path of the LDT file- Returns:
- the list of Satz elements found in the LDT file
- Throws:
IOException- thrown if reading the file failed
-
read
Read the LDT from a given string stream.- Parameters:
stream- the LDT lines as string stream- Returns:
- the list of Satz elements found in the LDT file
-