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 SearchSettingspublic boolean isFileForced()
public boolean isOmitArchives()
isOmitArchives in interface SearchSettingspublic int getInfoBefore()
getInfoBefore in interface SearchSettingspublic int getInfoAfter()
getInfoAfter in interface SearchSettingspublic int getDidYouMeantDeadLine()
getDidYouMeantDeadLine in interface SearchSettingspublic int getDidYouMeantCount()
getDidYouMeantCount in interface SearchSettingspublic int getstartAt()
getstartAt in interface SearchSettingspublic int getRecords()
getRecords in interface SearchSettingspublic boolean isWasFromPage()
public Formatter createFormatter(java.io.PrintStream out)
createFormatter in interface SearchSettingspublic java.lang.Integer getInfoLoad()
public java.lang.Integer getInfoShow()
public boolean isNegateInfo()
public boolean isNegateMerge()
public boolean isNegatePdf()
public boolean isInfo()
isInfo in interface SearchSettingspublic boolean isOmitPdfInfo()
isOmitPdfInfo in interface SearchSettingspublic boolean isMergeWonted()
isMergeWonted in interface SearchSettingspublic java.lang.String getLibrary()
getLibrary in interface SearchSettingspublic LibrarySetup getSetup()
getSetup in interface SearchSettingspublic boolean isHighlight()
public boolean isJump()
public boolean isPdf2txt()