public class ParseOptions extends ParserOptions
| Constructor | Description |
|---|---|
ParseOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
Template |
getTemplate() |
User-generated template to extract metadata from the document.
|
String |
getTemplatePath() |
The path of the file, located in the storage, which contains a user-generated template to parse data.
|
int |
hashCode() |
|
void |
setTemplate(Template template) |
|
void |
setTemplatePath(String templatePath) |
|
ParseOptions |
template(Template template) |
|
ParseOptions |
templatePath(String templatePath) |
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcontainerItemInfo, fileInfo, getContainerItemInfo, getFileInfo, setContainerItemInfo, setFileInfopublic ParseOptions template(Template template)
public Template getTemplate()
public void setTemplate(Template template)
public ParseOptions templatePath(String templatePath)
public String getTemplatePath()
public void setTemplatePath(String templatePath)
public boolean equals(Object o)
equals in class ParserOptionspublic int hashCode()
hashCode in class ParserOptionspublic String toString()
toString in class ParserOptionsCopyright © 2025. All rights reserved.