Package javadocofflinesearch
Interface SearchSettings
-
- All Known Implementing Classes:
Commandline
,WebParams
public interface SearchSettings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Formatter
createFormatter(java.io.PrintStream out)
int
getDidYouMeantCount()
int
getDidYouMeantDeadLine()
int
getInfoAfter()
int
getInfoBefore()
java.lang.String
getLibrary()
int
getRecords()
LibrarySetup
getSetup()
int
getstartAt()
boolean
isInfo()
boolean
isMergeWonted()
boolean
isOmitArchives()
boolean
isOmitPdfInfo()
boolean
isPage()
-
-
-
Method Detail
-
isInfo
boolean isInfo()
-
isPage
boolean isPage()
-
isMergeWonted
boolean isMergeWonted()
-
getInfoBefore
int getInfoBefore()
-
getInfoAfter
int getInfoAfter()
-
getDidYouMeantDeadLine
int getDidYouMeantDeadLine()
-
getDidYouMeantCount
int getDidYouMeantCount()
-
createFormatter
Formatter createFormatter(java.io.PrintStream out)
-
getstartAt
int getstartAt()
-
getRecords
int getRecords()
-
isOmitArchives
boolean isOmitArchives()
-
isOmitPdfInfo
boolean isOmitPdfInfo()
-
getLibrary
java.lang.String getLibrary()
-
getSetup
LibrarySetup getSetup()
-
-