Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

B

backupDatabase() - Static method in class com.screenscraper.util.DataMain
Backs up the database.
balance - Variable in class com.screenscraper.util.images.deathbycaptcha_api.User
 
balance(String[]) - Method in class com.screenscraper.util.images.decaptcher_api.CCProto
 
Base64 - Class in com.screenscraper.util
 
Base64.InputStream - Class in com.screenscraper.util
A Base64.InputStream will read data from another InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream - Class in com.screenscraper.util
A Base64.OutputStream will write data to another OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
BasicCookieManager - Class in com.screenscraper.http
Basic Cookie Manager
BasicCookieManager() - Constructor for class com.screenscraper.http.BasicCookieManager
Creates the cookie manager
BasicDataManager - Class in com.screenscraper.datamanager.skeleton
A DataManager contains the tree of DataNodes and also provides useful methods for adding data, writing, interacting with Schemas, etc.
BasicDataManager() - Constructor for class com.screenscraper.datamanager.skeleton.BasicDataManager
Creates a DataManager tied to a screen-scraper session
basicHttpParams - Variable in class com.screenscraper.scraper.ScrapingHttpWebConnection
 
BasicSchema - Class in com.screenscraper.datamanager.skeleton
Object representing a unit of data storage, be it a database table, XML node, etc.
BasicSchema(String) - Constructor for class com.screenscraper.datamanager.skeleton.BasicSchema
 
BasicSchema(BasicSchema) - Constructor for class com.screenscraper.datamanager.skeleton.BasicSchema
Copies the schema without the events
BasicSchemaAttr - Enum in com.screenscraper.datamanager.skeleton
 
BasicSchemaAttr.Option - Enum in com.screenscraper.datamanager.skeleton
 
BEGIN_TOKEN_DELIMITER - Static variable in class com.screenscraper.scraper.ExtractorPatternToken
The token delimiters.
Behavior - Enum in com.screenscraper.annotations
Types of behaviors to add automatically if the method is called from an incorrect version
BFolder - Class in com.screenscraper.business
Handles da bizness for folders.
BFolder() - Constructor for class com.screenscraper.business.BFolder
 
BHTTPSession - Class in com.screenscraper.business
 
BHTTPSession() - Constructor for class com.screenscraper.business.BHTTPSession
 
BlacklistedClassFieldProfilingFilter - Class in com.screenscraper.profiling
A filter that blacklists everything in it.
BlacklistedClassFieldProfilingFilter() - Constructor for class com.screenscraper.profiling.BlacklistedClassFieldProfilingFilter
Builds an empty filter
BlacklistedClassFieldProfilingFilter(BlacklistedClassFieldProfilingFilter) - Constructor for class com.screenscraper.profiling.BlacklistedClassFieldProfilingFilter
Builds a filter by using the same values as another filter
BlacklistedClassFieldProfilingFilter(String) - Constructor for class com.screenscraper.profiling.BlacklistedClassFieldProfilingFilter
Build a filter from a file.
BlacklistedClassFieldProfilingFilter(File) - Constructor for class com.screenscraper.profiling.BlacklistedClassFieldProfilingFilter
Build a filter from a file.
blackListRegex(Set<Pattern>) - Method in class com.screenscraper.util.parsing.name.EnglishNameParser.Builder
Sets the black list regular expressions
blankLargeFields() - Static method in class com.screenscraper.business.BScrapingSession
Blanks out all last requests are responses for all scrapeable files.
blankScrapeableFileLastRequest() - Static method in class com.screenscraper.data.DScrapingSession
Blanks out the last request of all scrapeable files.
blankScrapeableFileLastScrapedData() - Static method in class com.screenscraper.data.DScrapingSession
Blanks out the last scraped data of all scrapeable files.
block() - Method in class com.screenscraper.httpeek.HTTPTransaction
Blocks and stops the session.
block() - Method in class com.screenscraper.httpeek.ServerDaemon
Blocks and stops the daemon.
block() - Method in class com.screenscraper.scraper.RemoteScrapingSessionHandler
Blocks and stops the handler.
block() - Method in class com.screenscraper.scraper.ScrapingServer
Blocks and stops the daemon.
blockAll() - Method in class com.screenscraper.httpeek.HTTPSession
Blocks all of the HTTP transactions.
blockAll() - Method in class com.screenscraper.httpeek.HTTPTransactionManager
Blocks all of the HTTP transactions.
blockScrapingServer() - Static method in class com.screenscraper.controller.ControllerMain
 
BMapping - Class in com.screenscraper.business
Created by IntelliJ IDEA.
BMapping() - Constructor for class com.screenscraper.business.BMapping
 
BNavigationAction - Class in com.screenscraper.business
Helps handle database stuff for navigation actions.
BNavigationAction() - Constructor for class com.screenscraper.business.BNavigationAction
 
bodyMimeType - Variable in class com.screenscraper.util.mail.EmailMessage
The mime type of the body, as
BOLD_ATTRIBUTE - Static variable in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulator
The attribute name that will indicate the bold effect for contained text
booleanToInt(boolean) - Static method in class com.screenscraper.util.General
Turns a boolean value into an int, for storage in the database.
breakpoint() - Method in interface com.screenscraper.scraper.RunningScrapingSession
Performs a breakpoint.
breakpoint() - Method in class com.screenscraper.scraper.ScrapingSession
Performs a breakpoint.
breakpoint(ScriptContext) - Method in class com.screenscraper.scraper.ScrapingSession
Performs a breakpoint.
breakpoint(boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Pauses the scrape and opens the breakpoint window.
breakpoint(Object) - Method in class com.screenscraper.scraper.ScrapingSession
Pauses the scrape and opens the breakpoint window.
breakpoint(Object, boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Pauses the scrape and opens the breakpoint window.
BreakpointFrame - Class in com.screenscraper.view
 
BreakpointFrame(ScriptContext, ScrapingSession) - Constructor for class com.screenscraper.view.BreakpointFrame
Constructs the breakpoint frame based on the given scraping session.
BreakpointFrame.TableModelDataRecord - Class in com.screenscraper.view
Used to hold information for the current data record.
BreakpointFrame.TableModelLocalVariables - Class in com.screenscraper.view
The table model used to display the local variables.
BreakpointFrame.TableModelSessionVariables - Class in com.screenscraper.view
The table model used to display the session variables.
BreakpointFrameDisposer(BreakpointFrame) - Constructor for class com.screenscraper.scraper.ScrapingSession.BreakpointFrameDisposer
 
BreakpointFrameLauncher(BreakpointFrame) - Constructor for class com.screenscraper.scraper.ScrapingSession.BreakpointFrameLauncher
 
breakpointIfNeeded() - Method in class com.screenscraper.scraper.ScrapingSession
Breakpoints, if needed.
BRegularExpression - Class in com.screenscraper.business
Created by IntelliJ IDEA.
BRegularExpression() - Constructor for class com.screenscraper.business.BRegularExpression
 
browser - Variable in class com.screenscraper.view.FieldChooserDialog
 
browser - Variable in class com.screenscraper.webbrowser.SimpleBrowser
 
browserPanel - Variable in class com.screenscraper.view.ViewScrapeableFile
The web browser to render the html
BrowserTester - Class in com.screenscraper.webbrowser
Runs a small test application for the screen scraper web browser
BrowserTester() - Constructor for class com.screenscraper.webbrowser.BrowserTester
 
BrowserType - Enum in com.screenscraper.util.agents
Types of browsers (made as an enum so we can add to this list if needed)
BScrapingSession - Class in com.screenscraper.business
 
BScrapingSession() - Constructor for class com.screenscraper.business.BScrapingSession
 
btnAddMapping - Variable in class com.screenscraper.view.ViewExtractorPattern.TokenEditor
 
btnAddParameter - Variable in class com.screenscraper.view.ViewNavigationAction
Adds a new form to submit parameter.
btnAddParameter - Variable in class com.screenscraper.view.ViewScrapeableFile
Adds a new parameter.
btnAddScrapeableFile - Variable in class com.screenscraper.view.ViewScrapingSession
Adds a new scrapeable file to this scraping session.
btnAnonymousProxy - Variable in class com.screenscraper.view.SettingsFrame
 
btnBreakpoint - Variable in class com.screenscraper.view.ViewScrapingSession
Causes the current scraping session to breakpoint.
btnCancel - Variable in class com.screenscraper.view.FieldChooserDialog
 
btnClearLog - Variable in class com.screenscraper.httpeek.view.ViewHTTPSession
Clears the log panel.
btnClearLog - Variable in class com.screenscraper.view.ViewScrapingSession
Clears the log panel.
btnClearTransactions - Variable in class com.screenscraper.httpeek.view.ViewHTTPSession
Stops and starts the deamon.
btnCloseLastResponseWindow - Variable in class com.screenscraper.view.ViewScrapeableFile
Closes the last response window.
btnCompareRequestWithProxyTransaction - Variable in class com.screenscraper.view.ViewScrapeableFile
Compare the request with a proxy transaction.
btnCopy - Variable in class com.screenscraper.view.ViewScrapeableFile
Copies the scrapeable file.
btnDelete - Variable in class com.screenscraper.httpeek.view.ViewHTTPSession
Deletes the proxy session.
btnDelete - Variable in class com.screenscraper.view.ViewScrapeableFile
Deletes the scrapeable file.
btnDelete - Variable in class com.screenscraper.view.ViewScrapingSession
Deletes the scraping session.
btnDelete - Variable in class com.screenscraper.view.ViewScript
Deletes the script.
btnDeleteMappingSet - Variable in class com.screenscraper.view.ViewExtractorPattern.TokenEditor
 
btnDeleteNavigationAction - Variable in class com.screenscraper.view.ViewNavigationAction
Deletes the navigation action.
btnDetectJavaScriptCookies - Variable in class com.screenscraper.httpeek.view.ViewHTTPSession
Detects JavaScript cookies.
btnDisplayInBrowser - Variable in class com.screenscraper.httpeek.view.ViewHTTPSession
Displays the content of the response in a web browser.
btnDisplayInWindow - Variable in class com.screenscraper.view.ViewScrapeableFile
Displays the last response tab in its own window.
btnDisplayRawRequest - Variable in class com.screenscraper.httpeek.view.ViewHTTPSession
Displays the raw request.
btnDisplayRawResponse - Variable in class com.screenscraper.httpeek.view.ViewHTTPSession
Displays the raw response.
btnDisplayResponseInBrowser - Variable in class com.screenscraper.view.ViewScrapeableFile
Displays the last response in a web browser.
btnExport - Variable in class com.screenscraper.httpeek.view.ViewHTTPSession
Deletes the proxy session.
btnExportScrapingSessionToFile - Variable in class com.screenscraper.view.ViewScrapingSession
Saves this scraping session to an external file.
btnExportScriptToFile - Variable in class com.screenscraper.view.ViewScript
Saves this script to an external file.
btnExternalProxy - Variable in class com.screenscraper.view.SettingsFrame
 
btnFind - Variable in class com.screenscraper.httpeek.view.ProxyFindDialog
 
btnFind - Variable in class com.screenscraper.httpeek.view.ViewHTTPSession
Finds stuff in the log.
btnFind - Variable in class com.screenscraper.view.FindDialog
 
btnFind - Variable in class com.screenscraper.view.GlobalFindDialog
 
btnFind - Variable in class com.screenscraper.view.ViewScrapingSession
Finds stuff in the log.
btnFind - Variable in class com.screenscraper.view.ViewScript
Finds stuff in the log.
btnFindFieldForAction - Variable in class com.screenscraper.view.ViewNavigationAction
Used to get the form field for the navigation action
btnFindLastRequest - Variable in class com.screenscraper.view.ViewScrapeableFile
Finds stuff in the request.
btnFindLastResponse - Variable in class com.screenscraper.view.ViewScrapeableFile
Finds stuff in the HTML.
btnGeneral - Variable in class com.screenscraper.view.SettingsFrame
 
btnGo - Variable in class com.screenscraper.httpeek.view.ViewHTTPSession
 
btnGo - Variable in class com.screenscraper.view.FieldChooserDialog
 
btnHighlightNextDataRecord - Variable in class com.screenscraper.view.ViewScrapeableFile
Highlights the next data record.
btnLastResponseChangeContentType - Variable in class com.screenscraper.view.ViewScrapeableFile
Swaps the last response between text and HTML.
btnLoadLastResponseFromClipboard - Variable in class com.screenscraper.view.ViewScrapeableFile
Loads text into the last response text box from the clipborad.
btnPasteExtractorPattern - Variable in class com.screenscraper.view.ViewScrapeableFile
Pastes an extractor pattern.
btnPropertiesPanelHelp - Variable in class com.screenscraper.httpeek.view.ViewHTTPSession
The help button.
btnPropertiesPanelHelp - Variable in class com.screenscraper.view.ViewScrapeableFile
The help button.
btnReChoose - Variable in class com.screenscraper.view.FieldChooserDialog
 
btnRefreshLastRequest - Variable in class com.screenscraper.view.ViewScrapeableFile
Refreshes the last request tab.
btnRefreshLastResponse - Variable in class com.screenscraper.view.ViewScrapeableFile
Refreshes the last response tab.
btnReplace - Variable in class com.screenscraper.view.FindDialog
 
btnReplaceAll - Variable in class com.screenscraper.view.FindDialog
 
btnRunScript - Variable in class com.screenscraper.view.ViewScript
Runs this script.
btnScriptPanelHelp - Variable in class com.screenscraper.view.ViewScript
The help button.
btnServers - Variable in class com.screenscraper.view.SettingsFrame
 
btnShowInstances - Variable in class com.screenscraper.view.ViewScript
Displays the "show instances" dialog.
btnStartStopDaemon - Variable in class com.screenscraper.httpeek.view.ViewHTTPSession
Stops and starts the deamon.
btnStartStopScraper - Variable in class com.screenscraper.view.ViewScrapingSession
Stops and starts the scraper.
btnStartStopScraperSmall - Variable in class com.screenscraper.view.ViewScrapingSession
Stops and starts the scraper.
btnTest - Variable in class com.screenscraper.view.ViewNavigationAction
Tests the criteria.
BugFixTextSelector(JTextComponent, String) - Constructor for class com.screenscraper.view.ViewUtil.BugFixTextSelector
 
build() - Method in class com.screenscraper.concurrent.TimedExecutorService.Builder
 
build() - Method in class com.screenscraper.datamanager.skeleton.cache.CachedPage.Builder
Builds the cached page
build() - Method in class com.screenscraper.http.models.ScrapingRequest.Builder
Builds and returns the request object
build() - Method in class com.screenscraper.http.models.ScrapingResponse.Builder
 
build() - Method in class com.screenscraper.http.models.ScrapingResponse.SynchronizedBuilder
 
build() - Method in class com.screenscraper.util.internal.services.depthtracker.DepthTrackerClient.DepthTrackerClientBuilder
Builds the client from the current parameters
build() - Method in class com.screenscraper.util.internal.services.proxypool.ProxyPoolClient.ProxyPoolClientBuilder
Builds the proxy client with the current parameters
build() - Method in class com.screenscraper.util.internal.services.util.SimpleHttpClient.SimpleHttpClientBuilder
 
build() - Method in class com.screenscraper.util.internal.services.util.SimpleHttpResponse.SimpleHttpResponseBuilder
 
build() - Method in class com.screenscraper.util.parsing.address.USAddressParser.USAddressParserBuilder
Creates an instance of the built type using the values currently set in the builder
build() - Method in class com.screenscraper.util.parsing.name.EnglishNameParser.Builder
 
build() - Method in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulatorBuilder
Builds the manipulator based on the input set on the builder
Builder() - Constructor for class com.screenscraper.concurrent.TimedExecutorService.Builder
Creates the builder and sets default values
Builder() - Constructor for class com.screenscraper.datamanager.skeleton.cache.CachedPage.Builder
Creates the builder with defaults
Builder() - Constructor for class com.screenscraper.http.models.ScrapingRequest.Builder
Creates the builder
Builder() - Constructor for class com.screenscraper.http.models.ScrapingResponse.Builder
 
Builder() - Constructor for class com.screenscraper.util.parsing.name.EnglishNameParser.Builder
Initialize the builder
buildForm(String) - Method in class com.screenscraper.scraper.ScrapeableFile
Builds a form using the text given, which should contain all the form values (including the form open and close tags)
buildProfilerFromFiles(String) - Static method in class com.screenscraper.profiling.ObjectMemoryProfiler
Builds a profiler using profiles from a directory.
buildProfilerFromFiles(String, boolean) - Static method in class com.screenscraper.profiling.ObjectMemoryProfiler
Builds a profiler using profiles from a directory.
buildQuery(Connection) - Method in class com.screenscraper.datamanager.sql.util.MsSqlLookup
build the query
buildQuery(Connection) - Method in class com.screenscraper.datamanager.sql.util.SqlLookup
build the query
buildSchemas() - Method in interface com.screenscraper.datamanager.DataManager
Builds the schemas from a database.
buildSchemas() - Method in class com.screenscraper.datamanager.skeleton.BasicDataManager
 
buildSchemas() - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Builds the schemas from a database.
buildSchemas(String) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Builds the schemas from a database.
buildSchemas(boolean) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Builds the schemas from a database.
buildSchemas(String, boolean) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Builds the schemas from a database.
buildSchemas(List<String>) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Builds the schemas from a database including only tables
buildSchemas(String, List<String>) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Builds the schemas from a database including only tables
buildSchemas() - Method in class com.screenscraper.datamanager.xml.XmlDataManager
 
buildSchemas() - Method in class com.screenscraper.datamanager.xml.XmlSchemaBuilder
 
buildWebMessage(String, Object, Map<String, List<LoggableValue>>) - Method in class com.screenscraper.util.ScrapeStateLogger
Build a standard web message, with the formatting for the main <div> as given.
buildWhere() - Method in class com.screenscraper.datamanager.sql.util.SqlLookup
 
built - Variable in class com.screenscraper.datamanager.sql.util.SqlLookup
 
BUILTIN_BROWSER - Static variable in class com.screenscraper.Settings
 
bumpExtractorPatternSequences(int, int, int) - Method in class com.screenscraper.model.ModelScrapeableFile
Bumps sequences up or down between the bottom and top sequences.
bumpHTTPParameterSequences(int, int, int) - Method in class com.screenscraper.scraper.ScrapeableFile
Bumps sequences up or down between the bottom and top sequences.
bumpNavigationActionSequences(int, int, int) - Method in class com.screenscraper.model.ModelScrapeableFile
Bumps sequences up or down between the bottom and top sequences.
bumpScrapeableFileSequences(int, int, boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Bumps the sequence up or down by one for any ScrapeableFile whose sequence falls in between the given sequences.
bumpSequences(int, int, int) - Method in class com.screenscraper.model.TableModelScriptInstances
Bumps sequences up or down between the bottom and top sequences.
bumpSubExtractorPatternSequences(int, int, int) - Method in class com.screenscraper.scraper.ExtractorPattern
Bumps sequences up or down between the bottom and top sequences.
Button - Class in com.screenscraper.util.form
Representation of an input button
Button(String) - Constructor for class com.screenscraper.util.form.Button
Creates this input parsing required values from the given text
buttonBar - Variable in class com.screenscraper.view.SettingsFrame
The button bar.
BYTES_IN_A_MEGABYTE - Static variable in class com.screenscraper.util.General
The number of bytes in a megabyte.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links