Package io.goobi.viewer.controller
Class ConvertAbbyyToAlto
java.lang.Object
io.goobi.viewer.controller.ConvertAbbyyToAlto
ConvertAbbyyToAlto class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jdom2.Elementconvert.org.jdom2.Elementconvert(org.jdom2.Document abbyyDoc) convert.Getter for the fieldcreationtime.Getter for the fieldinputfilename.static voidmain.voidsetCreationtime(LocalDateTime creationtime) Setter for the fieldcreationtime.voidsetInputfilename(String inputfilename) Setter for the fieldinputfilename.
-
Constructor Details
-
ConvertAbbyyToAlto
public ConvertAbbyyToAlto()
-
-
Method Details
-
convert
convert.
- Parameters:
input- aFileobject.- Returns:
- a
Elementobject. - Throws:
org.jdom2.JDOMException- if any.IOException- if any.
-
convert
public org.jdom2.Element convert(org.jdom2.Document abbyyDoc) convert.
- Parameters:
abbyyDoc- aDocumentobject.- Returns:
- a
Elementobject.
-
main
main.
- Parameters:
args- an array ofStringobjects.- Throws:
IOException- if any.org.jdom2.JDOMException- if any.
-
getInputfilename
Getter for the field
inputfilename.- Returns:
- a
Stringobject.
-
setInputfilename
Setter for the field
inputfilename.- Parameters:
inputfilename- aStringobject.
-
getCreationtime
Getter for the field
creationtime.- Returns:
- a
LocalDateTimeobject.
-
setCreationtime
Setter for the field
creationtime.- Parameters:
creationtime- aLocalDateTimeobject.
-