Package io.goobi.viewer.controller
Class ConvertAbbyyToAlto
java.lang.Object
io.goobi.viewer.controller.ConvertAbbyyToAlto
ConvertAbbyyToAlto class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.jdom2.Element
convert.org.jdom2.Element
convert
(org.jdom2.Document abbyyDoc) convert.Getter for the fieldcreationtime
.Getter for the fieldinputfilename
.static void
main.void
setCreationtime
(LocalDateTime creationtime) Setter for the fieldcreationtime
.void
setInputfilename
(String inputfilename) Setter for the fieldinputfilename
.
-
Constructor Details
-
ConvertAbbyyToAlto
public ConvertAbbyyToAlto()
-
-
Method Details
-
convert
convert.
- Parameters:
input
- aFile
object.- Returns:
- a
Element
object. - Throws:
org.jdom2.JDOMException
- if any.IOException
- if any.
-
convert
public org.jdom2.Element convert(org.jdom2.Document abbyyDoc) convert.
- Parameters:
abbyyDoc
- aDocument
object.- Returns:
- a
Element
object.
-
main
main.
- Parameters:
args
- an array ofString
objects.- Throws:
IOException
- if any.org.jdom2.JDOMException
- if any.
-
getInputfilename
Getter for the field
inputfilename
.- Returns:
- a
String
object.
-
setInputfilename
Setter for the field
inputfilename
.- Parameters:
inputfilename
- aString
object.
-
getCreationtime
Getter for the field
creationtime
.- Returns:
- a
LocalDateTime
object.
-
setCreationtime
Setter for the field
creationtime
.- Parameters:
creationtime
- aLocalDateTime
object.
-