Package javadocofflinesearch.server
Class WebParams
- java.lang.Object
-
- javadocofflinesearch.server.WebParams
-
- All Implemented Interfaces:
SearchSettings
public class WebParams extends java.lang.Object implements SearchSettings
-
-
Constructor Summary
Constructors Constructor Description WebParams(java.lang.String query)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormattercreateFormatter(java.io.PrintStream out)intgetDidYouMeantCount()intgetDidYouMeantDeadLine()intgetInfoAfter()intgetInfoBefore()java.lang.IntegergetInfoLoad()java.lang.IntegergetInfoShow()java.lang.StringgetLibrary()java.lang.StringgetOrigQuery()java.lang.StringgetQuery()intgetRecords()LibrarySetupgetSetup()intgetstartAt()booleanisFileForced()for sake of record.booleanisHighlight()booleanisInfo()booleanisJump()booleanisMergeWonted()booleanisNegateInfo()booleanisNegateMerge()booleanisNegatePdf()booleanisOmitArchives()booleanisOmitPdfInfo()booleanisPage()booleanisPdf2txt()booleanisWasFromPage()
-
-
-
Method Detail
-
getOrigQuery
public java.lang.String getOrigQuery()
-
getQuery
public java.lang.String getQuery()
-
isPage
public boolean isPage()
- Specified by:
isPagein interfaceSearchSettings
-
isFileForced
public boolean isFileForced()
for sake of record.- Returns:
- no longer of course override
-
isOmitArchives
public boolean isOmitArchives()
- Specified by:
isOmitArchivesin interfaceSearchSettings
-
getInfoBefore
public int getInfoBefore()
- Specified by:
getInfoBeforein interfaceSearchSettings
-
getInfoAfter
public int getInfoAfter()
- Specified by:
getInfoAfterin interfaceSearchSettings
-
getDidYouMeantDeadLine
public int getDidYouMeantDeadLine()
- Specified by:
getDidYouMeantDeadLinein interfaceSearchSettings
-
getDidYouMeantCount
public int getDidYouMeantCount()
- Specified by:
getDidYouMeantCountin interfaceSearchSettings
-
getstartAt
public int getstartAt()
- Specified by:
getstartAtin interfaceSearchSettings
-
getRecords
public int getRecords()
- Specified by:
getRecordsin interfaceSearchSettings
-
isWasFromPage
public boolean isWasFromPage()
-
createFormatter
public Formatter createFormatter(java.io.PrintStream out)
- Specified by:
createFormatterin interfaceSearchSettings
-
getInfoLoad
public java.lang.Integer getInfoLoad()
-
getInfoShow
public java.lang.Integer getInfoShow()
-
isNegateInfo
public boolean isNegateInfo()
-
isNegateMerge
public boolean isNegateMerge()
-
isNegatePdf
public boolean isNegatePdf()
-
isInfo
public boolean isInfo()
- Specified by:
isInfoin interfaceSearchSettings
-
isOmitPdfInfo
public boolean isOmitPdfInfo()
- Specified by:
isOmitPdfInfoin interfaceSearchSettings
-
isMergeWonted
public boolean isMergeWonted()
- Specified by:
isMergeWontedin interfaceSearchSettings
-
getLibrary
public java.lang.String getLibrary()
- Specified by:
getLibraryin interfaceSearchSettings
-
getSetup
public LibrarySetup getSetup()
- Specified by:
getSetupin interfaceSearchSettings
-
isHighlight
public boolean isHighlight()
-
isJump
public boolean isJump()
-
isPdf2txt
public boolean isPdf2txt()
-
-