public class PdfToHtmlParseData
extends java.lang.Object
Constructor and Description |
---|
PdfToHtmlParseData()
Creates the parse data object
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
addFile(java.io.File file)
Adds a file that was generated
|
java.lang.Throwable |
getException()
Returns the Exception from parsing the file, or null if there wasn't an exception
|
java.util.List<java.io.File> |
getFilesCreated()
Returns a list of files associated with the parse.
|
org.jdom2.Element |
getRootElement()
Returns the root Element of the file, or null if the file didn't parse properly or there was no root
|
(package private) void |
setException(java.lang.Throwable exception)
Sets the Exception for the object
|
(package private) void |
setRootElement(org.jdom2.Element rootElement)
Sets the RootElement for the object
|
@Nullable public java.lang.Throwable getException()
void setException(@Nullable java.lang.Throwable exception)
exception
- The new value for Exception@Nullable public org.jdom2.Element getRootElement()
void setRootElement(@Nullable org.jdom2.Element rootElement)
rootElement
- The new value for RootElement@NotNull public java.util.List<java.io.File> getFilesCreated()
void addFile(@NotNull java.io.File file)
file
- The file that should be added