public class ReaderOptions extends Object
Constructor and Description |
---|
ReaderOptions() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getDocuments() |
boolean |
isDate() |
boolean |
isDebug() |
boolean |
isHtml() |
boolean |
isImages() |
boolean |
isLinks() |
boolean |
isMultiDocument() |
boolean |
isMultiMode() |
boolean |
isSubhead() |
boolean |
isText() |
boolean |
isTitle() |
protected void |
validate() |
public ReaderOptions()
public boolean isDebug()
public boolean isHtml()
public boolean isText()
public boolean isTitle()
public boolean isLinks()
public boolean isImages()
public boolean isSubhead()
public List<String> getDocuments()
public boolean isDate()
public boolean isMultiDocument()
public boolean isMultiMode()
protected void validate() throws org.kohsuke.args4j.CmdLineException
org.kohsuke.args4j.CmdLineException