public class WebParams extends java.lang.Object implements SearchSettings
Constructor and Description |
---|
WebParams(java.lang.String query) |
Modifier and Type | Method and Description |
---|---|
Formatter |
createFormatter(java.io.PrintStream out) |
int |
getDidYouMeantCount() |
int |
getDidYouMeantDeadLine() |
int |
getInfoAfter() |
int |
getInfoBefore() |
java.lang.Integer |
getInfoLoad() |
java.lang.Integer |
getInfoShow() |
java.lang.String |
getLibrary() |
java.lang.String |
getOrigQuery() |
java.lang.String |
getQuery() |
int |
getRecords() |
LibrarySetup |
getSetup() |
int |
getstartAt() |
boolean |
isFileForced()
for sake of record.
|
boolean |
isHighlight() |
boolean |
isInfo() |
boolean |
isJump() |
boolean |
isMergeWonted() |
boolean |
isNegateInfo() |
boolean |
isNegateMerge() |
boolean |
isNegatePdf() |
boolean |
isOmitArchives() |
boolean |
isOmitPdfInfo() |
boolean |
isPage() |
boolean |
isPdf2txt() |
boolean |
isWasFromPage() |
public java.lang.String getOrigQuery()
public java.lang.String getQuery()
public boolean isPage()
isPage
in interface SearchSettings
public boolean isFileForced()
public boolean isOmitArchives()
isOmitArchives
in interface SearchSettings
public int getInfoBefore()
getInfoBefore
in interface SearchSettings
public int getInfoAfter()
getInfoAfter
in interface SearchSettings
public int getDidYouMeantDeadLine()
getDidYouMeantDeadLine
in interface SearchSettings
public int getDidYouMeantCount()
getDidYouMeantCount
in interface SearchSettings
public int getstartAt()
getstartAt
in interface SearchSettings
public int getRecords()
getRecords
in interface SearchSettings
public boolean isWasFromPage()
public Formatter createFormatter(java.io.PrintStream out)
createFormatter
in interface SearchSettings
public java.lang.Integer getInfoLoad()
public java.lang.Integer getInfoShow()
public boolean isNegateInfo()
public boolean isNegateMerge()
public boolean isNegatePdf()
public boolean isInfo()
isInfo
in interface SearchSettings
public boolean isOmitPdfInfo()
isOmitPdfInfo
in interface SearchSettings
public boolean isMergeWonted()
isMergeWonted
in interface SearchSettings
public java.lang.String getLibrary()
getLibrary
in interface SearchSettings
public LibrarySetup getSetup()
getSetup
in interface SearchSettings
public boolean isHighlight()
public boolean isJump()
public boolean isPdf2txt()