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 _ 

S

save() - Method in class com.screenscraper.action.NavigationAction
Saves the object to the database.
save() - Method in class com.screenscraper.common.HTTPParameter
Saves the HTTP parameter to the database.
save(int) - Method in class com.screenscraper.common.HTTPRequest
Saves the information related to this request to the database.
save(int) - Method in class com.screenscraper.common.HTTPResponse
Saves the information related to this response to the database.
save() - Method in class com.screenscraper.httpeek.HTTPSession
Saves the information related to this session to the database.
save() - Static method in class com.screenscraper.httpeek.HTTPSessionManager
Saves all sessions.
save() - Method in class com.screenscraper.httpeek.HTTPTransaction
Saves the information related to this transaction to the database.
save() - Method in class com.screenscraper.model.Folder
Saves the folder to the database.
save() - Static method in class com.screenscraper.model.FolderManager
Saves all folders.
save() - Method in class com.screenscraper.model.ProxyFilter
Saves the proxy filter to the database.
save() - Static method in class com.screenscraper.model.ProxyFilterManager
Save all proxy filters.
save() - Method in class com.screenscraper.model.RegularExpression
Saves the regular expression to the database.
save() - Method in class com.screenscraper.scraper.ExtractorPattern
Saves the extractor pattern to the database.
save() - Method in class com.screenscraper.scraper.ExtractorPatternToken
Saves the extractor pattern token to the database.
save() - Method in class com.screenscraper.scraper.Mapping
Saves the mapping to the database.
save() - Method in class com.screenscraper.scraper.MappingSet
Saves the set and all of its constituent Mapping objects to the database.
save() - Method in class com.screenscraper.scraper.MappingSetManager
Saves the various sets to the database.
save() - Method in class com.screenscraper.scraper.ScheduledScrapingSession
Saves the object.
save() - Method in class com.screenscraper.scraper.ScrapeableFile
Saves this scraping session to the database.
save() - Method in class com.screenscraper.scraper.ScrapeableSession
Saves the ScrapeableSession to the database.
save() - Static method in class com.screenscraper.scraper.ScrapeableSessionManager
Saves all of the constituent ScrapeableSession objects that are still in process.
save() - Method in class com.screenscraper.scraper.ScrapingSession
Saves the scraping session to the database.
save() - Method in enum com.screenscraper.scraper.ScrapingSessionManager
Saves all of the scraping sessions held by the manager.
save() - Method in class com.screenscraper.scraper.Script
Saves the script to the database.
save() - Method in class com.screenscraper.scraper.ScriptInstance
Saves the script instance to the database.
save() - Method in class com.screenscraper.scraper.ScriptInstances
Saves the script instances to the database.
save() - Static method in class com.screenscraper.Settings
Saves the settings.
save() - Static method in class com.screenscraper.util.Updater
Saves the settings.
save() - Method in class com.screenscraper.view.ProxyFiltersEditor.TableModelProxyFilters
Saves all of the proxy filters to the database.
save() - Method in class com.screenscraper.view.RegularExpressionsEditor.TableModelRegularExpressions
Saves all of the regular expressions to the database.
saveFileBeforeTidying(String) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the path to save the file to just before it gets tidied.
saveFileOnRequest(String) - Method in interface com.screenscraper.scraper.RunningScrapeableFile
Sets the path to save the file to just after it gets requested.
saveFileOnRequest(String) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the path to save the file to just after it gets requested.
saveMessage(String, int) - Method in class com.screenscraper.util.ScrapeStateLogger
Saves a message under a specific category, as given by the mapping.
saveRowAsMap(ResultSet) - Static method in class com.screenscraper.datamanager.sql.util.QueryUtils
 
saveScripts() - Static method in class com.screenscraper.scraper.ScriptManager
Saves all scripts.
saveSettings(HashMap) - Method in interface com.screenscraper.services.ScrapingSessionService
 
saveSettings(HashMap, AsyncCallback) - Method in interface com.screenscraper.services.ScrapingSessionServiceAsync
 
saveStateToString(boolean, boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Saves the scrape state to an XML string
saveStateToString(boolean, Collection<String>) - Method in class com.screenscraper.scraper.ScrapingSession
Saves the scrape state to an XML string
saveVariables(String) - Method in interface com.screenscraper.scraper.RunningScrapingSession
Writes out the current session variables to a file.
saveVariables(String) - Method in class com.screenscraper.scraper.ScrapingSession
Writes out the current session variables to a file.
saveVariables(String) - Method in class com.screenscraper.scraper.ScrapingSessionState
Writes out the current session variables to a file.
sCCC_HASH - Static variable in class com.screenscraper.util.images.decaptcher_api.CCProto
 
sCCC_INIT - Static variable in class com.screenscraper.util.images.decaptcher_api.CCProto
 
sCCC_LOGIN - Static variable in class com.screenscraper.util.images.decaptcher_api.CCProto
 
sCCC_PICTURE - Static variable in class com.screenscraper.util.images.decaptcher_api.CCProto
 
ScheduledScrapingSession - Class in com.screenscraper.scraper
 
ScheduledScrapingSession(int, ScrapingSession, int, Date, long, int, int, String, boolean) - Constructor for class com.screenscraper.scraper.ScheduledScrapingSession
Constructs the object with all fields.
scheduledScrapingSessionExists(ScheduledScrapingSession) - Static method in class com.screenscraper.scraper.ScheduledScrapingSessionManager
Determines whether or not a ScheduledScrapingSession matching this one already exists.
ScheduledScrapingSessionManager - Class in com.screenscraper.scraper
 
ScheduledScrapingSessionManager() - Constructor for class com.screenscraper.scraper.ScheduledScrapingSessionManager
 
SchedulingService - Class in com.screenscraper.scraper
 
SchedulingService() - Constructor for class com.screenscraper.scraper.SchedulingService
 
schema - Variable in class com.screenscraper.datamanager.skeleton.BasicDataManager
 
SchemaAttr - Interface in com.screenscraper.datamanager
A SchemaAttr corresponds to a given attribute of a column in a database, such as type, nullable, length, etc
SchemaForeignKey - Class in com.screenscraper.datamanager
immutable class that represents a Foreign Key constraint in the target database
SchemaForeignKey(String, String, Map<String, String>) - Constructor for class com.screenscraper.datamanager.SchemaForeignKey
Construct a new Foreign key
SchemaKey - Class in com.screenscraper.datamanager
A Schema Key represents a key defined in the database This class is immutable.
SchemaKey(String, SchemaKey.Type, List<String>) - Constructor for class com.screenscraper.datamanager.SchemaKey
A Schema Key represents a key in the database
SchemaKey.Type - Enum in com.screenscraper.datamanager
 
schemaName - Variable in class com.screenscraper.datamanager.sql.util.SqlLookup
 
schemas - Variable in class com.screenscraper.datamanager.sql.util.SqlLookup
 
score(String, String) - Static method in class com.screenscraper.util.FuzzyMatcher
Returns a percentage of characters that match between strings.
scrape() - Method in class com.screenscraper.scraper.RemoteScrapingSession
Tells the remote scraping session to scrape.
scrape() - Method in class com.screenscraper.scraper.RunnableScrapingSession
Indicates the the runnable scraping session should be queued up for scraping.
scrape(ScrapingHttpClient) - Method in class com.screenscraper.scraper.ScrapeableFile
Causes the scrapeable file to scrape its data, extract the needed information and run any scripts.
scrape() - Method in class com.screenscraper.scraper.Scraper
Scrapes using the current scraping session.
scrape() - Method in class com.screenscraper.scraper.ScrapingSession
Required by the RunnableScrapingSession interface.
scrape(String) - Method in class com.screenscraper.scraper.SOAPInterface
Scrape the session given by this ID.
ScrapeableFile - Class in com.screenscraper.scraper
 
ScrapeableFile() - Constructor for class com.screenscraper.scraper.ScrapeableFile
Needed by castor.
ScrapeableFile(int) - Constructor for class com.screenscraper.scraper.ScrapeableFile
Generates and loads a ScrapeableFile based on the ID.
ScrapeableFile(ScrapeableFile) - Constructor for class com.screenscraper.scraper.ScrapeableFile
Generates a new scrapeable file based on the given scrapeable file.
ScrapeableFile(String) - Constructor for class com.screenscraper.scraper.ScrapeableFile
Generates a new ScrapeableFile.
ScrapeableFile(String, URL) - Constructor for class com.screenscraper.scraper.ScrapeableFile
Generates a new ScrapeableFile.
ScrapeableFile(String, URL, String) - Constructor for class com.screenscraper.scraper.ScrapeableFile
Generates a new ScrapeableFile.
ScrapeableFile(int, ScrapingSession) - Constructor for class com.screenscraper.scraper.ScrapeableFile
Generates a new ScrapeableFile.
ScrapeableFile(String, HTTPTransaction) - Constructor for class com.screenscraper.scraper.ScrapeableFile
Generates a new ScrapeableFile with the given name, based on the given HTTPTransaction.
ScrapeableFile(String, String, int) - Constructor for class com.screenscraper.scraper.ScrapeableFile
Generates a new ScrapeableFile.
ScrapeableFile.RequestType - Enum in com.screenscraper.scraper
Types of requests a scrapeable file can issue
ScrapeableFileComboBoxModel() - Constructor for class com.screenscraper.view.ViewNavigationAction.ScrapeableFileComboBoxModel
 
ScrapeableFileEventData - Class in com.screenscraper.events.scrapeablefile
Data class for scrapeable file events
ScrapeableFileEventData(ScrapingSession, ScrapeableFile, String, String, ScrapingRequest.Builder) - Constructor for class com.screenscraper.events.scrapeablefile.ScrapeableFileEventData
 
ScrapeableFileEventDataBuilder - Class in com.screenscraper.events.scrapeablefile
Builder for scrapeable file event data
ScrapeableFileEventDataBuilder() - Constructor for class com.screenscraper.events.scrapeablefile.ScrapeableFileEventDataBuilder
 
ScrapeableFileEventFireTime - Enum in com.screenscraper.events.scrapeablefile
Firing times for Scrapeable File events
ScrapeableFileHTTPTransactionComparer - Class in com.screenscraper.view
 
ScrapeableFileHTTPTransactionComparer(ScrapeableFile, HTTPTransaction) - Constructor for class com.screenscraper.view.ScrapeableFileHTTPTransactionComparer
Spawns a comparer based on the given objects.
ScrapeableFileHTTPTransactionComparer.ColoredTableCellRenderer - Class in com.screenscraper.view
 
ScrapeableFileHTTPTransactionComparer.TableFormatter - Class in com.screenscraper.view
 
ScrapeableFileHTTPTransactionComparerLauncher(ScrapeableFile, HTTPTransaction) - Constructor for class com.screenscraper.view.ViewMainFrame.ScrapeableFileHTTPTransactionComparerLauncher
 
ScrapeableFileNotifiable - Interface in com.screenscraper.scraper
 
ScrapeableSession - Class in com.screenscraper.scraper
 
ScrapeableSession(ScrapingSession) - Constructor for class com.screenscraper.scraper.ScrapeableSession
Initializes the object for a running ScrapingSession.
ScrapeableSession(int, int, long, long, int, int, int, int, int, boolean, String, String, String, int, int, String) - Constructor for class com.screenscraper.scraper.ScrapeableSession
Initializes the object with all of its fields.
ScrapeableSessionManager - Class in com.screenscraper.scraper
 
ScrapeableSessionManager() - Constructor for class com.screenscraper.scraper.ScrapeableSessionManager
 
scrapeFile(ScrapeableFile) - Method in class com.screenscraper.http.AbstractScrapingHttpClient
Requests data for a scrapeable file.
scrapeFile(ScrapeableFile) - Method in interface com.screenscraper.http.ScrapingHttpClient
Requests data for a scrapeable file.
scrapeFile(String) - Method in interface com.screenscraper.scraper.RunningScrapingSession
Queues up a ScrapeableFile to be scraped.
scrapeFile(ScrapeableFile) - Method in class com.screenscraper.scraper.ScrapingSession
Scrapes a file.
scrapeFile(String) - Method in class com.screenscraper.scraper.ScrapingSession
Scrapes a file.
scrapeFromString(String) - Method in class com.screenscraper.scraper.ScrapeableFile
 
ScrapeProfiler - Class in com.screenscraper.profiling.session
Class used for profiling a scrape.
Scraper - Class in com.screenscraper.scraper
 
Scraper() - Constructor for class com.screenscraper.scraper.Scraper
Instantiates the scraper.
ScrapeStateLogger - Class in com.screenscraper.util
Class used to format objects and output them to a log or the web interface.
ScrapeStateLogger(ScrapingSession) - Constructor for class com.screenscraper.util.ScrapeStateLogger
Create a scrape logger for the given session
ScrapeStateLogger(ScrapingSession, boolean, boolean) - Constructor for class com.screenscraper.util.ScrapeStateLogger
Create a scrape logger for the given session
scrapeString(String, String) - Method in class com.screenscraper.scraper.ScrapingSession
Calls a scrapeable file using the given contents as the response rather than issuing a request
scrapeString(ScrapeableFile, String) - Method in class com.screenscraper.scraper.ScrapingSession
Scrapes a file using the given string for the last response instead of issuing a request
ScrapingCookie - Class in com.screenscraper.http.models
Represents a cookie.
ScrapingCookie(String, String, String, String, Date, boolean) - Constructor for class com.screenscraper.http.models.ScrapingCookie
Creates the cookie
ScrapingCookie(String, String, String, String, Long, boolean) - Constructor for class com.screenscraper.http.models.ScrapingCookie
Creates the cookie
ScrapingData - Class in com.screenscraper.http.models
Represents the data for a single request/response
ScrapingData(ScrapingRequest, ScrapingResponse) - Constructor for class com.screenscraper.http.models.ScrapingData
Creates the data
ScrapingHint - Enum in com.screenscraper.http.util
Hints for requesting data.
ScrapingHttpClient - Interface in com.screenscraper.http
Interface for a scraping http client
ScrapingHttpClientType - Enum in com.screenscraper.http
Enumeration of the types of HTTP clients built into screen-scraper.
ScrapingHttpHeader - Class in com.screenscraper.http.models
Represents a header
ScrapingHttpHeader(String, String) - Constructor for class com.screenscraper.http.models.ScrapingHttpHeader
Creates the header
ScrapingHttpWebConnection - Class in com.screenscraper.scraper
 
ScrapingHttpWebConnection(WebClient) - Constructor for class com.screenscraper.scraper.ScrapingHttpWebConnection
 
ScrapingProxy - Class in com.screenscraper.http.models
Represents a proxy for scraping
ScrapingProxy(String, int) - Constructor for class com.screenscraper.http.models.ScrapingProxy
 
ScrapingProxy(String, int, String, String) - Constructor for class com.screenscraper.http.models.ScrapingProxy
 
ScrapingProxy(String, String) - Constructor for class com.screenscraper.http.models.ScrapingProxy
 
ScrapingProxy(String, String, String, String) - Constructor for class com.screenscraper.http.models.ScrapingProxy
 
ScrapingProxy.Type - Enum in com.screenscraper.http.models
 
ScrapingRequest - Class in com.screenscraper.http.models
A request that will be issued
ScrapingRequest.Builder - Class in com.screenscraper.http.models
 
ScrapingRequest.Type - Enum in com.screenscraper.http.models
The types of requests that can be issued
ScrapingResponse - Class in com.screenscraper.http.models
Represents a response from the server
ScrapingResponse.Builder - Class in com.screenscraper.http.models
 
ScrapingResponse.SynchronizedBuilder - Class in com.screenscraper.http.models
 
scrapingServer - Static variable in class com.screenscraper.controller.ControllerMain
The scraping server.
ScrapingServer - Class in com.screenscraper.scraper
 
ScrapingServer() - Constructor for class com.screenscraper.scraper.ScrapingServer
The constructor.
ScrapingServer.ServerSysTrayMenu - Class in com.screenscraper.scraper
Handles all of the systray menu stuff.
ScrapingSession - Class in com.screenscraper.scraper
 
ScrapingSession() - Constructor for class com.screenscraper.scraper.ScrapingSession
Needed by castor.
ScrapingSession(ScrapingSession) - Constructor for class com.screenscraper.scraper.ScrapingSession
Generates a new scraping session as a copy of the given one.
ScrapingSession(String) - Constructor for class com.screenscraper.scraper.ScrapingSession
Generates a new ScrapingSession, given a string.
ScrapingSession(int, String, int, int, int, int, String, String, String, String, String, String, String, String, boolean, int, String, boolean, boolean, int, int, int, String, String, String, boolean, String, long) - Constructor for class com.screenscraper.scraper.ScrapingSession
Generates a new ScrapingSession with all of its basic information.
scrapingSession - Variable in class com.screenscraper.util.retry.AbstractRetryPolicy
The scraping session this is running under
ScrapingSession.BreakpointFrameDisposer - Class in com.screenscraper.scraper
 
ScrapingSession.BreakpointFrameLauncher - Class in com.screenscraper.scraper
 
scrapingSessionComboBoxModel - Variable in class com.screenscraper.httpeek.view.ViewHTTPSession
 
ScrapingSessionComboBoxModel - Class in com.screenscraper.model
Created by IntelliJ IDEA.
ScrapingSessionComboBoxModel() - Constructor for class com.screenscraper.model.ScrapingSessionComboBoxModel
 
scrapingSessionCompleted() - Method in class com.screenscraper.CommandLineScriptHandler
Indicates that the scraping session has ended.
scrapingSessionCompleted() - Method in class com.screenscraper.model.ModelScrapingSession
Indicates that the scraping session has ended.
scrapingSessionCompleted() - Method in class com.screenscraper.scraper.FileScrapingSessionNotifiable
Indicates that the scraping session has ended.
scrapingSessionCompleted() - Method in class com.screenscraper.scraper.RemoteScrapingSessionHandler
Indicates that the scraping session has ended.
scrapingSessionCompleted() - Method in class com.screenscraper.scraper.ScrapingServer
Indicates that the scraping session has ended.
scrapingSessionCompleted() - Method in interface com.screenscraper.scraper.ScrapingSessionNotifiable
Indicates that the scraping session has ended.
scrapingSessionCompleted() - Method in class com.screenscraper.scraper.ScrapingSessionNotifiableImpl
Indicates that the scraping session has ended.
scrapingSessionFinished(ScrapingSession) - Method in enum com.screenscraper.scraper.ScrapingSessionManager
Performs a few functions that need to take place when a scraping session has finished.
ScrapingSessionManager - Enum in com.screenscraper.scraper
 
ScrapingSessionNotifiable - Interface in com.screenscraper.scraper
 
ScrapingSessionNotifiableImpl - Class in com.screenscraper.scraper
 
ScrapingSessionNotifiableImpl() - Constructor for class com.screenscraper.scraper.ScrapingSessionNotifiableImpl
 
ScrapingSessionService - Interface in com.screenscraper.services
 
ScrapingSessionServiceAsync - Interface in com.screenscraper.services
 
ScrapingSessionState - Class in com.screenscraper.scraper
 
ScrapingSessionState() - Constructor for class com.screenscraper.scraper.ScrapingSessionState
 
ScrapingUtil - Class in com.screenscraper.util
 
ScrapingUtil(ScrapingSession) - Constructor for class com.screenscraper.util.ScrapingUtil
Creates a new scraping util
ScreenModel - Class in com.screenscraper.util.javascript.models.dom
Represents the screen object
ScreenModel(WindowModel) - Constructor for class com.screenscraper.util.javascript.models.dom.ScreenModel
 
ScreenScraperWebBrowser - Class in com.screenscraper.webbrowser
This is a wrapper class for the jxBrowser object It adds some convenience functionality for using in screen-scraper
Script - Class in com.screenscraper.scraper
 
Script() - Constructor for class com.screenscraper.scraper.Script
Required by castor.
Script(String) - Constructor for class com.screenscraper.scraper.Script
Generates a new Script.
Script(int) - Constructor for class com.screenscraper.scraper.Script
Generates a new Script based on the ID.
Script(int, String, String, String, int, boolean) - Constructor for class com.screenscraper.scraper.Script
Generates a new Script.
SCRIPT_TEXT_LOCK - Static variable in class com.screenscraper.scraper.ScriptManager
A lock used to get script text.
ScriptCellRenderer - Class in com.screenscraper.view.languagesupport
The cell renderer used for the C programming language.
ScriptCellRenderer() - Constructor for class com.screenscraper.view.languagesupport.ScriptCellRenderer
Constructor.
ScriptComboBoxModel - Class in com.screenscraper.model
 
ScriptComboBoxModel() - Constructor for class com.screenscraper.model.ScriptComboBoxModel
 
ScriptCompletionProvider - Class in com.screenscraper.view.languagesupport
 
ScriptCompletionProvider() - Constructor for class com.screenscraper.view.languagesupport.ScriptCompletionProvider
 
ScriptContext - Class in com.screenscraper.scraper
 
ScriptContext() - Constructor for class com.screenscraper.scraper.ScriptContext
Sets up a script context to be run standalone.
ScriptContext(RunningScrapingSession) - Constructor for class com.screenscraper.scraper.ScriptContext
Sets up a script context using the given running scraping session.
scriptContext - Variable in class com.screenscraper.util.retry.AbstractRetryPolicy
The script context, used to allow scrapeableFile to have a value in an executed script
ScriptContext.ScriptRunner - Class in com.screenscraper.scraper
 
ScriptDynamicCompletionProvider - Class in com.screenscraper.view.languagesupport
Handles completion by attempting to determine the type of the object and get the completions based on the methods and fields available.
ScriptDynamicCompletionProvider() - Constructor for class com.screenscraper.view.languagesupport.ScriptDynamicCompletionProvider
Creates a dynamic completion provider that builds completions more like an IDE, by determining the type of each variable and listing all options
ScriptEventData - Class in com.screenscraper.events.script
Data for script events
ScriptEventData(ScrapingSession, ScrapeableFile, String, DataSet, DataRecord, Exception) - Constructor for class com.screenscraper.events.script.ScriptEventData
 
ScriptEventDataBuilder - Class in com.screenscraper.events.script
Builder for script event data
ScriptEventDataBuilder() - Constructor for class com.screenscraper.events.script.ScriptEventDataBuilder
 
ScriptEventFireTime - Enum in com.screenscraper.events.script
Event firing times for script events
ScriptException - Exception in com.screenscraper.scraper
 
ScriptException(Exception, String) - Constructor for exception com.screenscraper.scraper.ScriptException
Constructs a new ScriptException based on a BSFException.
ScriptHighlighter(String, int, int) - Constructor for class com.screenscraper.view.ViewScrapingSession.ScriptHighlighter
 
ScriptHighlighter(int, int) - Constructor for class com.screenscraper.view.ViewScript.ScriptHighlighter
 
ScriptInstance - Class in com.screenscraper.scraper
 
ScriptInstance() - Constructor for class com.screenscraper.scraper.ScriptInstance
Required by castor.
ScriptInstance(Script, int, int, boolean) - Constructor for class com.screenscraper.scraper.ScriptInstance
Generates a new ScriptInstance.
ScriptInstance(ScriptInstance) - Constructor for class com.screenscraper.scraper.ScriptInstance
Makes a script instance by copying another.
ScriptInstances - Class in com.screenscraper.scraper
 
ScriptInstances() - Constructor for class com.screenscraper.scraper.ScriptInstances
Required by castor.
ScriptInstances(ScriptInstancesContainer) - Constructor for class com.screenscraper.scraper.ScriptInstances
Creates a new Scriptinstances for the given context.
ScriptInstances(ScriptInstances) - Constructor for class com.screenscraper.scraper.ScriptInstances
Creates a new ScriptInstances by copying the one passed in.
ScriptInstancesContainer - Interface in com.screenscraper.scraper
 
scriptInstancesDataUpdated() - Method in class com.screenscraper.model.TableModelScriptInstances
Indicates that the script instances information has been updated.
ScriptLanguageSupport - Class in com.screenscraper.view.languagesupport
 
ScriptLanguageSupport() - Constructor for class com.screenscraper.view.languagesupport.ScriptLanguageSupport
Constructor.
ScriptManager - Class in com.screenscraper.scraper
 
ScriptManager() - Constructor for class com.screenscraper.scraper.ScriptManager
 
ScriptManager.ComboBoxRenderer - Class in com.screenscraper.scraper
 
scriptName - Variable in class com.screenscraper.view.ViewScrapingSession.ScriptHighlighter
 
ScriptProgressListener - Class in com.screenscraper.webbrowser
Progress Listener that loads the default javascript files when the location changes.
ScriptProgressListener(ScreenScraperWebBrowser) - Constructor for class com.screenscraper.webbrowser.ScriptProgressListener
 
ScriptRunner(String) - Constructor for class com.screenscraper.scraper.ScriptContext.ScriptRunner
 
scrollPane - Variable in class com.screenscraper.httpeek.view.ViewHTTPSession.JScrollPaneScroller
 
scrollPane - Variable in class com.screenscraper.view.ViewScrapeableFile.JScrollPaneScroller
 
scrollPosition - Variable in class com.screenscraper.view.ViewScrapeableFile
The position of the scroll view.
scrollToHighlightedDataSet - Variable in class com.screenscraper.view.ViewScrapeableFile
Indicates whether or not the last response should be scrolled to the first position of the current highlighted dataset.
SEARCH_RESULT_NOTES - Static variable in class com.screenscraper.httpeek.ProxySearchResult
 
SEARCH_RESULT_POST_DATA - Static variable in class com.screenscraper.httpeek.ProxySearchResult
 
SEARCH_RESULT_REQUEST_HEADER_KEY - Static variable in class com.screenscraper.httpeek.ProxySearchResult
 
SEARCH_RESULT_REQUEST_HEADER_VALUE - Static variable in class com.screenscraper.httpeek.ProxySearchResult
 
SEARCH_RESULT_REQUEST_LINE - Static variable in class com.screenscraper.httpeek.ProxySearchResult
 
SEARCH_RESULT_RESPONSE_BODY - Static variable in class com.screenscraper.httpeek.ProxySearchResult
 
SEARCH_RESULT_RESPONSE_HEADER_KEY - Static variable in class com.screenscraper.httpeek.ProxySearchResult
 
SEARCH_RESULT_RESPONSE_HEADER_VALUE - Static variable in class com.screenscraper.httpeek.ProxySearchResult
 
SEARCH_RESULT_RESPONSE_STATUS_LINE - Static variable in class com.screenscraper.httpeek.ProxySearchResult
 
searchExtractorPatterns(String, boolean) - Static method in class com.screenscraper.business.BScrapingSession
Searches the extractorpattern table for the given text.
searchExtractorPatterns(String, boolean) - Static method in class com.screenscraper.data.DScrapingSession
Searches the extractorpattern table for the given text.
searchHTTPHeaders(String, boolean) - Static method in class com.screenscraper.data.DHTTPSession
Searches the httpheader table for the given text.
searchHTTPParameters(String, boolean) - Static method in class com.screenscraper.data.DScrapingSession
Searches the httpparameter table for the given text.
searchHTTPRequests(String, boolean) - Static method in class com.screenscraper.data.DHTTPSession
Searches the httprequest table for the given text.
searchHTTPResponses(String, boolean) - Static method in class com.screenscraper.data.DHTTPSession
Searches the httpresponse table for the given text.
searchHTTPSessions(String, boolean) - Static method in class com.screenscraper.business.BHTTPSession
Searches the httpsession table for the given text.
searchHTTPSessions(String, boolean) - Static method in class com.screenscraper.data.DHTTPSession
Searches the httpsession table for the given text.
searchHTTPTransactions(String, boolean) - Static method in class com.screenscraper.data.DHTTPSession
Searches the httptransaction table for the given text.
searchLastRequestsAndResponses(String, boolean) - Method in enum com.screenscraper.scraper.ScrapingSessionManager
Searches the last requests and responses for the given text.
searchNotes(String, boolean, boolean) - Method in class com.screenscraper.httpeek.HTTPSession
Searches the notes for the given text.
searchRequestBody(String, boolean, boolean) - Method in class com.screenscraper.httpeek.HTTPSession
Searches the request body for the given text.
searchRequestHeaders(String, boolean, boolean) - Method in class com.screenscraper.httpeek.HTTPSession
Searches the various request headers for the given text.
searchResponseBody(String, boolean, boolean) - Method in class com.screenscraper.httpeek.HTTPSession
Searches the response body for the given text.
searchResponseHeaders(String, boolean, boolean) - Method in class com.screenscraper.httpeek.HTTPSession
Searches the various response headers for the given text.
searchResult - Variable in class com.screenscraper.view.GlobalSearchResultsDisplayer.SearchResultDisplayer
 
SearchResultDisplayer(GlobalSearchResult, String, boolean) - Constructor for class com.screenscraper.view.GlobalSearchResultsDisplayer.SearchResultDisplayer
 
searchScrapeableFiles(String, boolean) - Static method in class com.screenscraper.business.BScrapingSession
Searches the scrapeablefile table for the given text.
searchScrapeableFiles(String, boolean) - Static method in class com.screenscraper.data.DScrapingSession
Searches the scrapeablefile table for the given text.
searchScrapingSessions(String, boolean) - Static method in class com.screenscraper.business.BScrapingSession
Searches the scrapingsession table for the given text.
searchScrapingSessions(String, boolean) - Static method in class com.screenscraper.data.DScrapingSession
Searches the scrapingsession table for the given text.
searchScripts(String, boolean) - Static method in class com.screenscraper.business.BScrapingSession
Searches the script table for the given text.
searchScripts(String, boolean) - Static method in class com.screenscraper.data.DScrapingSession
Searches the script table for the given text.
searchTerm - Variable in class com.screenscraper.view.GlobalSearchResultsDisplayer.SearchResultDisplayer
 
SECOND_INSTANCE_ERROR_MESSAGE - Static variable in class com.screenscraper.util.General
The message to be given when a second instance of screen-scraper attempts to start up and we are going to exit.
SECOND_INSTANCE_ERROR_MESSAGE_CONTINUE_ANYWAY - Static variable in class com.screenscraper.util.General
The message to be given when a second instance of screen-scraper attempts to start up and we are going to allow the user to proceed anyway.
secondaryAddressLineWords(Collection<String>) - Method in class com.screenscraper.util.parsing.address.USAddressParser.USAddressParserBuilder
Sets the secondary address line words, as regular expressions, to indicate what forms a secondary address
Select - Class in com.screenscraper.util.form
A selection input
Select(String, String) - Constructor for class com.screenscraper.util.form.Select
Creates this input parsing required values from the given text
Select.Option - Class in com.screenscraper.util.form
 
selectedButtonBorder - Variable in class com.screenscraper.view.ViewMainFrame
 
selectedText - Variable in class com.screenscraper.view.ViewUtil.BugFixTextSelector
 
selectedText - Variable in class com.screenscraper.view.ViewUtil.TextSelector
 
selectionEnd - Variable in class com.screenscraper.view.ViewExtractorPattern.JEditorPaneTextSelector
 
selectionInSubExtractor(int, int) - Method in class com.screenscraper.view.LastResponseTextArea
Indicates whether or not the start and end positions are contained within an existing data record.
selectionPosition - Variable in class com.screenscraper.view.ViewScrapeableFile
The position of the selected text.
selectionStart - Variable in class com.screenscraper.view.ViewExtractorPattern.JEditorPaneTextSelector
 
selectTextInTextBox(JTextComponent, String, boolean) - Static method in class com.screenscraper.view.ViewUtil
 
SendableEmailMessage - Class in com.screenscraper.util.mail
An email message that is to be sent
SendableEmailMessage(Session) - Constructor for class com.screenscraper.util.mail.SendableEmailMessage
Creates a sendable email message
sendAndReceive(byte[]) - Method in class com.screenscraper.util.images.deathbycaptcha_api.SocketClient
 
sendDataToClient(String, Object) - Method in interface com.screenscraper.scraper.RunningScrapingSession
Queues up an element of data to be sent to a client.
sendDataToClient(String, Object) - Method in class com.screenscraper.scraper.ScrapingSession
Queues up an element of data to be sent to a client.
sendEmail() - Method in class com.screenscraper.util.mail.SendableEmailMessage
Sends the email message
sendMail(String, String, String, String, String) - Method in interface com.screenscraper.scraper.RunningScrapingSession
Sends mail to a pre-specified SMTP server.
sendMail(String, String, String, String, String) - Method in class com.screenscraper.scraper.ScrapingSession
Sends mail to a pre-specified SMTP server.
sendMail(String, String, String) - Method in class com.screenscraper.util.ScrapingUtil
Sends mail to a pre-specified SMTP server.
sendMail(String, String, String, String, String) - Method in class com.screenscraper.util.ScrapingUtil
Sends mail to a pre-specified SMTP server.
sendMail(String, String, String, String, String, String) - Method in class com.screenscraper.util.ScrapingUtil
Sends mail to a pre-specified SMTP server.
sendMessage(String) - Static method in class com.screenscraper.view.SplashScreen
 
sendSimpleEmail(String, String, String) - Method in class com.screenscraper.util.mail.EmailClient
Sends a simple email to the client.
sequenceSubExtractorPatterns() - Method in class com.screenscraper.scraper.ExtractorPattern
This method adds a sequence number to the sub-extractor patterns.
serializeObject(Object) - Static method in class com.screenscraper.datamanager.DataObject
Attempt to serialize the given object
SERVER_URL - Static variable in class com.screenscraper.util.images.deathbycaptcha_api.HttpClient
 
ServerDaemon - Class in com.screenscraper.httpeek
 
ServerDaemon() - Constructor for class com.screenscraper.httpeek.ServerDaemon
The constructor.
serverIsOpen() - Static method in class com.screenscraper.util.General
Checks to see if an instance of the server is already open.
ServerSysTrayMenu() - Constructor for class com.screenscraper.scraper.ScrapingServer.ServerSysTrayMenu
 
serverVMOptionsFilePath - Static variable in class com.screenscraper.Settings
The screen-scraper.vmoptions path.
ServiceOverloadException - Exception in com.screenscraper.util.images.deathbycaptcha_api
 
ServiceOverloadException(String) - Constructor for exception com.screenscraper.util.images.deathbycaptcha_api.ServiceOverloadException
 
session - Variable in class com.screenscraper.datamanager.sql.SqlDataManager
 
session - Variable in class com.screenscraper.http.AbstractScrapingHttpClient
 
session - Variable in class com.screenscraper.httpeek.HTTPTransaction
The HTTP session holding this transaction.
session - Variable in class com.screenscraper.util.images.ImageDecoder
The Scraping Session, used for logging and getting any needed info, such as the current proxy, and scraping state
session(ScrapingSession) - Method in class com.screenscraper.util.internal.services.depthtracker.DepthTrackerClient.DepthTrackerClientBuilder
 
session(ScrapingSession) - Method in class com.screenscraper.util.internal.services.proxypool.ProxyPoolClient.ProxyPoolClientBuilder
Sets the session
session - Variable in class com.screenscraper.util.ProgressBar
 
session - Variable in class com.screenscraper.util.SessionLogAppender
 
SESSION_STORAGE_SESSION_VARIABLE - Static variable in class com.screenscraper.util.javascript.DomSimulator
The name of the session variable used to store session storage for the ScriptEngine
sessionDataUpdated() - Method in class com.screenscraper.httpeek.model.TableModelTransactions
Indicates that the session information has been updated.
SessionEventData - Class in com.screenscraper.events.session
Event data for session events
SessionEventData(ScrapingSession, String, Object, Object, boolean) - Constructor for class com.screenscraper.events.session.SessionEventData
 
SessionEventDataBuilder - Class in com.screenscraper.events.session
Builder for session event data
SessionEventDataBuilder() - Constructor for class com.screenscraper.events.session.SessionEventDataBuilder
 
SessionEventFireTime - Enum in com.screenscraper.events.session
Event firing times for session events
SessionLogAppender - Class in com.screenscraper.util
 
SessionLogAppender(ScrapingSession) - Constructor for class com.screenscraper.util.SessionLogAppender
 
sessionTimedOut() - Method in class com.screenscraper.scraper.RemoteScrapingSession
Indicates whether or not the session timed out.
sessionTimedOut() - Method in class com.screenscraper.scraper.ScrapingSession
Indicates whether or not the session timed out.
sessionUpdated() - Method in class com.screenscraper.httpeek.FileHTTPSessionNotifiable
Indicates that the session was updated.
sessionUpdated() - Method in class com.screenscraper.httpeek.HTTPSession
Indicates that something about the session changed, which necessitates that the view be refreshed.
sessionUpdated() - Method in interface com.screenscraper.httpeek.HTTPSessionNotifiable
Indicates that the session was updated.
sessionUpdated() - Method in class com.screenscraper.httpeek.model.ModelHTTPSession
Sends a message off to the view to refresh the the upper panel.
set(int, T) - Method in class com.screenscraper.concurrent.SynchronizedListAccessibleLock
 
setAcceptingConnections(boolean) - Static method in class com.screenscraper.scraper.SOAPInterface
Sets the value for acceptingConnections, which will either stop the server from handling requests for remote scrapes or allow them.
setAction(String) - Method in class com.screenscraper.util.form.Form
Sets the action for the form
setActiveConnection(Connection) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Sets the connection currently writing to the database for the active thread
setActualEntity(String) - Method in class com.screenscraper.http.models.ScrapingRequest
Sets the actual entity that was sent
setActualRequestString(String) - Method in class com.screenscraper.http.models.ScrapingRequest
Sets the request string used (this includes headers, entity, etc...).
setActualRequestURL(URL) - Method in class com.screenscraper.http.models.ScrapingRequest
Sets the actual URL that was requested
setAdditionalCompletions(Collection<U>) - Method in class com.screenscraper.view.languagesupport.CompletionWrapper
Sets a collection of additional completions to include for the given position.
setAdditivity(boolean) - Method in class com.screenscraper.datamanager.sql.SqlDataManager.SqlDataManagerLogger
See the Logger documentation for this method
setAddressee(String) - Method in class com.screenscraper.util.parsing.address.Address
Sets the addressee
setAdjustedEnd(String, Integer) - Method in class com.screenscraper.common.DataRecordInfo
 
setAdjustedStart(String, Integer) - Method in class com.screenscraper.common.DataRecordInfo
 
setAnonymize(boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Indicates whether or not the scrape should be anonymized
setAppliedWhitespaceTidy(boolean) - Method in class com.screenscraper.common.DataRecordInfo
Sets the AppliedWhitespaceTidy for the object
setAppliedWhitespaceTidyingOnExtraction(boolean) - Method in class com.screenscraper.common.DataRecord
Sets whether or not we applied whitespace tidying when making this data record
setApplyWhitespaceTidyingBeforeExtraction(boolean) - Method in class com.screenscraper.scraper.ExtractorPattern
Sets whether we should run white space tidying before extraction (strip out tabs and new lines) or not
setArray(int, Array) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setAsciiStream(int, InputStream, int) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setAsciiStream(int, InputStream, long) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setAsciiStream(int, InputStream) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setAttribute(String) - Method in class com.screenscraper.action.HtmlElementIdentifier
Sets the attribute of the anchor to examine.
setAuthenticationPreemptive(boolean) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets whether or not authentication should be done preemptively.
setAutoCloseAfterScrapeEnds(ScrapingSession) - Method in class com.screenscraper.csv.CsvWriter
Tells the writer to close when the scrape ends.
setAutoCloseAfterScrapeEnds() - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Tells the data manager to close when the scrape ends.
setAutoCloseAfterScrapeEnds(Closeable) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the given closeable to be automatically closed once the session completes.
setAutoCloseAfterScrapeEnds() - Method in class com.screenscraper.util.images.ImageDecoder
Tells the data manager to close when the scrape ends.
setAutoCloseAfterScrapeEnds(ScrapingSession) - Method in interface com.screenscraper.util.parsing.address.AddressParser
Tells the data manager to close when the scrape ends.
setAutoCloseAfterScrapeEnds(ScrapingSession) - Method in class com.screenscraper.util.parsing.address.USAddressParser
 
setAutoCommit(boolean) - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.ManagedConnection
 
setAutoExecuteCallbacks(boolean) - Method in class com.screenscraper.util.javascript.models.dom.WindowModel
Sets whether or not callbacks should be executed automatically during execution.
setAutoIncrementSessionDuplicateRecords(String, DataManagerEventSource.EventFireTime) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Increments the number of duplicate records saved value on the session when the given fire time occurs for the given schema
setAutoIncrementSessionDuplicateRecords(ScrapingSession, String, DataManagerEventSource.EventFireTime) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Increments the number of duplicate records saved value on the session when the given fire time occurs for the given schema
setAutoIncrementSessionErrorRecords(String, DataManagerEventSource.EventFireTime) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Increments the number of error records saved value on the session when the given fire time occurs for the given schema
setAutoIncrementSessionErrorRecords(ScrapingSession, String, DataManagerEventSource.EventFireTime) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Increments the number of error records saved value on the session when the given fire time occurs for the given schema
setAutoIncrementSessionNewRecords(String, DataManagerEventSource.EventFireTime) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Increments the number of new records saved value on the session when the given fire time occurs for the given schema
setAutoIncrementSessionNewRecords(ScrapingSession, String, DataManagerEventSource.EventFireTime) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Increments the number of new records saved value on the session when the given fire time occurs for the given schema
setAutoIncrementSessionUpdatedOrDuplicateRecordsByFields(String, String...) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Increments the number of updated or duplicate records saved value on the session when the a record is being written.
setAutoIncrementSessionUpdatedOrDuplicateRecordsByFields(ScrapingSession, String, String...) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Increments the number of updated or duplicate records saved value on the session when the a record is being written.
setAutoIncrementSessionUpdatedRecords(String, DataManagerEventSource.EventFireTime) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Increments the number of updated records saved value on the session when the given fire time occurs for the given schema
setAutoIncrementSessionUpdatedRecords(ScrapingSession, String, DataManagerEventSource.EventFireTime) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Increments the number of updated records saved value on the session when the given fire time occurs for the given schema
setAutoManyToMany(boolean) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
toggles automatically generating many to many relationship nodes based on schema information.
setAutomaticallySaveInSessionVariable(boolean) - Method in class com.screenscraper.scraper.ExtractorPattern
Determines whether or not the data set generated by this extractor pattern should be automatically saved in a session variable.
setAutomaticProxyCycling(boolean) - Method in class com.screenscraper.util.ProxyServerPool
Enables or disables automatic proxy cycling.
setAutoTrimOldCookies(boolean) - Method in class com.screenscraper.http.AsyncCookieManager2
Sets the AutoTrimOldCookies for the object
setAutoTrimOldCookies(boolean) - Method in class com.screenscraper.http.AsyncNingCookieManager
Sets the AutoTrimOldCookies for the object
setAutoTrimOldCookies(boolean) - Method in class com.screenscraper.http.BasicCookieManager
Sets the AutoTrimOldCookies for the object
setBasicAuthenticationPassword(String) - Method in class com.screenscraper.http.models.ScrapingRequest.Builder
Sets the value
setBASICAuthenticationPassword(String) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the BASIC authentication password of the file to be scraped.
setBasicAuthenticationUsername(String) - Method in class com.screenscraper.http.models.ScrapingRequest.Builder
Sets the value
setBASICAuthenticationUsername(String) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the BASIC authentication username of the file to be scraped.
setBasicAutoIncrementRecordsByWriteType(String, String...) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Sets up basic new/updated/duplicate/error record count increment handlers for the given schema.
setBasicAutoIncrementRecordsByWriteType(ScrapingSession, String, String...) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Sets up basic new/updated/duplicate/error record count increment handlers for the given schema.
setBasicHttpParams(BasicHttpParams) - Method in class com.screenscraper.scraper.ScrapingHttpWebConnection
 
setBigDecimal(int, BigDecimal) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setBinaryStream(int, InputStream, int) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setBinaryStream(int, InputStream, long) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setBinaryStream(int, InputStream) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setBindings(Bindings, int) - Method in class com.screenscraper.util.javascript.ComplexJavaScriptEngine
 
setBlob(int, Blob) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setBlob(int, InputStream, long) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setBlob(int, InputStream) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setBlockMergeChecker(PdfBlockMergeChecker) - Method in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulatorBuilder
Used to determine if two adjacent blocks should be merged or not
setBody(String) - Method in class com.screenscraper.http.models.ScrapingResponse.Builder
 
setBody(String) - Method in class com.screenscraper.http.models.ScrapingResponse.SynchronizedBuilder
 
setBody(String) - Method in class com.screenscraper.util.mail.EmailMessage
Sets the body content of the message.
setBody(String, MimeType) - Method in class com.screenscraper.util.mail.EmailMessage
Sets the body content of the message.
setBody(String, String) - Method in class com.screenscraper.util.mail.EmailMessage
Sets the body content of the message.
setBoolean(int, boolean) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setBottomFixedCount(int) - Method in class com.screenscraper.view.MenuScroller
Sets the number of items to fix at the bottom of the menu or popup menu.
setBreakpointOnSessionVariableChange(String) - Method in class com.screenscraper.profiling.session.ScrapeProfiler
Sets the profiler to breakpoint when the session variable with the given name is changed
setBuildChildRelations(boolean) - Method in class com.screenscraper.profiling.ObjectMemoryProfiler
Sets whether or not child relations will be built for future profiling from this object
setByte(int, byte) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setBytes(int, byte[]) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setCacheBlock(CacheBlock) - Method in class com.screenscraper.datamanager.DataNode
Sets the CacheBlock for the object
setCacheDataSet(boolean) - Method in class com.screenscraper.scraper.ExtractorPattern
Determines whether or not the data set is to be cached.
setCacheLinkTime(Date) - Method in class com.screenscraper.datamanager.skeleton.cache.CacheBlock
Sets the CacheLinkTime for the object.
setCacheTime(Date) - Method in class com.screenscraper.datamanager.skeleton.cache.CachedPage.Builder
Sets the CacheTime for the object
setCapacity(int) - Method in class com.screenscraper.concurrent.ResizeableLinkedBlockingDeque
Sets the Capacity for the object
setCaretPosition(int) - Method in class com.screenscraper.view.languagesupport.CompletionWrapper
Sets the caret position this relates to
setCatalog(String) - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.ManagedConnection
 
setCategoryStatus(long, long, RunState) - Method in class com.screenscraper.util.internal.services.depthtracker.APIConnection
Sets the status of the category without modifying the status of any parent of child
setCell(int, Cell) - Method in class com.screenscraper.util.parsing.table.Row
 
setCellToHighlight(Point) - Method in class com.screenscraper.httpeek.view.ViewHTTPSession.ColoredTableCellRenderer
 
setCharacterEncoding(String) - Method in class com.screenscraper.http.models.ScrapingRequest.Builder
Sets the value
setCharacterEncoding(String) - Method in class com.screenscraper.http.models.ScrapingResponse.Builder
 
setCharacterEncoding(String) - Method in class com.screenscraper.http.models.ScrapingResponse.SynchronizedBuilder
 
setCharacterSet(String) - Method in class com.screenscraper.common.DataSet
Sets the character encoding of the content given by the server.
setCharacterSet(String) - Method in class com.screenscraper.common.HTTPResponse
Sets the character encoding of the content given by the server.
setCharacterSet(String) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the character encoding of the content given by the server.
setCharacterSet(String) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the character set to use.
setCharacterStream(int, Reader, int) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setCharacterStream(int, Reader, long) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setCharacterStream(int, Reader) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setCharEncoding(String) - Method in class com.screenscraper.datamanager.xml.XmlDataWriter
 
setChecked(boolean) - Method in class com.screenscraper.util.form.CheckBox
Sets whether or not this checkbox is selected.
setChecked(boolean) - Method in class com.screenscraper.util.form.RadioButton
Sets whether or not this radio button is selected.
setCheckWasErrorOnRequest(boolean) - Method in class com.screenscraper.util.retry.StandardRetryPolicy
Sets whether or not we should check if there was an error on the request by status code, of content length mismatch
setCity(String) - Method in class com.screenscraper.util.parsing.address.Address
Sets the city
setClientInfo(String, String) - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.ManagedConnection
 
setClientInfo(Properties) - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.ManagedConnection
 
setClob(int, Clob) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setClob(int, Reader, long) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setClob(int, Reader) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setCloseLogFileOnCompletion(boolean) - Method in class com.screenscraper.scraper.FileScrapingSessionNotifiable
Sets whether or not the log file should be closed when the scraping session completes.
setCmd(int) - Method in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
setColors() - Method in class com.screenscraper.common.DataRecordInfo
 
setColumnDeterminer(PdfColumnDeterminer) - Method in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulatorBuilder
Used to determine the column number for an element (if a column split was requested)
setColumnNames(String[]) - Method in class com.screenscraper.httpeek.model.TableModelRequestHeaders
Sets the column names.
setColumnNames(String[]) - Method in class com.screenscraper.httpeek.model.TableModelResponseHeaders
Sets the column names.
setColumnNames(String[]) - Method in class com.screenscraper.httpeek.model.TableModelTransactions
Sets the column names.
setColumnNames(String[]) - Method in class com.screenscraper.httpeek.view.ProxySearchResultsDisplayer.TableModelSearchResults
Sets the column names.
setColumnNames(String[]) - Method in class com.screenscraper.model.TableModelExtractorPatternTokens
Sets the column names.
setColumnNames(String[]) - Method in class com.screenscraper.model.TableModelFormParametersToSet
Sets the column names.
setColumnNames(String[]) - Method in class com.screenscraper.model.TableModelMappingSet
Sets the column names.
setColumnNames(String[]) - Method in class com.screenscraper.model.TableModelParameters
Sets the column names.
setColumnNames(String[]) - Method in class com.screenscraper.model.TableModelScriptInstances
Sets the column names.
setColumnNames(String[]) - Method in class com.screenscraper.view.BreakpointFrame.TableModelDataRecord
Sets the column names.
setColumnNames(String[]) - Method in class com.screenscraper.view.BreakpointFrame.TableModelLocalVariables
Sets the column names.
setColumnNames(String[]) - Method in class com.screenscraper.view.BreakpointFrame.TableModelSessionVariables
Sets the column names.
setColumnNames(String[]) - Method in class com.screenscraper.view.DataSetFrame.TableModelDataSet
Sets the column names.
setColumnNames(String[]) - Method in class com.screenscraper.view.GlobalSearchResultsDisplayer.TableModelSearchResults
Sets the column names.
setColumnNames(String[]) - Method in class com.screenscraper.view.ProxyFiltersEditor.TableModelProxyFilters
Sets the column names.
setColumnNames(String[]) - Method in class com.screenscraper.view.RegularExpressionsEditor.TableModelRegularExpressions
Sets the column names.
setCommandLineParams(CommandLineParams) - Method in class com.screenscraper.scraper.ScriptContext
Set the current command-line parameters.
setCommitted() - Method in class com.screenscraper.datamanager.DataNode
 
setCompleteScrapingSessionWhenFinished(boolean) - Method in class com.screenscraper.scraper.ScrapeableSession
Determines whether or not the scrapeable session should be completed when it finishes.
setCompletionClass(Class) - Method in class com.screenscraper.view.languagesupport.CompletionWrapper
Sets the class of the object (or class) at the given caret position, or null if no class type is relevant
setCompoundKey(boolean) - Method in class com.screenscraper.scraper.ExtractorPatternToken
Determines whether or not the token should be used in the compound key of the record.
setConnectionTimeout(int) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the connection timeout to use.
setConnectionTimeout(int) - Method in class com.screenscraper.util.ProxyServerPool
Sets the connection timeout to use when validating proxies.
setConstructor(Constructor) - Method in class com.screenscraper.view.languagesupport.javadoc.ConstructorDocumentation
Sets the documented constructor.
setContent(byte[]) - Method in class com.screenscraper.common.HTTPResponse
Sets the main body of content.
setContent(byte[]) - Method in interface com.screenscraper.common.RunningHTTPResponse
Sets the main body of content.
setContent(String) - Method in class com.screenscraper.util.parsing.table.Cell
 
setContent(String, String) - Method in class com.screenscraper.webbrowser.ScreenScraperWebBrowser
 
setContent() - Method in class com.screenscraper.webbrowser.SimpleBrowser
 
setContentAsString(String) - Method in class com.screenscraper.common.HTTPResponse
Sets the main body of content.
setContentAsString(String) - Method in interface com.screenscraper.common.RunningHTTPResponse
Sets the main body of content.
setContentAsText(String) - Method in class com.screenscraper.util.parsing.table.Cell
 
setContentType(String) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets a custom "Content-Type" header to be sent.
setContentUnencoded(boolean) - Method in class com.screenscraper.common.HTTPResponse
If the content is gzip encoded, this will set when it has been unencoded.
setContentWithContext(String, String, String) - Method in class com.screenscraper.webbrowser.ScreenScraperWebBrowser
 
setContext(ScriptContext) - Method in class com.screenscraper.util.javascript.ComplexJavaScriptEngine
 
setController(AbstractController) - Method in class com.screenscraper.hmvc.AbstractModel
Sets the controller for this model.
setController(AbstractController) - Method in class com.screenscraper.hmvc.AbstractView
Sets the controller for this view.
setConvertFontStylesToAttributes(boolean) - Method in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulatorBuilder
Flag to indicate stripping bold and italic tags and placing attributes on the element for them (also removing them from the element)
setConvertPageBlockToAttribute(boolean) - Method in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulatorBuilder
Flag to indicate removing pages and instead putting a page number attribute on each element
setCookie(ScrapingCookie) - Method in class com.screenscraper.http.ApacheScrapingHttpClient
Sets the cookie
setCookie(ScrapingCookie) - Method in class com.screenscraper.http.AsyncNingScrapingHttpClient
Sets the cookie
setCookie(ScrapingCookie) - Method in class com.screenscraper.http.AsyncScrapingHttpClient2
Sets the cookie
setCookie(ScrapingCookie) - Method in class com.screenscraper.http.CurlHttpClient
 
setCookie(ScrapingCookie) - Method in interface com.screenscraper.http.ScrapingHttpClient
Sets the cookie
setCookie(String) - Method in class com.screenscraper.httpeek.ProxySearchResult
If we're displaying JavaScript cookie search results this will set the key and value of the cookie.
setCookie(String, String, String) - Method in interface com.screenscraper.scraper.RunningScrapingSession
Allows a cookie to be set in the current session state.
setCookie(String, String, String) - Method in class com.screenscraper.scraper.ScrapingSession
Allows a cookie to be set in the current session state.
setCookie(String, String, String, String, Date, boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Sets a cookie
setCookie(ScrapingCookie) - Method in class com.screenscraper.scraper.ScrapingSession
Allows a cookie to be set in the current session state.
setCookieData(String, byte[]) - Static method in class com.screenscraper.ie.InternetExplorer
Sets the current cookie data for the specified URL.
setCookiePolicy(int) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the cookie policy option.
setCountry(String) - Method in class com.screenscraper.util.parsing.address.Address
Sets the country
setCounty(String) - Method in class com.screenscraper.util.parsing.address.Address
Sets the county
setCreatedByVersion(String) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the version of ss that originally created the scraping session.
setCreationTime(ZonedDateTime) - Method in class com.screenscraper.util.ProgressBar
Sets the creation time (so a progress bar can be adjusted in expected duration)
setCriteria(String) - Method in class com.screenscraper.action.NavigationAction
Sets the criteria used to identify clickable elements.
setCriteriaAttribute(String) - Method in class com.screenscraper.view.ViewNavigationAction
 
setCriteriaValue(String) - Method in class com.screenscraper.view.ViewNavigationAction
 
setCurrent(String) - Method in class com.screenscraper.util.ProgressBar
Sets the current number in the progress
setCurrent(double) - Method in class com.screenscraper.util.ProgressBar
Sets the current number in the progress
setCurrentScriptContext(ScriptContext) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the current ScriptContext.
setCurrentScriptContext(ScriptContext) - Method in class com.screenscraper.view.BreakpointFrame
Sets the current ScriptContext.
setCurrentURL(String) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the resolved or unresolved URL.
setCurrentValuesInSession() - Method in class com.screenscraper.util.internal.services.iterator.IteratorClient
Sets the value of each field in the session, as SEARCH_[FIELD_NAME]
setCursorName(String) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setCustomFunctions(Map<Object, Object>, WindowModel) - Static method in class com.screenscraper.util.javascript.models.utility.SetupUtility
 
setCustomHTMLHeader(String) - Method in class com.screenscraper.util.ScrapeStateLogger
Sets the HTML header that will be logged at the top of every message in the web interface.
setCustomScriptVariable(String, Object) - Method in class com.screenscraper.scraper.ScrapingSession
Sets a custom script variable.
setData(byte[]) - Method in class com.screenscraper.datamanager.skeleton.cache.CachedPage.Builder
Sets the Data for the object
setData(String) - Method in class com.screenscraper.datamanager.skeleton.cache.CachedPage.Builder
Sets the Data for the object
setData(int, DataObject) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
Set the designated parameter of the given DataNode value.
setData(List<DataObject>) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
Sets the PreparedStatement parameter with data, the List must be in the same order as its corresponding parameters in the PreparedStatement
setData(Object, Object) - Method in class com.screenscraper.hmvc.AppEvent
Sets an arbitrary piece of data to be carried by this AppEvent.
setData(HashMap) - Method in class com.screenscraper.scraper.ScheduledScrapingSession
Sets the params for the object by deriving them from a HashMap that would have beeen passed up from the client.
setData(byte[]) - Method in class com.screenscraper.util.images.decaptcher_api.CCPictDescr
 
setData(byte[]) - Method in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
setDatabaseSchema(DatabaseSchema) - Method in interface com.screenscraper.datamanager.DataManager
Manually set the DatabaseSchema.
setDatabaseSchema(DatabaseSchema) - Method in class com.screenscraper.datamanager.skeleton.BasicDataManager
 
setDataMember(Object, String, Object) - Static method in class com.screenscraper.profiling.ReflectionUtils
Gets the data member off a given object.
setDataReceiver(DataReceiver) - Method in class com.screenscraper.scraper.RemoteScrapingSession
Sets the DataReceiver to be used.
setDATARECORD(String, boolean, boolean) - Method in class com.screenscraper.common.DataRecordInfo
 
setDataRecord(DataRecord) - Method in class com.screenscraper.events.extractor.ExtractorPatternEventDataBuilder
 
setDataRecord(DataRecord) - Method in class com.screenscraper.events.script.ScriptEventDataBuilder
 
setDataRecord(DataRecord) - Method in class com.screenscraper.scraper.ScriptContext
Sets the current data set.
setDataRecord(DataRecord) - Method in class com.screenscraper.view.BreakpointFrame.TableModelDataRecord
Sets the data record that contains the parameters.
setDataRecordInfo(List<DataRecordInfo>) - Method in class com.screenscraper.common.DataSet
Sets the DataRecordInfo for the DataSet which contains the offsets where the text was found
setDataSet(DataSet) - Method in class com.screenscraper.events.extractor.ExtractorPatternEventDataBuilder
 
setDataSet(DataSet) - Method in class com.screenscraper.events.script.ScriptEventDataBuilder
 
setDataSet(DataSet) - Method in class com.screenscraper.scraper.ScriptContext
Sets the current extracted data.
setDataSet(DataSet) - Method in class com.screenscraper.view.DataSetFrame
Sets the DataSet to be edited.
setDataSource(DataSource) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Sets a new data source for the data manager.
setDate(int, Date) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setDate(int, Date, Calendar) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setDateExported(String) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the date the scraping session was exported.
setDateExported(String) - Method in class com.screenscraper.scraper.Script
Sets the date the scraping session was exported.
setDateFormat(String, DateFormat) - Method in interface com.screenscraper.datamanager.RelationalSchema
Sets the date format used for a column to parse strings to dates
setDateFormat(String, DateTimeFormatter) - Method in interface com.screenscraper.datamanager.RelationalSchema
Sets the date format used for a column to parse strings to dates
setDateFormat(String, DateFormat) - Method in class com.screenscraper.datamanager.skeleton.BasicSchema
 
setDateFormat(String, DateTimeFormatter) - Method in class com.screenscraper.datamanager.skeleton.BasicSchema
 
setDateFormat(String, String, SimpleDateFormat) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Set the input date format for a date/time/timestamp column so that the database can convert a String input it into an appropriate value for the database
setDateFormat(String, String, DateTimeFormatter) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Set the input date format for a date/time/timestamp column so that the database can convert a String input it into an appropriate value for the database
setDateUpdated(long) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the last time the scraping session was updated.
setDebugMode(boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the debug state for the scrape.
setDefaultCharacterSet(String) - Static method in class com.screenscraper.Settings
Sets the default character set.
setDefaultProxySettingsOnAllScrapingSessions() - Method in enum com.screenscraper.scraper.ScrapingSessionManager
Sets all scraping session proxy settings using the default settings.
setDefaultRetryPolicy(RetryPolicy) - Method in class com.screenscraper.scraper.ScrapingSession
Sets a retry policy that will affect all files in the scrape.
setDefaultRunDuration(long) - Method in class com.screenscraper.concurrent.TimedExecutorService
Sets the default run duration, in milliseconds, that will be set for tasks with no duration specified.
setDefaultUserAgent(String) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the default user agent.
setDeprecated(boolean) - Method in class com.screenscraper.view.languagesupport.javadoc.Documentation
Sets whether of not this is deprecated
setDescription(String) - Method in class com.screenscraper.model.RegularExpression
Sets the description of the regular expression.
setDescription(String) - Method in class com.screenscraper.util.FileCacher
Sets the descriptive text to use in the cache file name
setDisplayKeyName(String) - Method in class com.screenscraper.util.objectlogger.LoggableValue
 
setDoLazyScrape(boolean) - Method in class com.screenscraper.scraper.RemoteScrapingSession
Indicates whether or not a lazy scrape should be done on the session.
setDoLazyScrape(boolean) - Method in class com.screenscraper.scraper.RunnableScrapingSession
Indicates whether or not a lazy scrape should be done on the session.
setDoLazyScrape(boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Determines whether or not the session should do a "lazy" scrape.
setDontLogBinaryFiles(boolean) - Method in class com.screenscraper.httpeek.HTTPSession
Sets whether or not binary files should be tracked.
setDouble(int, double) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setDragging(boolean) - Method in class com.screenscraper.view.CustomTree
Determines whether or not a drag is occurring.
setDuplicateAction(int) - Method in class com.screenscraper.datamanager.sql.util.SqlLookup
set what to do on a duplicate
setEnabled(boolean) - Method in class com.screenscraper.scraper.ScheduledScrapingSession
Sets whether or not the scheduled scraping session is enabled.
setEnabled(boolean) - Method in class com.screenscraper.scraper.ScriptInstance
Determines whether or not this script instance is enabled.
setEnableJavaScript(boolean) - Method in class com.screenscraper.scraper.ScrapeableFile
Determines whether or not JavaScript embedded in the HTML page should be processed.
setEncodeType(String) - Method in class com.screenscraper.util.form.Form
Sets the EncodeType for the object
setEncoding(String) - Method in class com.screenscraper.datamanager.xml.XmlDataManager
 
setEndMatch(int) - Method in class com.screenscraper.common.DataRecord
Sets the end location the extractor for this data record matched at.
setEndPointValue(U) - Method in class com.screenscraper.view.languagesupport.javadoc.SimpleTrie
Sets the end point value for this node
setEndScrapeOnFailure(boolean) - Method in class com.screenscraper.util.retry.StandardRetryPolicy
Sets whether or not the policy should stop the scrape if it fails to get a good page after the maximum number of retries is reached
setEndScrapeOnFailureCount(int) - Method in class com.screenscraper.util.retry.StandardRetryPolicy
Sets whether or not the policy should stop the scrape if it fails to get a good page after the maximum number of retries is reached.
setEndScrapeOnScrapeableFileFailureCount(String, int) - Method in class com.screenscraper.util.retry.StandardRetryPolicy
Sets whether or not the policy should stop the scrape if it fails to get a good page after the maximum number of retries is reached.
setEnteredText(String) - Method in class com.screenscraper.view.languagesupport.CompletionWrapper
Sets the text that is at the current caret position.
setEntity(String) - Method in class com.screenscraper.http.models.ScrapingRequest.Builder
Sets the entity
setError(RequestError) - Method in class com.screenscraper.http.models.ScrapingResponse.Builder
 
setError(RequestError) - Method in class com.screenscraper.http.models.ScrapingResponse.SynchronizedBuilder
 
setErrorMessage(String) - Method in interface com.screenscraper.scraper.RunningScrapingSession
Sets the error message that should be persisted to the database once the scraping session ends.
setErrorMessage(String) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the error message that should be persisted to the database once the scraping session ends.
setErrorOnRequest(boolean) - Method in class com.screenscraper.http.models.ScrapingResponse.Builder
 
setErrorOnRequest(boolean) - Method in class com.screenscraper.http.models.ScrapingResponse.SynchronizedBuilder
 
setEscapeProcessing(boolean) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setException(Throwable) - Method in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfToHtmlParseData
Sets the Exception for the object
setExcludeFromData(boolean) - Method in class com.screenscraper.scraper.ExtractorPatternToken
Sets if token should be excluded from matched data.
setExpression(String) - Method in class com.screenscraper.model.RegularExpression
Sets the actual expression of the regular expression.
setExternalNTProxyDomain(String) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the external NT proxy port.
setExternalNTProxyHost(String) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the external NT proxy host.
setExternalNTProxyPassword(String) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the external NT proxy password.
setExternalNTProxyUsername(String) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the external NT proxy username.
setExternalProxyHost(String) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the external proxy host.
setExternalProxyPassword(String) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the external proxy password.
setExternalProxyPort(String) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the external proxy port.
setExternalProxyUsername(String) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the external proxy username.
setExtractorPattern(int, int, int, String, String, int, boolean, boolean, int, boolean, boolean, String, String, boolean) - Static method in class com.screenscraper.business.BScrapingSession
Saves an extractor pattern to the database.
setExtractorPattern(int, int, int, String, String, int, boolean, boolean, int, boolean, boolean, String, String, boolean) - Static method in class com.screenscraper.data.DScrapingSession
Saves an extractor pattern to the database.
setExtractorPattern(ExtractorPattern) - Method in class com.screenscraper.events.extractor.ExtractorPatternEventDataBuilder
 
setExtractorPattern(ExtractorPattern) - Method in class com.screenscraper.model.TableModelExtractorPatternTokens
Sets the ExtractorPattern that contains the extractor pattern tokens.
setExtractorPatternID(int) - Method in class com.screenscraper.scraper.ExtractorPatternToken
Sets the ID of the extractor pattern holding this token.
setExtractorPatternID(int) - Method in class com.screenscraper.scraper.ScriptInstance
Sets the ID of the extractor pattern associated with this script instance.
setExtractorPatternName(String) - Method in class com.screenscraper.scraper.ScriptContext
Sets the current extractorPatternName to the given String.
setExtractorPatternTimedOut(boolean) - Method in class com.screenscraper.events.extractor.ExtractorPatternEventDataBuilder
 
setExtractorPatternToken(int, String, boolean, int, boolean, String, boolean, boolean, boolean, boolean, boolean, boolean, int) - Static method in class com.screenscraper.business.BScrapingSession
Saves an extractor pattern to the database.
setExtractorPatternToken(int, String, boolean, int, boolean, String, boolean, boolean, boolean, boolean, boolean, boolean, int) - Static method in class com.screenscraper.data.DScrapingSession
Saves an extractor pattern to the database.
setExtractorsMustMatch(boolean) - Method in class com.screenscraper.util.retry.StandardRetryPolicy
Sets whether or not extractor patterns must match for the page to be considered successfully loaded
setFatalErrorOccurred(boolean) - Method in interface com.screenscraper.scraper.RunningScrapingSession
Sets the flag used to indicate whether or not a fatal error occurred while running this scraping session.
setFatalErrorOccurred(boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the flag used to indicate whether or not a fatal error occurred while running this scraping session.
setFetchDirection(int) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setFetchSize(int) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setField(Field) - Method in class com.screenscraper.view.languagesupport.javadoc.VariableDocumentation
Sets the documented field.
setFieldsWritten(Set<String>) - Method in class com.screenscraper.datamanager.DataNode
Sets the fields that were actually written for this node
setFile(String) - Method in class com.screenscraper.datamanager.xml.XmlDataWriter
 
setFileName(String) - Method in class com.screenscraper.common.help.HelpBrowser
Sets the file of the help screen.
setFileName(String) - Method in class com.screenscraper.datamanager.xml.XmlDataManager
 
setFileToSaveTo(String) - Method in class com.screenscraper.scraper.ExtractorPattern
Determines the file to save the data to.
setFileToSaveToDelimiter(String) - Method in class com.screenscraper.scraper.ExtractorPattern
Determines the delimiter to use for the file to save the data to.
setFilterDuplicates(boolean) - Method in class com.screenscraper.scraper.ExtractorPattern
Determines whether or not duplicates should be filtered.
setFilterName(String) - Method in class com.screenscraper.datamanager.sql.SqlDuplicateFilter
Sets the name for this filter.
setFilterText(String) - Method in class com.screenscraper.model.ProxyFilter
Sets the text for the filter.
setFilterTransactions(boolean) - Method in class com.screenscraper.httpeek.HTTPSession
Determines whether or not transactions should be filtered.
setFilterType(String) - Method in class com.screenscraper.model.ProxyFilter
Determines the type of the filter.
setFilterUsed(ProfilingFilter) - Method in class com.screenscraper.profiling.TrackedObject
Sets the filter used by this object
setFinalUrl(String) - Method in class com.screenscraper.http.models.ScrapingResponse.Builder
 
setFinalUrl(String) - Method in class com.screenscraper.http.models.ScrapingResponse.SynchronizedBuilder
 
setFinishLock(Object) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the object that should be used to notify external classes when the scraping session finishes.
setFireTime(DataManagerEventSource.EventFireTime) - Method in class com.screenscraper.datamanager.DataManagerEvent
Sets the FireTime for the object
setFloat(int, float) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setFolder(int, String, int) - Static method in class com.screenscraper.business.BFolder
Saves a folder to the database.
setFolder(Folder) - Method in interface com.screenscraper.common.Folderable
Sets the folder containing this object.
setFolder(int, String, int) - Static method in class com.screenscraper.data.DFolder
Saves a folder to the database.
setFolder(Folder) - Method in class com.screenscraper.httpeek.HTTPSession
Sets the folder containing this object.
setFolder(Folder) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the folder containing this object.
setFolder(Folder) - Method in class com.screenscraper.scraper.Script
Sets the folder containing this object.
setForcedRequestType(ScrapeableFile.RequestType) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the request type to use.
setForceMultiPart(boolean) - Method in class com.screenscraper.scraper.ScrapeableFile
Determines whether or not a multi-part request should be forced.
setForceNonBinary(boolean) - Method in class com.screenscraper.common.HTTPResponse
Determines whether or not the contents of this response should be forced to be treated as non-binary.
setForceNonBinary(boolean) - Method in class com.screenscraper.scraper.ScrapeableFile
Determines whether or not the contents of this response should be forced to be treated as non-binary.
setForcePOST(boolean) - Method in class com.screenscraper.scraper.ScrapeableFile
Determines whether or not a POST request should be forced.
setFormNavigationAction(FormNavigationAction) - Method in class com.screenscraper.model.TableModelFormParametersToSet
Sets the FormNavigationAction.
setFormParametersToSet(String) - Method in class com.screenscraper.action.NavigationAction
Parses and sets the parameters to set as a URL-type string into the hash map in this class.
setFormParametersToSet(HashSet<FormParameter>) - Method in class com.screenscraper.action.NavigationActionDoer
Sets any form parameters to be set when the action occurs.
setFormParametersToSetAsSingleValue(String) - Method in class com.screenscraper.action.NavigationAction
Sets all form parameters to be set as a single value.
setFormParameterToSetName(int, String) - Method in class com.screenscraper.action.NavigationAction
Sets the key portion of a parameter by its sequence.
setFormParameterToSetValue(int, String) - Method in class com.screenscraper.action.NavigationAction
Sets the value portion of a parameter by its sequence.
setForUpdate(Set<String>) - Method in class com.screenscraper.datamanager.sql.util.SqlLookup
 
setFrameLocation(Component, Point) - Static method in class com.screenscraper.util.General
Sets the location of the frame to the given location, ensuring it is at least partway visible on a screen
setFrameLocation(Component, int, int) - Static method in class com.screenscraper.util.General
Sets the location of the frame to the given location, ensuring it is at least partway visible on a screen
setFrom(String) - Method in class com.screenscraper.util.mail.EmailMessage
Sets the From value for the email
setFromValue(String) - Method in class com.screenscraper.scraper.Mapping
Sets the "From" value.
setGeneratedHash(String) - Method in class com.screenscraper.datamanager.skeleton.cache.CachedPage.Builder
Sets the hash for this page
setGlobalFilter(ProfilingFilter) - Method in class com.screenscraper.profiling.ObjectMemoryProfiler
Sets the global filter used by this profiler.
setGlobalMergeEnabled(boolean) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Sets all the nodes to be able to merge the values with the corresponding rows in the database when there is a primary key match.
setGlobalUpdateEnabled(boolean) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Sets all the nodes to be able to overwrite columns in the database with the new values when there is a primary key match.
setGroupDirection(int) - Method in class com.screenscraper.datamanager.sql.util.SqlLookup
set the group direction(ascending or descending)
setHasBeenLoadedFromCache(boolean) - Method in class com.screenscraper.common.DataSet
Determines whether or not the data set has been loaded from the cache.
setHasBeenQueued(boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Sets whether or not the scraping session has been queued to be run.
setHeader(String) - Method in class com.screenscraper.common.HTTPRequest
Sets a header, given a String representing a header.
setHeader(String, String) - Method in class com.screenscraper.common.HTTPRequest
 
setHeader(String) - Method in class com.screenscraper.common.HTTPResponse
Sets a header, given a String representing a header.
setHeader(String[]) - Method in class com.screenscraper.csv.CsvWriter
Sets the header row to the given String[] and also sets mapping Values to the same String[] The header is only written if the file doesn't originally exist when writing to it.
setHeader(String) - Method in class com.screenscraper.datamanager.xml.XmlDataManager
 
setHeaderName(String) - Method in class com.screenscraper.GlobalSearchResult
 
setHeaders(Header[]) - Method in class com.screenscraper.common.HTTPRequest
Sets the headers.
setHeaders(Set<HTTPHeader>) - Method in class com.screenscraper.common.HTTPResponse
Sets the headers.
setHeading(String) - Method in class com.screenscraper.datamanager.xml.XmlDataWriter
 
setHideChildren(boolean) - Method in class com.screenscraper.util.objectlogger.LoggableValue
 
setHoldability(int) - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.ManagedConnection
 
setHost(String) - Method in class com.screenscraper.util.ProxyServer
Sets the host.
setHTMLContent(String) - Method in class com.screenscraper.webbrowser.ScreenScraperWebBrowser
 
setHtmlElement(HtmlElement) - Method in class com.screenscraper.action.NavigationActionDoer
Sets the element to be clicked to submit the form.
setHtmlElementIdentifier(HtmlElementIdentifier) - Method in class com.screenscraper.action.NavigationAction
Sets the parsed criteria object.
setHtmlElementIdentifier(String) - Method in class com.screenscraper.action.NavigationAction
Sets a string representing the value portion of the valid sequences.
setHtmlElementIdentifierAttribute(String) - Method in class com.screenscraper.action.NavigationAction
Sets the attribute portion of the form criteria.
setHtmlElementIdentifierValidSequences(String) - Method in class com.screenscraper.action.NavigationAction
Sets the valid sequences of the HTML element identifier.
setHtmlElementIdentifierValue(String) - Method in class com.screenscraper.action.NavigationAction
Sets the value portion of the HTML element identifier.
setHttpClient(ScrapingHttpClient) - Method in class com.screenscraper.httpeek.HTTPSession
Sets the HTTP client to be used in proxying.
setHttpClient(ScrapingHttpClient) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the HTTP client to be used in scraping.
setHttpClient(ScrapingHttpClient, boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the HTTP client to be used in scraping.
setHTTPClientType(int) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the HTTP client to be used throughout the session.
setHTTPHeader(int, int, String, String) - Static method in class com.screenscraper.business.BHTTPSession
Saves an HTTP header corresponding to either an HTTP request or response.
setHTTPHeader(int, int, String, String) - Static method in class com.screenscraper.data.DHTTPSession
Saves an HTTP header corresponding to either an HTTP request or response.
setHTTPParameter(int, int, String, String, int, String) - Static method in class com.screenscraper.business.BScrapingSession
Saves an HTTP parameter to the database.
setHTTPParameter(int, int, String, String, int, String) - Static method in class com.screenscraper.data.DScrapingSession
Saves an HTTP parameter to the database.
setHTTPRequest(int, int, String, String, String, String) - Static method in class com.screenscraper.business.BHTTPSession
Saves an HTTP request to the database.
setHTTPRequest(int, int, String, String, String, String) - Static method in class com.screenscraper.data.DHTTPSession
Saves an HTTP request to the database.
setHTTPRequest(HTTPRequest) - Method in class com.screenscraper.httpeek.model.TableModelRequestHeaders
Sets the HTTP request that contains the headers.
setHTTPResponse(int, int, String, String) - Static method in class com.screenscraper.business.BHTTPSession
Saves an HTTP response to the database.
setHTTPResponse(int, int, String, String) - Static method in class com.screenscraper.data.DHTTPSession
Saves an HTTP response to the database.
setHTTPResponse(HTTPResponse) - Method in class com.screenscraper.httpeek.model.TableModelResponseHeaders
Sets the HTTP response that contains the headers.
setHttpResponseData(String) - Method in class com.screenscraper.events.scrapeablefile.ScrapeableFileEventDataBuilder
 
setHTTPSession(int, String, int, String, String) - Static method in class com.screenscraper.business.BHTTPSession
Saves an HTTP session to the database.
setHTTPSession(int, String, int, String, String) - Static method in class com.screenscraper.data.DHTTPSession
Saves an HTTP session to the database.
setHTTPSession(HTTPSession) - Method in class com.screenscraper.httpeek.HTTPTransaction
Sets the HTTP session associated with this transaction.
setHTTPSession(HTTPSession) - Method in class com.screenscraper.httpeek.HTTPTransactionManager
Sets the HTTP session associated with this manager.
setHTTPSession(HTTPSession) - Method in class com.screenscraper.httpeek.model.TableModelTransactions
Sets the HTTP session that contains the transactions.
setHTTPSession(HTTPSession) - Method in class com.screenscraper.httpeek.ServerDaemon
Sets the HTTPSession associated with this server daemon.
setHTTPSession(HTTPSession) - Method in class com.screenscraper.scraper.ScriptContext
Set the current HTTPSession.
setHTTPSessionID(int) - Method in class com.screenscraper.scraper.ScriptInstance
Sets the ID of the HTTP session associated with this script instance.
setHTTPTransaction(int, int, int, String) - Static method in class com.screenscraper.business.BHTTPSession
Saves an HTTP transaction to the database.
setHTTPTransaction(int, int, int, String) - Static method in class com.screenscraper.data.DHTTPSession
Saves an HTTP transaction to the database.
setHTTPTransactionID(int) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the ID of the HTTP transaction associated with this scrapeable file.
setID(int) - Method in class com.screenscraper.action.NavigationAction
Sets the database ID.
setID(int) - Method in class com.screenscraper.common.HTTPParameter
Sets the ID of the HTTP parameter.
setID(int) - Method in class com.screenscraper.common.HTTPRequest
Sets the ID.
setID(int) - Method in class com.screenscraper.common.HTTPResponse
Sets the ID.
setId(Object) - Method in class com.screenscraper.datamanager.skeleton.cache.CachedContext
Sets the Id for the object (this can be used to track things in a database if needed, but isn't used for anything other than a custom use)
setID(int) - Method in class com.screenscraper.httpeek.HTTPSession
Sets the ID.
setID(int) - Method in class com.screenscraper.httpeek.HTTPTransaction
Sets the ID.
setID(int) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the ID of the scraping session.
setID(int) - Method in class com.screenscraper.scraper.Script
Sets the ID of the script.
setIdentifier(String) - Method in interface com.screenscraper.common.Uniqueable
Sets the identifier for this object.
setIdentifier(String) - Method in class com.screenscraper.hmvc.AbstractController
Sets the identifier of the controller.
setIdentifier(String) - Method in class com.screenscraper.httpeek.HTTPSession
 
setIdentifier(String) - Method in class com.screenscraper.scraper.ExtractorPattern
Sets the identifier.
setIdentifier(String) - Method in class com.screenscraper.scraper.ExtractorPatternToken
Sets the string that identifies the token.
setIdentifier(String) - Method in class com.screenscraper.scraper.ScrapeableFile
 
setIdentifier(String) - Method in class com.screenscraper.scraper.ScrapingSession
 
setIdentifier(String) - Method in class com.screenscraper.scraper.Script
 
setIfSavedInSessionVariable(int) - Method in class com.screenscraper.scraper.ExtractorPattern
If automatically saved in a session variable determines whether the data set should be appended or overwritte.
setImportedObject(Object) - Method in exception com.screenscraper.scraper.ImportException
Sets the imported object.
setIncrementRecordsAmount(Object) - Method in class com.screenscraper.events.session.SessionEventDataBuilder
 
setInserted() - Method in class com.screenscraper.datamanager.DataNode
Sets that this DataNode has been inserted into the Database
setInstallDirectory(String) - Static method in class com.screenscraper.Settings
Sets the install directory, including modifying the batch/shell scripts.
setInt(int, int) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setInternalJavaScriptMethodHandler(Class<?>, String, Object) - Method in class com.screenscraper.util.javascript.models.dom.WindowModel
 
setInternalVariable(String, Object) - Method in class com.screenscraper.scraper.RunnableScrapingSession
Sets the value of an internal variable
setInternalVariable(String, Object) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the value of an internal variable.
setInternalVariable(String, Object) - Method in class com.screenscraper.scraper.ScrapingSessionState
Sets the value of an internal variable.
setInterpreter(Interpreter) - Method in class com.screenscraper.scraper.ScriptContext
Sets a reference to the Interpreter used by BeanShell.
setInterval(Runnable, Number, Object...) - Method in class com.screenscraper.util.javascript.models.dom.WindowModel
 
setInterval(int) - Method in class com.screenscraper.view.MenuScroller
Sets the scroll interval in milliseconds
setInvokedFromScript(boolean) - Method in class com.screenscraper.action.NavigationAction
Determines whether or not this is to be invoked from a script.
setIsCaseSensitive(boolean) - Method in class com.screenscraper.model.ProxyFilter
Determines whether or not the filter is case sensitive.
setIsCaseSensitive(boolean) - Method in class com.screenscraper.scraper.Mapping
Determines whether or not the match is case sensitive.
setIsCompleted(boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Sets whether or not the scraper has finished scraping.
setIsIncrement(boolean) - Method in class com.screenscraper.events.session.SessionEventDataBuilder
 
setIsRunning(boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Sets whether or not the session is currently running.
setIterator(Iterator) - Method in class com.screenscraper.util.internal.services.iterator.model.IteratorInstance
 
setIteratorInstance(IteratorInstance) - Method in class com.screenscraper.util.internal.services.iterator.model.Iteration
 
setJRexCanvas(JRexCanvas) - Method in class com.screenscraper.jrex.JRexBrowser
 
setKey(String) - Method in class com.screenscraper.common.HTTPHeader
Sets the key portion of the parameter.
setKey(String) - Method in class com.screenscraper.common.HTTPParameter
Sets the key portion of the parameter.
setKey(String) - Method in class com.screenscraper.util.KeyValue
Sets the key portion.
setKeyStoreFilePath(String) - Method in class com.screenscraper.httpeek.HTTPSession
Sets the path to the keystore file.
setKeyStoreFilePath(String) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the path to the keystore file.
setKeyStorePassword(String) - Method in class com.screenscraper.httpeek.HTTPSession
Sets the password to be used for the key store file.
setKeyStorePassword(String) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the password to be used for the key store file.
setLanguage(String) - Method in class com.screenscraper.scraper.Script
Sets the language.
setLastAutoIncrementValue(String, Object) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Manually sets the last auto increment value for a schema.
setLastAutoIncrementValue(String, DataObject) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Manually sets the last auto increment value for a schema.
setLastDeterminedCharacterSet(String) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the last character set determined from a server.
setLastHttpResponse(ScrapingResponse) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the last http response received
setLastRequest(String) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the request from the last time it was scraped.
setLastRequest(String) - Method in interface com.screenscraper.scraper.ScrapeableFileNotifiable
Updates the last request.
setLastRequestAsBadProxy() - Method in class com.screenscraper.util.internal.services.proxyservice.LuminatiProxyManager
Used to flag the last request as bad manually to indicate the proxy should be discarded
setLastRequestURL(URL) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the last request URL used for this scrapeable file
setLastResponse(String) - Method in interface com.screenscraper.scraper.ScrapeableFileNotifiable
Updates the last response.
setLastReturnValue(Object) - Method in class com.screenscraper.events.AbstractEventData
Sets the LastReturnValue for the object
setLastScrapedData(String) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the data from the file from the last time it was scraped.
setLastSelectedDirectory(File) - Static method in class com.screenscraper.util.General
Sets the last directory selected from a JFileChooser.
setLastTidyAttemptFailed(boolean) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets whether or not the last attempt to tidy the response failed.
setLE(String) - Static method in class com.screenscraper.business.BScrapingSession
Sets the email address of the licensee.
setLE(String) - Static method in class com.screenscraper.data.DScrapingSession
Sets the email address of the licensee.
setLength(int) - Method in class com.screenscraper.httpeek.ProxySearchResult
Sets the length of the found text.
setLevel(Level) - Method in class com.screenscraper.datamanager.sql.SqlDataManager.SqlDataManagerLogger
Sets the logging level
setLimit(int) - Method in class com.screenscraper.datamanager.sql.util.SqlLookup
set a limit for the number of rows returned
setLimit(int) - Method in class com.screenscraper.datamanager.sql.util.SqlPkLookup
Limit the number of results to return.
setLocationTolerance(int) - Method in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulatorBuilder
The amount of tolerance for the location of elements.
setLogFile(File) - Method in class com.screenscraper.common.FileNotifiable
Sets the log file being written to.
setLogFileNameAsSessionVariable() - Method in class com.screenscraper.scraper.ScrapingSession
Causes the scraping session to set a session variable corresponding to the name of its log file.
setLoggableName(String) - Method in class com.screenscraper.http.models.ScrapingRequest.Builder
Sets the name used to represent this request when logging
setLoggingLevel(int) - Method in class com.screenscraper.CommandLineScriptHandler
Sets the current logging level.
setLoggingLevel(int) - Method in class com.screenscraper.common.FileNotifiable
Sets the current logging level.
setLoggingLevel(int) - Method in interface com.screenscraper.common.Notifiable
Sets the current logging level.
setLoggingLevel(Level) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Sets the logging level
setLoggingLevel(int) - Method in class com.screenscraper.httpeek.model.ModelHTTPSession
Sets the current logging level.
setLoggingLevel(int) - Method in class com.screenscraper.model.ModelScrapingSession
Sets the current logging level.
setLoggingLevel(int) - Method in class com.screenscraper.scraper.RemoteScrapingSessionHandler
Sets the current logging level.
setLoggingLevel(int) - Method in class com.screenscraper.scraper.ScrapingServer
Sets the current logging level.
setLoggingLevel(int) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the logging level to use when running the scraping session.
setLoggingLevel(String) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the logging level based on a string.
setLoggingLevel(int) - Method in interface com.screenscraper.scraper.ScrapingSessionNotifiable
Sets the current logging level.
setLoggingLevel(int) - Method in class com.screenscraper.scraper.ScrapingSessionNotifiableImpl
Sets the current logging level.
setLoggingLevelDebug() - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Shortcut method for setting the log level to debug
setLoggingLevelDebug() - Method in class com.screenscraper.scraper.ScrapingSession
Convenience method to set logging level to debug
setLoggingLevelError() - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Shortcut method for setting the log level to error
setLoggingLevelError() - Method in class com.screenscraper.scraper.ScrapingSession
Convenience method to set logging level to error
setLoggingLevelInfo() - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Shortcut method for setting the log level to info
setLoggingLevelInfo() - Method in class com.screenscraper.scraper.ScrapingSession
Convenience method to set logging level to info
setLoggingLevelTrace() - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Shortcut method for setting the log level to trace
setLoggingLevelWarn() - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Shortcut method for setting the log level to warn
setLoggingLevelWarn() - Method in class com.screenscraper.scraper.ScrapingSession
Convenience method to set logging level to warn
setLogInternalMessages(boolean) - Method in class com.screenscraper.util.ScrapingUtil
 
setLoginTimeout(int) - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource
 
setLogLowerCaseDataRecordKeys(boolean) - Method in class com.screenscraper.util.ScrapeStateLogger
Sets whether or not all lowercase keys of a datarecord should be logged
setLogMixedCaseDataRecordKeys(boolean) - Method in class com.screenscraper.util.ScrapeStateLogger
Sets whether or not keys of a datarecord with both upper and lowercase characters should be logged
setLogObject(boolean) - Method in class com.screenscraper.view.languagesupport.CompletionWrapper
Sets whether or not this is a completion for the log object
setLogUpperCaseDataRecordKeys(boolean) - Method in class com.screenscraper.util.ScrapeStateLogger
Sets whether or not all uppercase keys of a datarecord should be logged
setLogWriter(PrintWriter) - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource
 
setLong(int, long) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setLookAndFeel(String) - Static method in class com.screenscraper.Settings
Sets the Look & Feel.
setMacSystemProperties() - Static method in class com.screenscraper.util.General
Sets Mac-specific system properties.
setMajorID(int) - Method in class com.screenscraper.util.images.decaptcher_api.CCPictDescr
 
setManager(RemoteScrapingSessionHandlerManager) - Method in class com.screenscraper.scraper.RemoteScrapingSessionHandler
Sets the RemoteScrapingSessionHandlerManager that's managing this handler.
setManyToMany(DataNode) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
If a many to many relationship between this node and another in the set of current datanodes is possible and doesn't already exist, that node will be created.
setMapping(int, int, String, String, int, boolean, int) - Static method in class com.screenscraper.business.BMapping
Saves a mapping to the database.
setMapping(int, int, String, String, int, boolean, int) - Static method in class com.screenscraper.data.DMapping
Saves a mapping to the database.
setMappingSet(int, String) - Static method in class com.screenscraper.business.BMapping
Saves a mapping set to the database.
setMappingSet(int, String) - Static method in class com.screenscraper.data.DMapping
Saves a mapping set to the database.
setMappingSet(MappingSet) - Method in class com.screenscraper.model.TableModelMappingSet
Sets the MappingSet.
setMappingSet(MappingSet) - Method in class com.screenscraper.scraper.ExtractorPatternToken
Sets the MappingSet associated with this token.
setMappingSetID(int) - Method in class com.screenscraper.scraper.Mapping
Gets the database ID of the set containing this mapping.
setMappingType(int) - Method in class com.screenscraper.scraper.Mapping
Gets the type of the value, as defined by one of the "TYPE" constants defined in this class.
setMapValues(String[]) - Method in class com.screenscraper.csv.CsvWriter
Set the values used to map the key values of a Map<String, String> into CSV rows.
setMapValuesAndLowercaseUnderscore(String[]) - Method in class com.screenscraper.csv.CsvWriter
Set the mapping values with the given String[], but convert them to lowercase and underscores for spaces eg.
setMapValuesAndUnderscore(String[]) - Method in class com.screenscraper.csv.CsvWriter
Set the mapping values with the given String[], but convert them to have underscores for spaces eg.
setMapValuesAndUppercaseUnderscore(String[]) - Method in class com.screenscraper.csv.CsvWriter
Set the mapping values with the given String[], but convert them to uppercase and underscores for spaces eg.
setMaxColumnSpan(int) - Method in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulatorBuilder
Maximum number of columns an element is allowed to be in before being stripped from the output as a bad element (default value is 1 meaning just the one cell).
setMaxConcurrentFileDownloads(int) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the maximum number of concurrent file downloads to a allow.
setMaxConcurrentScrapingSessions(int) - Static method in enum com.screenscraper.scraper.ScrapingSessionManager
Sets the maximum number of concurrent sessions to allow (in basic this is capped)
setMaxFieldSize(int) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setMaxHTTPRequests(int) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the maximum number of attempts that should be made for each HTTP request.
setMaximumMemoryAllocation(int) - Static method in class com.screenscraper.Settings
Sets the maximum heap size the app will use when being run in GUI mode.
setMaxNumberOfRetries(int) - Method in class com.screenscraper.util.retry.AbstractRetryPolicy
Sets the maximum number of retry attempts for this policy
setMaxResponseLength(int) - Method in class com.screenscraper.http.models.ScrapingRequest.Builder
Sets the max length for the response
setMaxResponseLength(int) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the maximum response length, in kilobytes.
setMaxRows(int) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setMaxScriptsOnStack(int) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the maximum number of script context objects that can be pushed on to the stack.
setMergeable() - Method in class com.screenscraper.datamanager.DataNode
Set the DataNode as being mergeable
setMergeEnabled(String, boolean) - Method in class com.screenscraper.datamanager.skeleton.BasicDataManager
Sets all the nodes to be able to merge the values with the corresponding rows in the table when there is a primary key match.
setMessage(String) - Method in class com.screenscraper.hmvc.AppEvent
Sets the message/command for this AppEvent.
setMessage(String) - Method in class com.screenscraper.view.SplashScreen
 
setMethod(String) - Method in class com.screenscraper.util.form.Form
Sets the method.
setMethod(Method) - Method in class com.screenscraper.view.languagesupport.javadoc.MethodDocumentation
Sets the documented method.
setMimeType(String) - Method in class com.screenscraper.datamanager.skeleton.cache.CachedPage.Builder
Sets the MimeType for the object
setMinorID(int) - Method in class com.screenscraper.util.images.decaptcher_api.CCPictDescr
 
setModel(AbstractModel) - Method in class com.screenscraper.hmvc.AbstractController
Sets the model associated with this controller.
setMonitorSaving(boolean) - Static method in class com.screenscraper.model.ModelMainFrame
Sets whether or not we should be monitoring for saving.
setMultipart(boolean) - Method in class com.screenscraper.http.models.ScrapingRequest.Builder
Sets the value
setMultiThreadWrite(int) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
enables database writing to be done in its own thread.
setName(String) - Method in class com.screenscraper.action.FormParameter
Sets the name of the parameter.
setName(String) - Method in class com.screenscraper.action.NavigationAction
Sets the name of the action.
setName(String) - Method in class com.screenscraper.common.XmlNode
Sets the name of the node.
setName(String) - Method in class com.screenscraper.datamanager.skeleton.cache.CachedPage.Builder
Sets the Name for the object
setName(String) - Method in class com.screenscraper.httpeek.HTTPSession
Sets the name.
setName(String) - Method in class com.screenscraper.model.Folder
Sets the name of the folder.
setName(String) - Method in class com.screenscraper.model.RegularExpression
Sets the name used to identify the regular expression.
setName(String) - Method in class com.screenscraper.scraper.MappingSet
Sets the name of the set.
setName(String) - Method in class com.screenscraper.scraper.RunnableScrapingSession
Sets the name of the scraping session.
setName(String) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the name.
setName(String) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the name.
setName(String) - Method in class com.screenscraper.scraper.Script
Sets the name.
setName(String) - Method in class com.screenscraper.util.form.Form
Sets the name of the form
setName(String) - Method in class com.screenscraper.util.form.Input
Sets the name value of the input
setNavigationAction(int, int, String, int, int, String, String, boolean, int) - Static method in class com.screenscraper.business.BNavigationAction
Sets a navigation action in the database.
setNavigationAction(int, int, String, int, int, String, String, boolean, int) - Static method in class com.screenscraper.data.DNavigationAction
Sets a navigation action in the database.
setNavigationActionDoer(NavigationActionDoer) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the current navigation action doer to be processed.
setNavigationActionName(String) - Method in class com.screenscraper.action.NavigationActionDoer
Sets the name of the corresponding navigation action.
setNCharacterStream(int, Reader, long) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setNCharacterStream(int, Reader) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setNClob(int, NClob) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setNClob(int, Reader, long) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setNClob(int, Reader) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setNeedsSaving(boolean) - Static method in class com.screenscraper.model.ModelMainFrame
Sets whether or not there are changed objects that need to be saved.
setNeedsToBeSaved(boolean) - Method in class com.screenscraper.httpeek.HTTPSession
Sets whether or not the object needs to be saved.
setNeedsToBeSaved(boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Sets whether or not the object needs to be saved.
setNeedsToBeSaved(boolean) - Method in class com.screenscraper.scraper.Script
Sets whether or not the object needs to be saved.
setNetworkTimeout(Executor, int) - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.ManagedConnection
 
setNode(DefaultMutableTreeNode) - Method in class com.screenscraper.httpeek.HTTPSession
Sets the node representing this session.
setNode(DefaultMutableTreeNode) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the node representing this scraping file.
setNode(DefaultMutableTreeNode) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the node representing this session.
setNode(DefaultMutableTreeNode) - Method in class com.screenscraper.scraper.Script
Sets the node representing this scraping file.
setNote(String) - Method in class com.screenscraper.httpeek.HTTPTransaction
Sets the note associated with this transaction.
setNote(String, String) - Method in class com.screenscraper.util.internal.services.iterator.model.APIConnection
 
setNotes(String) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the notes.
setNotifiable(HTTPSessionNotifiable) - Method in class com.screenscraper.httpeek.HTTPSession
Sets the object that will need to be notified when changes in the session take place.
setNotifiable(HTTPSessionNotifiable) - Method in class com.screenscraper.httpeek.HTTPTransaction
Sets the object that will need to be notified when changes in the session take place.
setNotifiable(Notifiable) - Method in class com.screenscraper.scraper.ScriptInstances
Sets the object the script instances will use to notify when things happen.
setNotifyNotifiableOfCompletion(boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Determines whether or not the notifiable object should be notified once the scraping session completes.
setNString(int, String) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setNtlmAuthenticationDomain(String) - Method in class com.screenscraper.http.models.ScrapingRequest.Builder
Sets the value
setNTLMAuthenticationDomain(String) - Method in class com.screenscraper.scraper.ScrapeableFile
set the domain for NTML Authentication, default is localhost
setNtlmAuthenticationHost(String) - Method in class com.screenscraper.http.models.ScrapingRequest.Builder
Sets the value
setNTLMAuthenticationHost(String) - Method in class com.screenscraper.scraper.ScrapeableFile
set the host for NTML Authentication, default is
setNull(int, int) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setNull(int, int, String) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setNullSessionVariable(boolean) - Method in class com.screenscraper.scraper.ExtractorPatternToken
Determines whether the session variable corresponding to this token should be nulled out if no matches are found.
setNumberOfProxies(int) - Method in class com.screenscraper.util.internal.services.proxyservice.LuminatiProxyManager
Sets how many proxies should be in the pool at a given time
setNumberOfRequiredProxies(int) - Method in class com.screenscraper.scraper.ScrapingSession
The number of proxies required to anonymize this scraping session
setNumDuplicateRecordsScraped(int) - Method in interface com.screenscraper.scraper.RunningScrapingSession
Sets the number of duplicate records scraped.
setNumDuplicateRecordsScraped(int) - Method in class com.screenscraper.scraper.ScrapingSession
 
setNumErrorRecordsScraped(int) - Method in interface com.screenscraper.scraper.RunningScrapingSession
Sets the number of error records scraped.
setNumErrorRecordsScraped(int) - Method in class com.screenscraper.scraper.ScrapingSession
 
setNumMessagesToSave(int) - Method in class com.screenscraper.util.ScrapeStateLogger
Sets the number of messages that the web interface will save.
setNumNewRecordsScraped(int) - Method in interface com.screenscraper.scraper.RunningScrapingSession
Sets the number of new records scraped.
setNumNewRecordsScraped(int) - Method in class com.screenscraper.scraper.ScrapingSession
 
setNumProxiesToValidateConcurrently(int) - Method in class com.screenscraper.util.ProxyServerPool
Sets the number of proxies we can test concurrently.
setNumRecordsScraped(Object) - Method in interface com.screenscraper.scraper.RunningScrapingSession
Sets the number of records scraped for the primary data set corresponding to this scraping session.
setNumRecordsScraped(int) - Method in interface com.screenscraper.scraper.RunningScrapingSession
Sets the number of records scraped for the primary data set corresponding to this scraping session.
setNumRecordsScraped(Object) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the number of records scraped for the primary data set corresponding to this scraping session.
setNumRecordsScraped(Object, boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the number of records scraped for the primary data set corresponding to this scraping session.
setNumRecordsScraped(int) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the number of records scraped for the primary data set corresponding to this scraping session.
setNumRecordsScraped(int, boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the number of records scraped for the primary data set corresponding to this scraping session.
setNumRequestsPerProxy(int) - Method in class com.screenscraper.util.ProxyServerPool
Sets the number of subsequent requests that should be made for each proxy server.
setNumUpdatedRecordsScraped(int) - Method in interface com.screenscraper.scraper.RunningScrapingSession
Sets the number of duplicate records scraped.
setNumUpdatedRecordsScraped(int) - Method in class com.screenscraper.scraper.ScrapingSession
 
setObject(int, Object, int) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setObject(int, Object) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setObject(int, Object, int, int) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setObjectBytes(long) - Method in class com.screenscraper.profiling.TrackedObject
Sets the number of bytes used by this object
setObjectSequence(int) - Method in class com.screenscraper.GlobalSearchResult
 
setObjectType(String, DataObject.ObjectType) - Method in interface com.screenscraper.datamanager.RelationalSchema
Sets the object type of the column.
setObjectType(String, DataObject.ObjectType) - Method in class com.screenscraper.datamanager.skeleton.BasicSchema
 
setOffset(int) - Method in class com.screenscraper.datamanager.sql.util.SqlLookup
set the offset of the query
setOrderDirection(int) - Method in class com.screenscraper.datamanager.sql.util.SqlLookup
set the order by direction (ascending or descending)
setOriginatorEdition(int) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the edition of screen-scraper in which the scraping session was created.
setOuterHTML(String) - Method in class com.screenscraper.util.parsing.table.Cell
 
setOuterHTML(String) - Method in class com.screenscraper.util.parsing.table.Row
Sets the OuterHTML for the object
setOutputLogFiles(boolean) - Method in class com.screenscraper.scraper.RemoteScrapingSession
Indicates whether or not log files should be output.
setOverwriteOnImport(boolean) - Method in class com.screenscraper.scraper.Script
Determines whether or not this script should be overwritten on import.
setOwner(ScriptInstancesContainer) - Method in class com.screenscraper.scraper.ScriptInstances
Sets the owner of the script instances.
setOwnerName(String) - Method in class com.screenscraper.scraper.ScriptInstances
 
setOwnerType(String) - Method in class com.screenscraper.scraper.ScriptInstances
 
setPageValidator(PdfPageValidator) - Method in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulatorBuilder
Used to determine if the current page should be discarded or kept.
setParameter(Parameter) - Method in class com.screenscraper.view.languagesupport.javadoc.VariableDocumentation
Sets the documented parameter.
setParametersFromForm(Form) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the parameters for a ScrapeableFile to the values in the form object.
setParentController(AbstractController) - Method in class com.screenscraper.hmvc.AbstractController
Sets the parent controller of this controller.
setParentFolder(Folder) - Method in class com.screenscraper.model.Folder
Sets the parent folder.
setParentScrapingSession(ScrapingSession) - Method in class com.screenscraper.scraper.ScrapingSession
If this scraping session was invoked as a RunnableScrapingSession this sets its parent.
setParentScrapingSessionNotifiable(ScrapingSessionNotifiable) - Method in class com.screenscraper.scraper.FileScrapingSessionNotifiable
Holds a parent ScrapingSessionNotifiable that messages should be propagated to.
setParentScrapingSessionNotifiable(ScrapingSessionNotifiable) - Method in class com.screenscraper.scraper.ScrapingSessionNotifiableImpl
Holds a parent ScrapingSessionNotifiable that messages should be propagated to.
setParser(String, DataObject.ValueParser) - Method in interface com.screenscraper.datamanager.RelationalSchema
Sets a custom parser used to parse the data for the specified column
setParser(String, DataObject.ValueParser) - Method in class com.screenscraper.datamanager.skeleton.BasicSchema
 
setPatternText(String) - Method in class com.screenscraper.scraper.ExtractorPattern
Sets the value.
setPercent(double) - Method in class com.screenscraper.util.ProgressBar
Sets the progress of the scrape as a percentage.
setPingOnSameRecordCount(boolean) - Method in class com.screenscraper.util.internal.services.iterator.IteratorClient
Sets the client to send pings to the server even if the session hasn't found any new records since the last ping.
setPollFrequency(int) - Method in class com.screenscraper.scraper.RemoteScrapingSession
Sets the frequency in seconds with which screen-scraper should be polled for data.
setPoolable(boolean) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setPoolFile(File) - Method in class com.screenscraper.util.ProxyServerPool
Sets the file used to populate the pool.
setPoolFile(String) - Method in class com.screenscraper.util.ProxyServerPool
Sets the path to the file used to populate the pool.
setPort(int) - Method in class com.screenscraper.httpeek.HTTPSession
Sets the port.
setPort(int) - Method in class com.screenscraper.util.ProxyServer
Sets the port.
setPostColumnsPageValidator(PdfPageValidator) - Method in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulatorBuilder
Used to determine if the current page should be discarded or kept.
setPOSTData(String) - Method in class com.screenscraper.common.HTTPRequest
Sets the POST data.
setPostData(String) - Method in class com.screenscraper.ie.InternetExplorer
 
setPostData(String) - Method in class com.screenscraper.jrex.JRexBrowser
 
setPredeterminedColumnLocations(int[]) - Method in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulatorBuilder
Array of the left value for each column.
setPredeterminedColumnLocations(Collection<Integer>) - Method in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulatorBuilder
Collection of the left value for each column.
setPredeterminedColumnLocationsAndWidths(Map<Integer, Integer>) - Method in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulatorBuilder
Map of column locations and widths to use (don't try to calculate them)
setPreloaded() - Method in class com.screenscraper.util.internal.services.iterator.model.IteratorInstance
 
setPreserveFontFaceInformation(boolean) - Method in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulatorBuilder
Flag to indicate the desire to preserve font face information as additional tag attributes on each element
setPreserveImages(boolean) - Method in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulatorBuilder
Sets whether or not image tags should be preserved in the output
setPreSortElementsBeforePageAndTextValidation(boolean) - Method in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulatorBuilder
Flag to indicate if sorting of elements should occur before the page and text validation code is run.
setPrettyOutput(boolean) - Method in class com.screenscraper.util.parsing.JSONSort
Sets the PrettyOutput for the object
setPreviousElapsedTime(long) - Method in class com.screenscraper.scraper.ScrapeableSession
Sets the elapsed time of the scrapeable session just prior to this one.
setPreviousNumRecordsScraped(int) - Method in class com.screenscraper.scraper.ScrapeableSession
Sets the number of records scraped of the scrapeable session just prior to this one.
setPreviousValuesOnScrapeableSessions() - Static method in class com.screenscraper.scraper.ScrapeableSessionManager
Iterates through the current set of ScrapeableSession objects, setting the "previous" values on each.
setPrimaryKey(SchemaKey) - Method in interface com.screenscraper.datamanager.RelationalSchema
Sets the primary key for this schema
setPrimaryKey(SchemaKey) - Method in class com.screenscraper.datamanager.skeleton.BasicSchema
 
setPriority(Priority) - Method in class com.screenscraper.datamanager.sql.SqlDataManager.SqlDataManagerLogger
Deprecated.
setProgress(double) - Method in class com.screenscraper.util.ProgressBar
Sets the current number in the progress
setProgress(double, double) - Method in class com.screenscraper.util.ProgressBar
Sets the current progress and total counts
setProxyCountry(String) - Method in class com.screenscraper.util.internal.services.proxyservice.LuminatiProxyManager
Sets the country code proxies should come from
setProxyFilter(int, String, boolean, String) - Static method in class com.screenscraper.business.BHTTPSession
Saves a proxy filter to the database.
setProxyFilter(int, String, boolean, String) - Static method in class com.screenscraper.data.DHTTPSession
Saves a proxy filter to the database.
setProxyFilterID(int) - Method in class com.screenscraper.model.ProxyFilter
Sets the database ID of the proxy filter.
setProxySearchResult(ProxySearchResult) - Method in class com.screenscraper.GlobalSearchResult
 
setProxyServer(ScrapingProxy) - Method in class com.screenscraper.http.AbstractScrapingHttpClient
Sets a proxy server to use for future requests
setProxyServer(ScrapingProxy) - Method in interface com.screenscraper.http.ScrapingHttpClient
Sets a proxy server to use for future requests
setProxyServerPool(ProxyServerPool) - Method in class com.screenscraper.scraper.ScrapingSession
Gets the current ProxyServerPool object, used to cycle through a pool of proxies.
setProxyServers(Collection<ProxyServer>) - Method in class com.screenscraper.util.ProxyServerPool
Sets the proxies as a Collection.
setProxySettingsOnHttpClient(HttpClient, HostConfiguration) - Static method in class com.screenscraper.util.General
Sets proxy settings on the client using the default proxy settings.
setPV(long) - Static method in class com.screenscraper.data.DScrapingSession
Inserts a value into the PV column of control.
setQueryLogger(DataManagerDataSource.QueryLogger) - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource
Sets the QueryLogger for the object, which is used for gathering information about all queries run on the data source
setQueryTimeout(int) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setRandomizeUserAgent(boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Sets whether or not the user agent should be randomized.
setRawResponse(byte[]) - Method in class com.screenscraper.http.models.ScrapingResponse.Builder
 
setRawResponse(InputStream) - Method in class com.screenscraper.http.models.ScrapingResponse.Builder
 
setRawResponse(byte[]) - Method in class com.screenscraper.http.models.ScrapingResponse.SynchronizedBuilder
 
setRawResponse(InputStream) - Method in class com.screenscraper.http.models.ScrapingResponse.SynchronizedBuilder
 
setReadOnly(boolean) - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.ManagedConnection
 
setReadOnly(boolean) - Static method in class com.screenscraper.util.DataMain
Sets the connection read-only state of the connection.
setRedirectRequestBuilder(ScrapingRequest.Builder) - Method in class com.screenscraper.events.scrapeablefile.ScrapeableFileEventDataBuilder
 
setRedirectToURL(String) - Method in class com.screenscraper.events.scrapeablefile.ScrapeableFileEventDataBuilder
 
setRef(int, Ref) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setReferer(String) - Method in class com.screenscraper.ie.InternetExplorer
 
setReferer(String) - Method in class com.screenscraper.jrex.JRexBrowser
 
setReferer(URL) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the URL that should be used for the referer HTTP header when scraping this file.
setReferer(String) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the URL as a string that should be used for the referer HTTP header when scraping this file.
setRegularExpression(int, String, String, String) - Static method in class com.screenscraper.business.BRegularExpression
Saves a regular expression to the database.
setRegularExpression(int, String, String, String) - Static method in class com.screenscraper.data.DRegularExpression
Saves a regular expression to the database.
setRegularExpression(String) - Method in class com.screenscraper.scraper.ExtractorPatternToken
Used to specify a regular expression to do the extracting, rather than relying on the app to generate one.
setRegularExpressionID(int) - Method in class com.screenscraper.model.RegularExpression
Sets the database ID of the regular expression.
setRelativeRecordsScrapedThreshold(int) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the records scraped threshold to use for the scraping session.
setRelativeTimeThreshold(int) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the time threshold to use for the scraping session.
setRemoteUrl(String) - Method in class com.screenscraper.datamanager.sql.SshDataSource
Deprecated.
Sets the remote url you wish to connect to
setRemoveEmptyTextElements(boolean) - Method in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulatorBuilder
Flag to indicate whether empty (and whitespace only) text elements should be removed automatically
setRemoveItemsNotInColumns(boolean) - Method in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulatorBuilder
Flag to indicate to remove text elements that don't fit into a column (when column splitting is enabled)
setRemoveLogFileOnCompletion(boolean) - Method in class com.screenscraper.scraper.ScrapeableSession
Sets whether or not the log file should be removed when the scraping session completes.
setReplaceHTMLEntities(boolean) - Method in class com.screenscraper.scraper.ExtractorPatternToken
Indicates whether HTML Entities should be replaced in the pattern
setRepopulateThreshold(int) - Method in class com.screenscraper.util.ProxyServerPool
Sets the threshold that should be used when determining whether or not to repopulate.
setRequestEntity(String) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the request entity to be used in lieu of POST data.
setRequestHandler(IssuedRequestHandler) - Static method in class com.screenscraper.util.javascript.models.utility.ThreadLocalCache
 
setRequestLine(String, URL, String) - Method in class com.screenscraper.common.HTTPRequest
Sets the request line params.
setRequestLine(String, String, String) - Method in class com.screenscraper.common.HTTPRequest
Sets the request line params.
setRequestLine(String) - Method in class com.screenscraper.common.HTTPRequest
Sets the request line.
setRequestLine(String, String, String) - Method in interface com.screenscraper.common.RunningHTTPRequest
Sets the request line params.
setRequestsPerProxyIp(int) - Method in class com.screenscraper.util.internal.services.proxyservice.LuminatiProxyManager
Sets how many requests should be allowed from a given proxy ip before it is discarded
setRequiredSystemProperties() - Static method in class com.screenscraper.util.General
Sets system properties needed globally.
setResetOnCompletion(boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Determines whether or not the session should be reset once it completes.
setResetReferrerBeforeRescrape(boolean) - Method in class com.screenscraper.util.retry.AbstractRetryPolicy
Sets whether or not this policy requests session variables to be reset before a rescrape is attempted
setResetSessionVariablesBeforeRescrape(boolean) - Method in class com.screenscraper.util.retry.AbstractRetryPolicy
Sets whether or not this policy requests session variables to be reset before a rescrape is attempted
setResolveRelativeURL(boolean) - Method in class com.screenscraper.scraper.ExtractorPatternToken
Indicates whether a relative url should be changed to a complete URL
setResortBlocksRowOrder(Boolean) - Method in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulatorBuilder
Flag to indicate that after whitespace has separated things into blocks, and the block merger has run, elements inside the block should be resorted.
setResourceBundle(ResourceBundle) - Method in class com.screenscraper.datamanager.sql.SqlDataManager.SqlDataManagerLogger
See the Logger documentation for this method
setResponseBodyOutputStream(OutputStream) - Method in class com.screenscraper.http.models.ScrapingRequest.Builder
Sets the response body output stream for the object.
setResponseTime(long) - Method in class com.screenscraper.util.ProxyServer
Sets the amount of time it took for the HTTP response to return when this proxy was filtered.
setRetainNonTidiedHTML(boolean) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets whether or not the tidied HTML should be retained.
setRetainNonTidiedHTML(boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Sets whether or not the tidied HTML should be retained for all of the scrapeable files in this session.
setRetryPolicy(RetryPolicy) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets a Retry Policy that will be run to check if a page should be re-downloaded or not.
setRootElement(Element) - Method in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfToHtmlParseData
Sets the RootElement for the object
setRowId(int, RowId) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setRunLookupIfFieldHasNull(boolean) - Method in class com.screenscraper.datamanager.sql.SqlDuplicateFilter
Sets the RunLookupIfFieldHasNull for the object
setRunMode(int) - Static method in class com.screenscraper.Settings
Sets the current run mode, as defined by one of the RUN_MODE constants defined in this class.
setRunningHTTPRequest(RunningHTTPRequest) - Method in class com.screenscraper.scraper.ScriptContext
Set the current HTTPRequest.
setRunningHTTPResponse(RunningHTTPResponse) - Method in class com.screenscraper.scraper.ScriptContext
Set the current HTTPResponse.
setRunningScrapeableFile(RunningScrapeableFile) - Method in class com.screenscraper.scraper.ScriptContext
Set the current ScrapeableFile.
setRunningScrapingSession(RunningScrapingSession) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the current running scraping session.
setRunOnFail(Runnable) - Method in class com.screenscraper.util.retry.StandardRetryPolicy
Sets a runnable that will run if the file has an error
setSaveInSessionVariable(boolean) - Method in class com.screenscraper.scraper.ExtractorPatternToken
Determines whether or not the data extracted by this token should be saved in a session variable.
setSavepoint() - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.ManagedConnection
 
setSavepoint(String) - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.ManagedConnection
 
setScheduledScrapingSession(ScheduledScrapingSession) - Static method in class com.screenscraper.business.BScrapingSession
Saves a ScheduledScrapingSession to the database.
setScheduledScrapingSession(ScheduledScrapingSession) - Static method in class com.screenscraper.data.DScrapingSession
Saves a ScheduledScrapingSession to the database.
setScheduledScrapingSession(HashMap) - Method in interface com.screenscraper.services.ScrapingSessionService
 
setScheduledScrapingSession(HashMap, AsyncCallback) - Method in interface com.screenscraper.services.ScrapingSessionServiceAsync
 
setSchema(String) - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.ManagedConnection
 
setSchemaName(String) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Sets the SchemaName for the object (this is largely for PostgreSQL where you can have a single database with multiple schemas, each with tables in them)
setScrapeableFile(ScrapeableFile) - Method in class com.screenscraper.action.NavigationAction
Sets the scrapeable file containing this action.
setScrapeableFile(int, int, String, String, int, String, String, String, String, boolean, int, String, int) - Static method in class com.screenscraper.business.BScrapingSession
Saves a scrapeable file to the database.
setScrapeableFile(int, int, String, String, int, String, String, String, String, boolean, int, String, int) - Static method in class com.screenscraper.data.DScrapingSession
Saves a scrapeable file to the database.
setScrapeableFile(ScrapeableFile) - Method in class com.screenscraper.events.extractor.ExtractorPatternEventDataBuilder
 
setScrapeableFile(ScrapeableFile) - Method in class com.screenscraper.events.scrapeablefile.ScrapeableFileEventDataBuilder
 
setScrapeableFile(ScrapeableFile) - Method in class com.screenscraper.events.script.ScriptEventDataBuilder
 
setScrapeableFile(ScrapeableFile) - Method in class com.screenscraper.model.TableModelParameters
Sets the scrapeable file that contains the parameters.
setScrapeableFile(ScrapeableFile) - Static method in class com.screenscraper.util.javascript.models.utility.ThreadLocalCache
 
setScrapeableFile(ScrapeableFile) - Method in class com.screenscraper.util.retry.AbstractRetryPolicy
Sets the scrapeable file this policy will use to get the downloaded content
setScrapeableFile(ScrapeableFile) - Method in class com.screenscraper.util.retry.MultiplePolicyRetryPolicy
 
setScrapeableFileID(int) - Method in class com.screenscraper.common.HTTPParameter
Sets the scrapeable file ID of the scrapeable file associated with thi HTTP parameter.
setScrapeableFileID(int) - Method in class com.screenscraper.scraper.ExtractorPattern
Sets the scrapeable file ID of the scrapeable file associated with this extractor pattern.
setScrapeableFileID(int) - Method in class com.screenscraper.scraper.ScriptInstance
Sets the ID of the scrapeable file associated with this script instance.
setScrapeableFileNotifiable(ScrapeableFileNotifiable) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the file that will be notified as speciifc pieces of data in this object get updated.
setScrapeableFileParameters(ScrapeableFile) - Method in class com.screenscraper.util.form.Form
Sets the parameters on a scrapeable file to the input values as determined by the current form settings
setScrapeableFiles(HashSet) - Method in class com.screenscraper.scraper.ScrapingSession
Sets all scrapeable files.
setScrapeableSession(ScrapeableSession) - Static method in class com.screenscraper.business.BScrapingSession
Saves a ScrapeableSession to the database.
setScrapeableSession(ScrapeableSession) - Static method in class com.screenscraper.data.DScrapingSession
Saves a ScrapeableSession to the database.
setScrapeableSessionStatus(ScrapingSession, String) - Static method in class com.screenscraper.scraper.ScrapeableSessionManager
Sets the status for a ScrapeableSession if one is found.
setScrapeCacher(FileCacher) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the cacher that will be used for this session.
setScrapingSession(int, String, int, int, int, String, String, String, String, String, String, String, String, boolean, int, String, boolean, boolean, int, int, int, String, String, String, boolean, String) - Static method in class com.screenscraper.business.BScrapingSession
Saves a scraping session to the database.
setScrapingSession(int, String, int, int, int, String, String, String, String, String, String, String, String, boolean, int, String, boolean, boolean, int, int, int, String, String, String, boolean, String) - Static method in class com.screenscraper.data.DScrapingSession
Saves a scraping session to the database.
setScrapingSession(ScrapingSession) - Method in class com.screenscraper.scraper.ScheduledScrapingSession
Sets a reference to the scraping session corresponding to this object.
setScrapingSession(ScrapingSession) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the scraping session to be associated with this scrapeable file.
setScrapingSession(ScrapingSession) - Method in class com.screenscraper.scraper.ScrapeableSession
If the session is in progress, this will set a reference to the corresponding session.
setScrapingSession(ScrapingSession) - Method in class com.screenscraper.scraper.Scraper
Sets the ScrapingSession this scraper scrapes data for.
setScrapingSession(ScrapingSession) - Static method in class com.screenscraper.util.javascript.models.utility.ThreadLocalCache
 
setScrapingSession(ScrapingSession) - Method in class com.screenscraper.util.retry.AbstractRetryPolicy
Sets the scraping session for this policy to access, if need be
setScrapingSession(ScrapingSession) - Method in class com.screenscraper.util.retry.MultiplePolicyRetryPolicy
 
setScrapingSessionID(int) - Method in class com.screenscraper.scraper.ScrapeableSession
Sets the database ID of the scraping session corresponding to this object.
setScrapingSessionID(int) - Method in class com.screenscraper.scraper.ScriptInstance
Sets the ID of the scraping session associated with this script instance.
setScrapingSessionNotifiable(ScrapingSessionNotifiable) - Method in class com.screenscraper.scraper.RunnableScrapingSession
Sets the object the scraping session will use to notify its progress of.
setScrapingSessionNotifiable(ScrapingSessionNotifiable) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the object the scrapeable file will use to notify its progress of.
setScrapingSessionNotifiable(ScrapingSessionNotifiable) - Method in class com.screenscraper.scraper.Scraper
Sets the object the scraper will use to notify its progress of.
setScrapingSessionNotifiable(ScrapingSessionNotifiable) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the object the scraping session will use to notify its progress of.
setScrapingSessionNotifiable(ScrapingSession, ScrapingSessionNotifiable) - Method in enum com.screenscraper.scraper.ScrapingSessionManager
This method gives all scraping sessions (current, running, or runnable) matching the one passed in a reference to the given notifiable.
setScrapingSessionNotifiable(ScrapingSessionNotifiable) - Method in class com.screenscraper.util.ProxyServerPool
Sets the ScrapingSessionNotifiable to be used.
setScrapingSessionState(ScrapingSessionState) - Method in class com.screenscraper.httpeek.HTTPSession
Explicitly sets the state variable for the session.
setScrapingSessionState(ScrapingSessionState) - Method in class com.screenscraper.scraper.ScrapingSession
Explicitly sets the state variable for the session.
setScrapingSessionState(ScrapingSessionState) - Method in class com.screenscraper.view.BreakpointFrame.TableModelSessionVariables
Sets the ScrapingSessionState that contains the variables.
setScript(int, String, String, String, int, boolean) - Static method in class com.screenscraper.business.BScrapingSession
Saves a script to the database.
setScript(int, String, String, String, int, boolean) - Static method in class com.screenscraper.data.DScrapingSession
Saves a script to the database.
setScript(Script) - Method in class com.screenscraper.scraper.ScriptContext
Sets the script that should be executed.
setScript(Script) - Method in class com.screenscraper.scraper.ScriptInstance
Sets the script.
setScriptContext(ScriptContext) - Method in class com.screenscraper.util.retry.AbstractRetryPolicy
Sets the current script context
setScriptContext(ScriptContext) - Method in class com.screenscraper.view.BreakpointFrame.TableModelLocalVariables
Sets the ScriptContext that contains the variables.
setScriptException(Exception) - Method in class com.screenscraper.events.script.ScriptEventDataBuilder
 
setScriptInstance(int, int, int, int, int, int, int, boolean) - Static method in class com.screenscraper.business.BScrapingSession
Saves a script instance to the database.
setScriptInstance(int, int, int, int, int, int, int, boolean) - Static method in class com.screenscraper.data.DScrapingSession
Saves a script instance to the database.
setScriptInstances(ScriptInstances) - Method in class com.screenscraper.httpeek.HTTPSession
Sets the script instances to be associated with this scrapeable file.
setScriptInstances(ScriptInstances) - Method in class com.screenscraper.model.TableModelScriptInstances
Sets the ArrayList that contains the script instances.
setScriptInstances(ScriptInstances) - Method in class com.screenscraper.scraper.ExtractorPattern
Sets the script instances to be associated with this scrapeable file.
setScriptInstances(ScriptInstances) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the script instances to be associated with this scrapeable file.
setScriptInstances(ScriptInstances) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the script instances to be associated with this scrapeable file.
setScriptInstances(TreeSet) - Method in class com.screenscraper.scraper.ScriptInstances
Sets all script instances held by this object.
setScriptInstances(ScriptInstances) - Method in interface com.screenscraper.scraper.ScriptInstancesContainer
Sets the script instances to be associated with this scrapeable file.
setScriptName(String) - Method in class com.screenscraper.events.script.ScriptEventDataBuilder
 
setScriptOnFail(String) - Method in class com.screenscraper.util.retry.StandardRetryPolicy
Sets the script that will run if there is an error on the page
setScriptText(String) - Method in class com.screenscraper.scraper.Script
Gets the text of the script to be run.
setScrollCount(int) - Method in class com.screenscraper.view.MenuScroller
Sets the number of items in the scrolling portion of the menu.
setScrollerFor(JMenu) - Static method in class com.screenscraper.view.MenuScroller
Registers a menu to be scrolled with the default number of items to display at a time and the default scrolling interval.
setScrollerFor(JPopupMenu) - Static method in class com.screenscraper.view.MenuScroller
Registers a popup menu to be scrolled with the default number of items to display at a time and the default scrolling interval.
setScrollerFor(JMenu, int) - Static method in class com.screenscraper.view.MenuScroller
Registers a menu to be scrolled with the default number of items to display at a time and the specified scrolling interval.
setScrollerFor(JPopupMenu, int) - Static method in class com.screenscraper.view.MenuScroller
Registers a popup menu to be scrolled with the default number of items to display at a time and the specified scrolling interval.
setScrollerFor(JMenu, int, int) - Static method in class com.screenscraper.view.MenuScroller
Registers a menu to be scrolled, with the specified number of items to display at a time and the specified scrolling interval.
setScrollerFor(JPopupMenu, int, int) - Static method in class com.screenscraper.view.MenuScroller
Registers a popup menu to be scrolled, with the specified number of items to display at a time and the specified scrolling interval.
setScrollerFor(JMenu, int, int, int, int) - Static method in class com.screenscraper.view.MenuScroller
Registers a menu to be scrolled, with the specified number of items to display in the scrolling region, the specified scrolling interval, and the specified numbers of items fixed at the top and bottom of the menu.
setScrollerFor(JPopupMenu, int, int, int, int) - Static method in class com.screenscraper.view.MenuScroller
Registers a popup menu to be scrolled, with the specified number of items to display in the scrolling region, the specified scrolling interval, and the specified numbers of items fixed at the top and bottom of the popup menu.
setSelected(boolean) - Method in class com.screenscraper.util.form.Select.Option
 
setSelectedIndex(int) - Method in class com.screenscraper.util.form.Select
Sets the selected index of the option, 0 based
setSequence(int) - Method in class com.screenscraper.action.NavigationAction
Sets the sequence of the navigation action.
setSequence(int) - Method in class com.screenscraper.common.HTTPParameter
Sets the sequence with which the parameter should be sent.
setSequence(int) - Method in class com.screenscraper.httpeek.HTTPTransaction
Sets the sequence of this session.
setSequence(int) - Method in class com.screenscraper.scraper.ExtractorPattern
Sets the sequence with which the parameter should be sent.
setSequence(int) - Method in class com.screenscraper.scraper.ExtractorPatternToken
Sets the sequence in which the script should appear.
setSequence(int) - Method in class com.screenscraper.scraper.Mapping
Sets the sequence of the mapping in the set.
setSequence(int) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the sequence with which the parameter should be sent.
setSequence(int) - Method in class com.screenscraper.scraper.ScriptInstance
Sets the sequence in which the script should be run.
setSequencesOnScriptInstanceObjects() - Method in class com.screenscraper.scraper.ScriptInstances
Sets the sequence value on each of the script instances based on the order indicated by the tree set.
setSession(ScrapingSession) - Method in class com.screenscraper.events.extractor.ExtractorPatternEventDataBuilder
 
setSession(ScrapingSession) - Method in class com.screenscraper.events.scrapeablefile.ScrapeableFileEventDataBuilder
 
setSession(ScrapingSession) - Method in class com.screenscraper.events.script.ScriptEventDataBuilder
 
setSession(ScrapingSession) - Method in class com.screenscraper.events.session.SessionEventDataBuilder
 
setSessionObject(boolean) - Method in class com.screenscraper.view.languagesupport.CompletionWrapper
Sets whether or not this is a completion for the session object
setSessionVariableOnScrapeableSession(String, String, String) - Method in interface com.screenscraper.services.ScrapingSessionService
 
setSessionVariableOnScrapeableSession(String, String, String, AsyncCallback) - Method in interface com.screenscraper.services.ScrapingSessionServiceAsync
 
setSessionVariablesFromMap(Map<Object, Object>, boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the value of all session variables that that match the keys in the Map to the values in the Map.
setShort(int, short) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setShouldBreakpoint(boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Sets whether or not the session should breakpoint at the next opportunity
setShouldFailPattern(String) - Method in class com.screenscraper.util.retry.StandardRetryPolicy
Sets a Regex that shouldn't match.
setShouldHideWrapNotifications(boolean) - Static method in class com.screenscraper.Settings
Sets the "HideTextWrapNotifications" property to the given value.
setShouldHighlightSyntax(boolean) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the boolean representing whether or not the HTML on the Last Response pane should be syntax highlighted to the given value.
setShouldMatchPattern(String) - Method in class com.screenscraper.util.retry.StandardRetryPolicy
Sets a Regex that should match.
setShouldSaveCountInFileName(boolean) - Method in class com.screenscraper.util.FileCacher
Sets whether or not to include the current cached page number in the file name.
setShouldSaveLogs(boolean) - Method in class com.screenscraper.util.FileCacher
Sets the log saving behavior.
setSignatureCalculator(SignatureCalculator) - Method in class com.screenscraper.http.AsyncScrapingHttpClient2.SharedAsyncHttpClient
 
setSingleThreadWrite() - Method in class com.screenscraper.datamanager.sql.SqlDataManager
disables database writing to be done in its own thread.
setSize(int) - Method in class com.screenscraper.util.images.decaptcher_api.CCPictDescr
 
setSize(int) - Method in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
setSOAPPort(int) - Static method in class com.screenscraper.Settings
Sets the port that SOAP listens on in both the screen-scraper properties and in the LWS conf file.
setSortElements(boolean) - Method in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulatorBuilder
Flag to indicate if sorting of elements should occur
setSortMethod(ProfileSort) - Method in class com.screenscraper.profiling.ObjectMemoryProfile
Sets the sort method for class details
setSortRowOrder(boolean) - Method in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulatorBuilder
Flag to indicate sorting rows over columns if split into columns.
setSplashImage(ImageIcon) - Method in class com.screenscraper.view.AboutScreen
 
setSplashImage(ImageIcon) - Method in class com.screenscraper.view.SplashScreen
 
setSplitIntoColumns(boolean) - Method in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulatorBuilder
Flag to indicate trying to split into columns (and add a column attribute)
setSqlAutoCommit(boolean) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Sets whether or not this data manager should use auto commit (each statement is it's own transaction)
setSQLXML(int, SQLXML) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setStartMatch(int) - Method in class com.screenscraper.common.DataRecord
Sets the start location the extractor for this data record matched at.
setStartPoint(int) - Method in class com.screenscraper.GlobalSearchResult
 
setStartPoint(int) - Method in class com.screenscraper.httpeek.ProxySearchResult
Sets the start point of the found text.
setStartTime(long) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the starting time to given value which is in milliseconds.
setState(String) - Method in class com.screenscraper.util.parsing.address.Address
Sets the state
setStaticDataMember(Class<?>, String, Object) - Static method in class com.screenscraper.profiling.ReflectionUtils
Gets the static data member off a given object.
setStatus(String) - Method in class com.screenscraper.scraper.ScrapeableSession
Sets the status of the session, as defined by one of the corresponding constants found in com.screenscraper.client.util.
setStatusCode(int) - Method in class com.screenscraper.http.models.ScrapingResponse.Builder
 
setStatusCode(int) - Method in class com.screenscraper.http.models.ScrapingResponse.SynchronizedBuilder
 
setStatusLine(String) - Method in class com.screenscraper.common.HTTPResponse
Sets the status line for the response.
setStatusLine(String) - Method in interface com.screenscraper.common.RunningHTTPResponse
Sets the status line for the response.
setStatusLine(String) - Method in class com.screenscraper.http.models.ScrapingResponse.Builder
 
setStatusLine(String) - Method in class com.screenscraper.http.models.ScrapingResponse.SynchronizedBuilder
 
setStatusMessage(String) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the status message that should be persisted to the database once the scraping session ends.
setStopScraping(boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Sets whether or not the session should stop scraping.
setStopScraping(boolean, StopScrapingCallType, String) - Method in class com.screenscraper.scraper.ScrapingSession
Sets whether or not the session should stop scraping.
setStopScrapingOnExtractorPatternTimeout(boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Sets whether or not scraping should stop in the event of an extractor pattern timeout
setStopScrapingOnMaxRequestAttemptsReached(boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Sets whether or not scraping should stop in the event of max request attempts reached.
setStopScrapingOnScriptError(boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Sets whether or not scraping should stop in the event of a script error.
setStreet(String) - Method in class com.screenscraper.util.parsing.address.Address
Sets the street
setString(int, String) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setString(String, String) - Method in class com.screenscraper.scraper.ScrapingSessionState
Sets the value of a session variable as a String.
setStripHTML(boolean) - Method in class com.screenscraper.scraper.ExtractorPatternToken
Determines whether or not HTML should be stripped
setSubject(String) - Method in class com.screenscraper.util.mail.EmailMessage
Sets the subject of the message
setSuiteOrApartment(String) - Method in class com.screenscraper.util.parsing.address.Address
Sets the suite or apartment
setTargetScrapeableFile(ScrapeableFile) - Method in class com.screenscraper.action.NavigationAction
Sets the target scrapeable file.
setTargetScrapeableFileName(String) - Method in class com.screenscraper.action.NavigationAction
 
setTerminateProxiesOnCompletion(boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Indicates whether or not proxies should be terminated on completion
setText(String) - Method in class com.screenscraper.view.LastResponseTextArea
 
setTextComponent(JTextComponent) - Method in class com.screenscraper.view.FindDialog
Sets the reference to the text component on which the dialog is operating.
setTextComponentToSearch(JTextComponent) - Method in class com.screenscraper.view.ViewMainFrame
Sets the text component to be searched by the find dialog box.
setTextToSearch(String) - Method in class com.screenscraper.GlobalSearchResult
 
setTextValidator(PdfTextValidator) - Method in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulatorBuilder
Used to determine if a given text element should be saved or not.
setThreadSafeClientConnManager(PoolingClientConnectionManager) - Method in class com.screenscraper.scraper.ScrapingHttpWebConnection
 
setTidyHTML(String) - Method in class com.screenscraper.scraper.ScrapeableFile
 
setTidyHTMLAsInt(int) - Method in class com.screenscraper.scraper.ScrapeableFile
Determines how the HTML is to be tidied.
setTime(int, Time) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setTime(int, Time, Calendar) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setTimeout(int) - Method in class com.screenscraper.ie.InternetExplorer
Sets the timeout.
setTimeout(int) - Method in class com.screenscraper.scraper.RemoteScrapingSession
Sets the timeout, in minutes, for the scraping session.
setTimeout(int) - Method in class com.screenscraper.scraper.RunnableScrapingSession
Sets the timeout, in minutes, for the scraping session.
setTimeout(int) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the timeout, in minutes, for the scraping session.
setTimeout(String, int) - Method in class com.screenscraper.scraper.SOAPInterface
Set the time out minutes of a scraping session to scrape.
setTimeout(int) - Method in class com.screenscraper.util.images.decaptcher_api.CCPictDescr
 
setTimeout(Runnable, Number, Object...) - Method in class com.screenscraper.util.javascript.models.dom.WindowModel
 
setTimestamp(int, Timestamp) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setTimeZone(String) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the time zone that will be used when using a method that returns a time formatted as a string, but doesn't take a time.
setTimeZone(TimeZone) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the time zone that will be used when using a method that returns a time formatted as a string, but doesn't take a time.
Settings - Class in com.screenscraper
 
Settings() - Constructor for class com.screenscraper.Settings
 
SettingsFrame - Class in com.screenscraper.view
 
SettingsFrame() - Constructor for class com.screenscraper.view.SettingsFrame
Constructs the settings frame.
SettingsFrame.CheckBoxListener - Class in com.screenscraper.view
Class that handles the checkboxes.
setTitle(String) - Method in class com.screenscraper.util.ProgressBar
Sets the title of this progress bar
setTokenType(CompletionTokenType) - Method in class com.screenscraper.view.languagesupport.CompletionWrapper
Sets the type of the token found at the given caret position
setTopFixedCount(int) - Method in class com.screenscraper.view.MenuScroller
Sets the number of items to fix at the top of the menu or popup menu.
setTotal(String) - Method in class com.screenscraper.util.ProgressBar
Sets the total for this progress bar
setTotal(double) - Method in class com.screenscraper.util.ProgressBar
Sets the total for this progress bar
setToValue(String) - Method in class com.screenscraper.scraper.Mapping
Sets the "to" value.
setTransactionIsolation(int) - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.ManagedConnection
 
setTrimWhiteSpace(boolean) - Method in class com.screenscraper.scraper.ExtractorPatternToken
Determines whether white space should be trimmed from the extracted value.
setType(String) - Method in class com.screenscraper.common.HTTPParameter
Sets the type of the parameter, as defined by one of the constants in this class.
setType(ScrapingRequest.Type) - Method in class com.screenscraper.http.models.ScrapingRequest.Builder
Sets the request type
setType(int) - Method in class com.screenscraper.util.images.decaptcher_api.CCPictDescr
 
setTypeMap(Map<String, Class<?>>) - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.ManagedConnection
 
setUnderlyingDocument(DocumentModel) - Method in class com.screenscraper.util.javascript.models.dom.WindowModel
Completes initialization (the document needs to know the window when built)
setUnicodeStream(int, InputStream, int) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
Deprecated.
setupAutoIncrementParentScrapeRecordsFromChild(ScrapingSession) - Method in class com.screenscraper.util.ScrapingUtil
Sets up events to automatically increment the records for a parent scrape when the current scrape changes records count.
setUpdateable() - Method in class com.screenscraper.datamanager.DataNode
if the writer supports it this will update the values instead of rewriting them, for example on a database it will call an UPDATE on a write that returns a duplicate.
setUpdateEnabled(String, boolean) - Method in class com.screenscraper.datamanager.skeleton.BasicDataManager
Sets all the nodes to be able to overwrite columns in the table with the new values when there is a primary key match.
setupMozilla() - Static method in class com.screenscraper.util.General
Sets up the Mozilla stuff.
SetupUtility - Class in com.screenscraper.util.javascript.models.utility
Class with methods for setting up other objects.
setURL(URL) - Method in class com.screenscraper.common.HTTPRequest
Sets the url.
setUrl(String) - Method in class com.screenscraper.datamanager.skeleton.cache.CachedPage.Builder
Sets the Url for the object
setUrl(String, int, String) - Method in class com.screenscraper.datamanager.sql.SshDataSource
Deprecated.
Use this instead of setUrl(String url).
setUrl(String) - Method in class com.screenscraper.datamanager.sql.SshDataSource
Deprecated.
 
setURL(int, URL) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
setUrl(String) - Method in class com.screenscraper.http.models.ScrapingRequest.Builder
Sets the url
setURL(String) - Method in class com.screenscraper.ie.InternetExplorer
 
setURL(String) - Method in class com.screenscraper.jrex.JRexBrowser
 
setURL(String) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the URL of the file to be scraped.
setURLToUseAsReferer(URL) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the URL that should be used for the referer HTTP header for scrapeable files subsequent to this one.
setUsedFields(Collection<String>) - Method in class com.screenscraper.util.internal.services.iterator.model.Iterator
 
setUseOnlySSLv3(boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Sets whether or not only SSLv3 should be used when connecting to remote servers.
setUsePlusForEncodedSpaces(boolean) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets whether or not + instead of %20 should be used to encode space characters.
setUseProxies(boolean) - Method in class com.screenscraper.util.internal.services.proxyservice.LuminatiProxyManager
Sets whether or not proxies should be used for future requests (allows toggling off as needed)
setUseProxyFromPool(boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Sets whether or not a proxy should be used for the current request(s).
setUserAgent(String) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets the user-agent to be used in HTTP requests.
setUserAgent(String) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the user-agent to be used in HTTP requests.
setUseServerCharacterSet(boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Sets whether the character set indicated by the server should be used.
setUseStrictMode(boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Determines whether or not strict mode should be used.
setv(String, Object) - Method in class com.screenscraper.scraper.ScrapingSession
Alias to setVariable.
setValidEndPoint(boolean) - Method in class com.screenscraper.view.languagesupport.javadoc.SimpleTrie
Sets whether or not this is a valid end point
setValidSeqencesString(String) - Method in class com.screenscraper.action.HtmlElementIdentifier
Sets a string representing the valid sequences.
setValue(String) - Method in class com.screenscraper.action.FormParameter
Sets the value portion of the parameter.
setValue(String) - Method in class com.screenscraper.action.HtmlElementIdentifier
Sets the value to look for in the attribute.
setValue(String) - Method in class com.screenscraper.common.HTTPHeader
Sets the value portion of the parameter.
setValue(String) - Method in class com.screenscraper.common.HTTPParameter
Sets the value portion of the parameter.
setValue(String) - Method in class com.screenscraper.common.XmlNode
Sets the value of the node.
setValue(String, Object) - Method in class com.screenscraper.util.form.Form
Sets the value for a given name, overwriting the value it contained before.
setValue(String) - Method in class com.screenscraper.util.form.Input
Sets the value for the input
setValue(int) - Method in class com.screenscraper.util.KeyValue
Sets the int value portion.
setValue(String) - Method in class com.screenscraper.util.KeyValue
Sets the string value portion.
setValueAt(Object, int, int) - Method in class com.screenscraper.httpeek.model.TableModelRequestHeaders
Sets the value at a certain row and column in the table.
setValueAt(Object, int, int) - Method in class com.screenscraper.httpeek.model.TableModelResponseHeaders
Sets the value at a certain row and column in the table.
setValueAt(Object, int, int) - Method in class com.screenscraper.httpeek.model.TableModelTransactions
Sets the value at a certain row and column in the table.
setValueAt(Object, int, int) - Method in class com.screenscraper.httpeek.view.ProxySearchResultsDisplayer.TableModelSearchResults
Sets the value at a certain row and column in the table.
setValueAt(Object, int, int) - Method in class com.screenscraper.model.TableModelExtractorPatternTokens
Sets the value at a certain row and column in the table.
setValueAt(Object, int, int) - Method in class com.screenscraper.model.TableModelFormParametersToSet
Sets the value at a certain row and column in the table.
setValueAt(Object, int, int) - Method in class com.screenscraper.model.TableModelMappingSet
Sets the value at a certain row and column in the table.
setValueAt(Object, int, int) - Method in class com.screenscraper.model.TableModelParameters
Sets the value at a certain row and column in the table.
setValueAt(Object, int, int) - Method in class com.screenscraper.model.TableModelScriptInstances
Sets the value at a certain row and column in the table.
setValueAt(Object, int, int) - Method in class com.screenscraper.view.BreakpointFrame.TableModelDataRecord
Sets the value at a certain row and column in the table.
setValueAt(Object, int, int) - Method in class com.screenscraper.view.BreakpointFrame.TableModelLocalVariables
Sets the value at a certain row and column in the table.
setValueAt(Object, int, int) - Method in class com.screenscraper.view.BreakpointFrame.TableModelSessionVariables
Sets the value at a certain row and column in the table.
setValueAt(Object, int, int) - Method in class com.screenscraper.view.DataSetFrame.TableModelDataSet
Sets the value at a certain row and column in the table.
setValueAt(Object, int, int) - Method in class com.screenscraper.view.GlobalSearchResultsDisplayer.TableModelSearchResults
Sets the value at a certain row and column in the table.
setValueAt(Object, int, int) - Method in class com.screenscraper.view.ProxyFiltersEditor.TableModelProxyFilters
Sets the value at a certain row and column in the table.
setValueAt(Object, int, int) - Method in class com.screenscraper.view.RegularExpressionsEditor.TableModelRegularExpressions
Sets the value at a certain row and column in the table.
setValueByText(String) - Method in class com.screenscraper.util.form.Select
Sets the value for this element based on the given text
setValueChecked(Object) - Method in class com.screenscraper.util.form.Button
 
setValueChecked(Object) - Method in class com.screenscraper.util.form.CheckBox
 
setValueChecked(Object) - Method in class com.screenscraper.util.form.ColorInput
 
setValueChecked(Object) - Method in class com.screenscraper.util.form.CustomInput
 
setValueChecked(Object) - Method in class com.screenscraper.util.form.DateInput
 
setValueChecked(Object) - Method in class com.screenscraper.util.form.DateTimeInput
 
setValueChecked(Object) - Method in class com.screenscraper.util.form.DateTimeLocalInput
 
setValueChecked(Object) - Method in class com.screenscraper.util.form.EmailInput
 
setValueChecked(Object) - Method in class com.screenscraper.util.form.File
 
setValueChecked(String, Object) - Method in class com.screenscraper.util.form.Form
Sets the value for a given name, overwriting the value it contained before.
setValueChecked(Object) - Method in class com.screenscraper.util.form.Input
Sets the value for the input.
setValueChecked(Object) - Method in class com.screenscraper.util.form.MonthInput
 
setValueChecked(Object) - Method in class com.screenscraper.util.form.NumberInput
 
setValueChecked(Object) - Method in class com.screenscraper.util.form.RadioButton
 
setValueChecked(Object) - Method in class com.screenscraper.util.form.Select
 
setValueChecked(Object) - Method in class com.screenscraper.util.form.TelephoneInput
 
setValueChecked(Object) - Method in class com.screenscraper.util.form.Text
 
setValueChecked(Object) - Method in class com.screenscraper.util.form.TextArea
 
setValueChecked(Object) - Method in class com.screenscraper.util.form.TimeInput
 
setValueChecked(Object) - Method in class com.screenscraper.util.form.URLInput
 
setValueChecked(Object) - Method in class com.screenscraper.util.form.WeekInput
 
setVariable(String, Object) - Method in class com.screenscraper.httpeek.HTTPSession
Sets the value of a session variable.
setVariable(String, Object) - Method in interface com.screenscraper.httpeek.RunningHTTPSession
Sets the value of a session variable
setVariable(String, Object) - Method in class com.screenscraper.scraper.RemoteScrapingSession
Sets a session variable on the remote scraping session.
setVariable(String, String) - Method in class com.screenscraper.scraper.RemoteScrapingSession
Sets a session variable on the remote scraping session.
setVariable(String, Object) - Method in class com.screenscraper.scraper.RunnableScrapingSession
Sets the value of a session variable
setVariable(String, Object) - Method in interface com.screenscraper.scraper.RunningScrapingSession
Sets the value of a session variable
setVariable(String, Object) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the value of a session variable.
setVariable(String, Object) - Method in class com.screenscraper.scraper.ScrapingSessionState
Sets the value of a session variable.
setVariable(String, String, String) - Method in class com.screenscraper.scraper.SOAPInterface
Set a variable within a scraping session.
setVariableName(String) - Method in class com.screenscraper.events.session.SessionEventDataBuilder
 
setVariables(Map<Object, Object>) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the value of all session variables that that match the keys in the Map to the values in the Map.
setVariables(Map<Object, Object>, boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the value of all session variables that that match the keys in the Map to the values in the Map.
setVariablesInScope(Map<String, Class>) - Method in class com.screenscraper.view.languagesupport.CompletionWrapper
Sets a map of the variables that are in scope at the given caret position.
setVariableValue(Object) - Method in class com.screenscraper.events.session.SessionEventDataBuilder
 
setVer(int) - Method in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
setVersion(Method) - Method in class com.screenscraper.view.languagesupport.CustomFunctionCompletion
 
setVersion(Constructor) - Method in class com.screenscraper.view.languagesupport.CustomFunctionCompletion
 
setVersion(int) - Method in class com.screenscraper.view.languagesupport.CustomFunctionCompletion
 
setView(AbstractView) - Method in class com.screenscraper.action.NavigationAction
Sets the view representing this navigation action.
setView(AbstractView) - Method in class com.screenscraper.hmvc.AbstractController
Sets the view associated with this controller.
setView(AbstractView) - Method in class com.screenscraper.scraper.ExtractorPattern
Sets the view representing this extractor pattern.
setWebClient(WebClient) - Method in class com.screenscraper.scraper.ScrapingSession
Sets the web client used in navigating.
setWhenToRun(int) - Method in class com.screenscraper.scraper.ScriptInstance
Sets when the script should be run.
setWhiteSpaceDividerHeightAmount(int) - Method in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulatorBuilder
Amount to consider as white space between elements (height wise).
setWillBeInvokedManually(boolean) - Method in class com.screenscraper.scraper.ExtractorPattern
Determines whether or not the pattern will be invoked manually from a script.
setWillBeInvokedManually(boolean) - Method in class com.screenscraper.scraper.ScrapeableFile
Sets whether or not this file will be invoked manually.
setWillBeInvokedManually(boolean) - Method in class com.screenscraper.view.ViewScrapeableFile
Handles setting the value of the "will be invoked manually" checkbox and anything that results from the state change.
setWindowModel(WindowModel) - Static method in class com.screenscraper.util.javascript.models.utility.ThreadLocalCache
 
setZipCode(String) - Method in class com.screenscraper.util.parsing.address.Address
Sets the zip code
setZipOnEnd(boolean) - Method in class com.screenscraper.util.FileCacher
Sets whether or not the cache should be compressed when everything is written to it
setZone(String) - Method in class com.screenscraper.util.internal.services.proxyservice.LuminatiProxyManager
Sets the Zone for the object
SharedAsyncHttpClient(CleanableReference<AsyncHttpClient>) - Constructor for class com.screenscraper.http.AsyncScrapingHttpClient2.SharedAsyncHttpClient
 
SharedHttpClient - Interface in com.screenscraper.http.util
Class Description
SharedHttpClientBase - Class in com.screenscraper.http.util
Base for a shared http client implementation
SharedHttpClientBase() - Constructor for class com.screenscraper.http.util.SharedHttpClientBase
 
SharedResourceUser - Class in com.screenscraper.http.util
Represents a shared http resource user
SharedResourceUser(String, ZonedDateTime) - Constructor for class com.screenscraper.http.util.SharedResourceUser
Creates the resource user
shouldBackUpInternalDb() - Static method in class com.screenscraper.Settings
Indicates whether or not the internal db should be automatically backed up.
shouldBeFiltered() - Method in class com.screenscraper.httpeek.HTTPTransaction
Indicates whether or not the transaction should be filtered according to its usefulness.
shouldBeFiltered(String) - Method in class com.screenscraper.model.ProxyFilter
Indicates whether or not the given URL should be filtered.
shouldBeFiltered(String) - Static method in class com.screenscraper.model.ProxyFilterManager
Indicates whether or not the given URL matches one of the filters.
shouldDelete() - Method in class com.screenscraper.datamanager.sql.SqlSchemaBuilder.ParsedSchema
 
shouldFilterByExcludedModifiers(int, boolean, int...) - Static method in class com.screenscraper.profiling.ReflectionUtils
Checks to see if the modifiers for a given object match at least one or possibly all the modifiers listed
shouldFilterByRequiredModifiers(int, boolean, int...) - Static method in class com.screenscraper.profiling.ReflectionUtils
Checks to see if the modifiers for a given object match at least one or possibly all the modifiers listed
shouldHideChildren() - Method in class com.screenscraper.util.objectlogger.LoggableValue
 
shouldLogErrors() - Method in class com.screenscraper.util.retry.AbstractRetryPolicy
 
shouldLogErrors() - Method in class com.screenscraper.util.retry.MultiplePolicyRetryPolicy
 
shouldLogErrors() - Method in interface com.screenscraper.util.retry.RetryPolicy
Returns true if errors should be logged to the log/web interface when they occur
shouldLogHighMemoryUse() - Static method in class com.screenscraper.Settings
Returns whether high memory use information should be logged.
shouldMerge(Element, Element) - Method in interface com.screenscraper.util.parsing.pdf.pdftohtml.PdfBlockMergeChecker
Checks if two blocks should be merged into one.
shouldPing() - Method in class com.screenscraper.util.internal.services.iterator.IteratorClient
Returns true if this client is in a state that it is allowed to ping, false otherwise
shouldStopScraping() - Method in class com.screenscraper.scraper.ScrapingSession
Indicates whether or not the session should stop scraping.
shouldVisitChild(Object, Object, String) - Method in class com.screenscraper.profiling.BlacklistedClassFieldProfilingFilter
 
shouldVisitChild(Object, Object, String) - Method in interface com.screenscraper.profiling.ProfilingFilter
Determines whether or not to visit the child given it's parent and the name of the field in the parent that the child came from
shouldVisitChild(Object, Object, String) - Method in class com.screenscraper.profiling.WhitelistedClassFieldProfilingFilter
 
shouldWrapLastRequestText() - Static method in class com.screenscraper.Settings
Indicates whether or not text in the last request text box should be wrapped.
shouldWrapLastResponseText() - Static method in class com.screenscraper.Settings
Indicates whether or not text in the last response text box should be wrapped.
shouldWrapScriptText() - Static method in class com.screenscraper.Settings
Indicates whether or not text in the script text box should be wrapped.
showBrowser() - Method in class com.screenscraper.common.help.HelpBrowser
Makes the browser visible.
showBusyCursor(Component) - Static method in class com.screenscraper.util.General
Changes the cursor to a busy cursor.
showCursor(Component, int) - Static method in class com.screenscraper.util.General
Changes the cursor to the given cursor.
showDefaultCursor(Component) - Static method in class com.screenscraper.util.General
Changes the cursor to the default cursor.
showMessageDialog(String, String) - Static method in class com.screenscraper.view.ViewUtil
Displays a generic message dialog box.
shutdown() - Method in class com.screenscraper.concurrent.TimedExecutorService
 
shutdown() - Static method in class com.screenscraper.ie.InternetExplorer
Terminates Internet Explorer support.
shutdown() - Method in class com.screenscraper.scraper.LWSServer
 
shutdown() - Method in enum com.screenscraper.scraper.ScrapingSessionManager
 
SHUTDOWN_USE_COUNT - Static variable in interface com.screenscraper.http.util.SharedHttpClient
At how many uses should the real shutdown happen.
shutdownDaemon() - Method in class com.screenscraper.httpeek.ServerDaemon
Shuts down the server.
shutdownDaemon() - Method in class com.screenscraper.scraper.ScrapingServer
Shuts down the server.
shutdownNow() - Method in class com.screenscraper.concurrent.TimedExecutorService
 
SimpleBrowser - Class in com.screenscraper.webbrowser
 
SimpleBrowser() - Constructor for class com.screenscraper.webbrowser.SimpleBrowser
 
SimpleHttpClient - Class in com.screenscraper.util.internal.services.util
Simple client for making http requests.
SimpleHttpClient.SimpleHttpClientBuilder - Class in com.screenscraper.util.internal.services.util
Builder used to create a simple http client
SimpleHttpClientBuilder() - Constructor for class com.screenscraper.util.internal.services.util.SimpleHttpClient.SimpleHttpClientBuilder
 
SimpleHttpResponse - Class in com.screenscraper.util.internal.services.util
Class Description
SimpleHttpResponse.SimpleHttpResponseBuilder - Class in com.screenscraper.util.internal.services.util
 
SimpleHttpResponseBuilder() - Constructor for class com.screenscraper.util.internal.services.util.SimpleHttpResponse.SimpleHttpResponseBuilder
Initializes a new builder
SimpleTrie<T,U> - Class in com.screenscraper.view.languagesupport.javadoc
A simple trie for efficiently storing objects with similar roots and leaves.
SimpleTrie() - Constructor for class com.screenscraper.view.languagesupport.javadoc.SimpleTrie
Creates a new trie
Site - Class in com.screenscraper.util.internal.services.depthtracker
Represents a site that can be run in
Site(APIConnection, JSONObject) - Constructor for class com.screenscraper.util.internal.services.depthtracker.Site
 
siteName(String) - Method in class com.screenscraper.util.internal.services.depthtracker.DepthTrackerClient.DepthTrackerClientBuilder
 
size() - Method in class com.screenscraper.common.DataSet
Same as getNumDataRecords.
size() - Method in class com.screenscraper.concurrent.ResizeableLinkedBlockingDeque
 
size() - Method in class com.screenscraper.concurrent.SynchronizedListAccessibleLock
 
size() - Method in class com.screenscraper.fileparser.DataGrid
 
size() - Method in class com.screenscraper.profiling.ObjectReferenceSet
 
size - Variable in class com.screenscraper.profiling.session.units.Measure
 
size() - Method in class com.screenscraper.util.internal.services.util.Tuple
Returns the size of the tuple
size() - Method in class com.screenscraper.util.javascript.models.dom.DOMNamedNodeMap
 
size() - Method in class com.screenscraper.util.javascript.models.dom.DOMNodeList
 
size() - Method in class com.screenscraper.util.javascript.models.ModelMapper
 
SIZEOF_CC_PACKET - Static variable in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
SIZEOF_CC_PICT_DESCR - Static variable in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
skip(long) - Method in class com.screenscraper.util.ContentLengthInputStream
Skips and discards a number of bytes from the input stream.
skipToValues(Object...) - Method in class com.screenscraper.util.suppliers.MultiObjectSupplier
Skips this forward until it reaches the specified value array (which it will then return with the next get call).
SOAPInterface - Class in com.screenscraper.scraper
 
SOAPInterface() - Constructor for class com.screenscraper.scraper.SOAPInterface
Constructs the SOAP Inteface.
SocketClient - Class in com.screenscraper.util.images.deathbycaptcha_api
Death by Captcha socket API client.
SocketClient(String, String) - Constructor for class com.screenscraper.util.images.deathbycaptcha_api.SocketClient
 
SOFTWARE_VENDOR_ID - Static variable in class com.screenscraper.util.images.deathbycaptcha_api.Client
 
solveReCaptcha2Captcha(String, String) - Method in class com.screenscraper.util.images.TwoCaptchaDecoder
Returns the solution to the given reCaptcha 2.0 captcha.
solveRotateCaptcha(Integer, File) - Method in class com.screenscraper.util.images.TwoCaptchaDecoder
Returns the solution to the given rotate captcha.
solveRotateCaptcha(Integer, File...) - Method in class com.screenscraper.util.images.TwoCaptchaDecoder
Returns the solution to the given rotate captcha.
solveTextCaptcha(String, String) - Method in class com.screenscraper.util.images.TwoCaptchaDecoder
Returns the solution to the given text captcha, using the specified instructions.
sortScrapeableSessions() - Static method in class com.screenscraper.scraper.ScrapeableSessionManager
Sorts the existing set of ScrapeableSession objects.
sortSet(Set<T>) - Method in class com.screenscraper.util.ScrapingUtil
Sorts the elements in a set into an ordered list
sortSet(Set<T>, boolean) - Method in class com.screenscraper.util.ScrapingUtil
Sorts the elements in a set into an ordered list
sortSet(Set<T>, Comparator<? super T>) - Method in class com.screenscraper.util.ScrapingUtil
Sorts the elements in a set into an ordered list
spawnProxyInstances(int) - Static method in class com.screenscraper.util.AnonymousProxyUtils
Sends a message to the server to spawn the given number of proxy instances.
spContent - Variable in class com.screenscraper.httpeek.view.ViewHTTPSession
The scroll pane that will hold the content text area.
spExtractorPatternPanels - Variable in class com.screenscraper.view.ViewScrapeableFile
The scroll pane that will hold the various pattern panels.
spFormParametersTable - Variable in class com.screenscraper.view.ViewNavigationAction
The scroll pane that will hold the table.
spHelpScreen - Variable in class com.screenscraper.common.help.HelpBrowser
Scroll pane that contains the editor pane.
splashScreen - Static variable in class com.screenscraper.util.Media
The splash screen image
SplashScreen - Class in com.screenscraper.view
 
SplashScreen() - Constructor for class com.screenscraper.view.SplashScreen
Creates a new SplashScreen
spMain - Variable in class com.screenscraper.view.ViewNavigationAction.NavigationActionDoerDisplayer
A scroll pane to hold the main panel.
spMappingTable - Variable in class com.screenscraper.view.ViewExtractorPattern.TokenEditor
 
spNavigationActionPanels - Variable in class com.screenscraper.view.ViewScrapeableFile
The scroll pane that will hold the various navigation action panels.
spParametersTable - Variable in class com.screenscraper.view.ViewScrapeableFile
The scroll pane that will hold the table.
spPostData - Variable in class com.screenscraper.httpeek.view.ViewHTTPSession
The scroll pane that will hold the POST data text box.
spRequest - Variable in class com.screenscraper.httpeek.view.ViewHTTPSession
The scroll pane that holds the request.
spRequest - Variable in class com.screenscraper.view.ViewScrapeableFile
Scroll pane that contains the text area.
spRequestHeaders - Variable in class com.screenscraper.httpeek.view.ViewHTTPSession
The scroll pane that will hold the request headers table.
spRequestOrResponse - Variable in class com.screenscraper.httpeek.view.ViewHTTPSession.RequestOrResponseScroller
 
spResponse - Variable in class com.screenscraper.httpeek.view.ViewHTTPSession
The scroll pane that holds the response.
spResponseHeaders - Variable in class com.screenscraper.httpeek.view.ViewHTTPSession
The scroll pane that will hold the response headers table.
spScrapedData - Variable in class com.screenscraper.view.ViewScrapeableFile
Scroll pane that contains the text area.
spScriptText - Variable in class com.screenscraper.view.ViewScript
 
spTextLog - Variable in class com.screenscraper.httpeek.view.ViewHTTPSession
Scroll pane that contains the text area.
spTextLog - Variable in class com.screenscraper.view.ViewScrapingSession
Scroll pane that contains the text area.
spTransactionsTable - Variable in class com.screenscraper.httpeek.view.ViewHTTPSession
The scroll pane that will hold the table.
spUpper - Variable in class com.screenscraper.httpeek.view.ViewHTTPSession
The upper and lower scroll panes.
SqlDatabaseSchema - Class in com.screenscraper.datamanager.sql
 
SqlDatabaseSchema() - Constructor for class com.screenscraper.datamanager.sql.SqlDatabaseSchema
 
SqlDatabaseSchema(SqlDatabaseSchema) - Constructor for class com.screenscraper.datamanager.sql.SqlDatabaseSchema
 
SqlDatabaseSchema.DatabaseSchemaAttr - Enum in com.screenscraper.datamanager.sql
 
SqlDataManager - Class in com.screenscraper.datamanager.sql
A DataManager specific to sql databases connected to with a jdbc driver via a BasicDataSource
SqlDataManager(DataSource) - Constructor for class com.screenscraper.datamanager.sql.SqlDataManager
Creates an SqlDataManager that uses the given data source to connect to the database
SqlDataManager(DataSource, ScrapingSession) - Constructor for class com.screenscraper.datamanager.sql.SqlDataManager
Creates an SqlDataManager that uses the given data source to connect to the database
SqlDataManager.SqlDataManagerLogger - Class in com.screenscraper.datamanager.sql
Wrapper for a log4j logger
SqlDataManagerLogger(Logger) - Constructor for class com.screenscraper.datamanager.sql.SqlDataManager.SqlDataManagerLogger
Crates the logger
SqlDataWriter - Class in com.screenscraper.datamanager.sql
A DataWriter for a generic sql database.
SqlDataWriter(SqlDataManager, Map) - Constructor for class com.screenscraper.datamanager.sql.SqlDataWriter
Creates a generic SqlDataWriter that *should* work for most Sql databases
SqlDuplicateFilter - Class in com.screenscraper.datamanager.sql
A DataFilter designed to filter out duplicate records in a database on insertion
SqlLookup - Class in com.screenscraper.datamanager.sql.util
A class which allows for the programatic construction of an Sql query for looking up data out of a database.
SqlLookup(DatabaseSchema, String, String) - Constructor for class com.screenscraper.datamanager.sql.util.SqlLookup
Creates a new SqlLookup
SqlLookup.Distinct - Enum in com.screenscraper.datamanager.sql.util
 
SqlLookup.Order - Enum in com.screenscraper.datamanager.sql.util
 
SqlLookup.WhereContainer - Class in com.screenscraper.datamanager.sql.util
 
SqlPkLookup - Class in com.screenscraper.datamanager.sql.util
A class that is simplifies looking up primary keys based on a number of constraints.
SqlPkLookup(SqlDataManager, String) - Constructor for class com.screenscraper.datamanager.sql.util.SqlPkLookup
 
SqlSchemaBuilder - Class in com.screenscraper.datamanager.sql
a class that parses the schemas from the database meta data.
SqlSchemaBuilder(SqlDataManager, String) - Constructor for class com.screenscraper.datamanager.sql.SqlSchemaBuilder
Generates the schemas from the database meta data
SqlSchemaBuilder(SqlDataManager, String, boolean) - Constructor for class com.screenscraper.datamanager.sql.SqlSchemaBuilder
Generates the schemas from the database meta data
SqlSchemaBuilder.ForeignKeyBuilder - Class in com.screenscraper.datamanager.sql
 
SqlSchemaBuilder.ParsedSchema - Class in com.screenscraper.datamanager.sql
 
SqlTableSchema - Class in com.screenscraper.datamanager.sql
 
SqlTableSchema(String, RelationalSchema) - Constructor for class com.screenscraper.datamanager.sql.SqlTableSchema
copy the schemas columns and attributes into a new schema
SqlTableSchema(SqlTableSchema) - Constructor for class com.screenscraper.datamanager.sql.SqlTableSchema
 
SqlTableSchema(String) - Constructor for class com.screenscraper.datamanager.sql.SqlTableSchema
 
SqlTableSchema.SqlSchemaAttr - Enum in com.screenscraper.datamanager.sql
 
sqlToDataObjectTypeConvert(int) - Static method in class com.screenscraper.datamanager.sql.util.JavaSql
Converts a jdbc type to an Object type
sqlTypeToClass(int) - Static method in class com.screenscraper.datamanager.sql.util.JavaSql
returns a Mapping of the java.sql.Types to a corresponding java class
sqlTypeToName(int) - Static method in class com.screenscraper.datamanager.sql.util.JavaSql
Maps java.sql.Types to a String representation of their name
SshDataSource - Class in com.screenscraper.datamanager.sql
Deprecated.
SshDataSource(String, String) - Constructor for class com.screenscraper.datamanager.sql.SshDataSource
Deprecated.
Default using ssh port 22
SshDataSource(String, int, String) - Constructor for class com.screenscraper.datamanager.sql.SshDataSource
Deprecated.
Creates a BasicDataSource that uses an ssh tunnel to connect to the database
SshDataSource(String, File) - Constructor for class com.screenscraper.datamanager.sql.SshDataSource
Deprecated.
Default using ssh port 22
SshDataSource(String, int, File) - Constructor for class com.screenscraper.datamanager.sql.SshDataSource
Deprecated.
Creates a BasicDataSource that uses an ssh tunnel to connect to the database
ssInfoPlistFilePath - Static variable in class com.screenscraper.Settings
The Info.plist path.
SSLCipher - Enum in com.screenscraper.http.util
Standard ciphers in Java 8
SSLProtocol - Enum in com.screenscraper.http.util
The protocols that are supported by Java.
ssVMOptionsFilePath - Static variable in class com.screenscraper.Settings
The screen-scraper.vmoptions path.
STANDARD_PREPEND - Static variable in class com.screenscraper.util.parsing.address.USAddressParser
The standard prepend which is applied to MOST end address word patterns.
StandardConverters - Enum in com.screenscraper.util.objectlogger
The standard converters for mapping objects
StandardRetryPolicy - Class in com.screenscraper.util.retry
Standard retry policy with a single regex to match and to not match
StandardRetryPolicy() - Constructor for class com.screenscraper.util.retry.StandardRetryPolicy
Build a StandardRetryPolicy that doesn't do anything except retry the page
startConnectionMonitorThread() - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource
Starts the thread that logs out information about old connections
startDaemon() - Method in class com.screenscraper.httpeek.ServerDaemon
Start up the daemon.
startDaemon() - Method in class com.screenscraper.scraper.SchedulingService
Start up the daemon.
startDaemon() - Method in class com.screenscraper.scraper.ScrapingServer
Start up the daemon.
startElement(String, String, String, Attributes) - Method in class com.screenscraper.fileparser.ExcelContentHandler
 
startHypersonic() - Static method in class com.screenscraper.util.DataMain
Starts up the Hypersonic database in server mode, in a separate process.
StartHypersonic - Class in com.screenscraper.util
 
StartHypersonic() - Constructor for class com.screenscraper.util.StartHypersonic
 
startPoint - Variable in class com.screenscraper.httpeek.view.ViewHTTPSession.TextHighlighter
 
startProxyServer() - Method in class com.screenscraper.httpeek.view.ViewHTTPSession
Sends off a message to start up the daemon.
STARTS_WITH - Static variable in class com.screenscraper.model.ProxyFilter
 
startScraping() - Method in class com.screenscraper.scraper.ScrapingSession
Starts the session scraping.
startScrapingServer() - Static method in class com.screenscraper.controller.ControllerMain
 
startServer() - Method in class com.screenscraper.scraper.LWSServer
 
startServer() - Method in class com.screenscraper.scraper.WebServer
Starts the server.
startServer(String) - Static method in class com.screenscraper.util.StartHypersonic
Starts up the server.
startService() - Method in class com.screenscraper.scraper.RemoteScrapingSessionHandler
Starts the handler up.
startSession(String) - Method in class com.screenscraper.util.internal.services.cloudcontroller.CloudControllerClient
Tells the cloud controller to launch a new scraping session by name
startsWithUpperCase(String, String) - Static method in class com.screenscraper.util.General
Compare the uppercase startsWith values of two strings
startsWithUpperCase(String, String) - Method in class com.screenscraper.util.ScrapingUtil
Compare the uppercase startsWith values of two strings
startWriting(String) - Method in interface com.screenscraper.datamanager.DataWriter
starts up the writing, this is not always required but may be depending on the output The purpose is to write out file headers, and get things going in general
startWriting(String) - Method in class com.screenscraper.datamanager.sql.SqlDataWriter
 
startWriting(String) - Method in class com.screenscraper.datamanager.xml.XmlDataWriter
 
stateWords(Collection<String>) - Method in class com.screenscraper.util.parsing.address.USAddressParser.USAddressParserBuilder
Sets a new collection of accepted states, as regular expressions
staticManager - Static variable in class com.screenscraper.jrex.JRexManager
For the singleton.
Statistics - Class in com.screenscraper.statistics
Class Description
Statistics(int) - Constructor for class com.screenscraper.statistics.Statistics
 
StatusBarBlanker() - Constructor for class com.screenscraper.view.ViewMainFrame.StatusBarBlanker
 
statusCode(int) - Method in class com.screenscraper.util.internal.services.util.SimpleHttpResponse.SimpleHttpResponseBuilder
Sets the status code of the response
stopAllRunningScrapingSessions() - Method in enum com.screenscraper.scraper.ScrapingSessionManager
Stops all running ScrapingSessions.
stopAllRunningScrapingSessions() - Method in interface com.screenscraper.services.ScrapingSessionService
 
stopAllRunningScrapingSessions(AsyncCallback) - Method in interface com.screenscraper.services.ScrapingSessionServiceAsync
 
stopApplication() - Static method in class com.screenscraper.controller.ControllerMain
Called by JNT when screen-scraper is stopped, when running as an NT service.
stopChildScrapingSessions() - Method in class com.screenscraper.scraper.ScrapingSession
Stops any running scraping session objects.
stopProxyServer() - Method in class com.screenscraper.httpeek.view.ViewHTTPSession
Sends off a message to stop the daemon.
stopRunningScrapingSession(String) - Method in interface com.screenscraper.services.ScrapingSessionService
 
stopRunningScrapingSession(String, AsyncCallback) - Method in interface com.screenscraper.services.ScrapingSessionServiceAsync
 
stopScraping() - Method in class com.screenscraper.scraper.RunnableScrapingSession
Tells the child to stop scraping.
stopScraping(boolean, StopScrapingCallType, String) - Method in class com.screenscraper.scraper.RunnableScrapingSession
Tells the child to stop scraping.
stopScraping() - Method in interface com.screenscraper.scraper.RunningScrapingSession
Indicates that the scraping session should stop scraping as soon as possible.
stopScraping(StopScrapingCallType, String) - Method in interface com.screenscraper.scraper.RunningScrapingSession
Indicates that the scraping session should stop scraping as soon as possible.
stopScraping() - Method in class com.screenscraper.scraper.ScrapingSession
Indicates that the scraping session should stop scraping as soon as possible.
stopScraping(StopScrapingCallType, String) - Method in class com.screenscraper.scraper.ScrapingSession
Indicates that the scraping session should stop scraping as soon as possible.
StopScrapingCallType - Enum in com.screenscraper.scraper
Represents common times/reasons when/why a scrape was stopped
stopScrapingSession(String) - Method in class com.screenscraper.scraper.SOAPInterface
Stop a scraping session in progress.
stopScrapingSessions(String) - Method in enum com.screenscraper.scraper.ScrapingSessionManager
Stops any scraping sessions with the given name.
stopServer() - Method in class com.screenscraper.scraper.RemoteScrapingSession
Tells the server to stop.
stopServers() - Static method in class com.screenscraper.controller.ControllerMain
Stops all of the servers.
STR_APPEND - Static variable in class com.screenscraper.scraper.ExtractorPattern
Constants used with the "ifSavedInSessionVariable" field.
STR_LEVEL_DEBUG - Static variable in interface com.screenscraper.common.Notifiable
 
STR_LEVEL_ERROR - Static variable in interface com.screenscraper.common.Notifiable
 
STR_LEVEL_INFO - Static variable in interface com.screenscraper.common.Notifiable
 
STR_LEVEL_WARN - Static variable in interface com.screenscraper.common.Notifiable
 
STR_OVERWRITE - Static variable in class com.screenscraper.scraper.ExtractorPattern
 
STR_TYPE_CONTAINS - Static variable in class com.screenscraper.scraper.Mapping
 
STR_TYPE_EQUALS - Static variable in class com.screenscraper.scraper.Mapping
The constants that define the possible types of mappings in a human-friendly format.
STR_TYPE_REGULAR_EXPRESSION - Static variable in class com.screenscraper.scraper.Mapping
 
StreamUtils - Class in com.screenscraper.util.internal.services.util
Utility class containing methods for working with streams
STRING_ACCEPT - Static variable in class com.screenscraper.scraper.ScrapingSession
 
STRING_ACCORDING_TO_COOKIE_SPEC - Static variable in class com.screenscraper.scraper.ScrapingSession
Cookie policy constants.
STRING_APACHE_HTTPCLIENT - Static variable in class com.screenscraper.scraper.ScrapingSession
Constants used to determine the client to use for the session.
STRING_ASYNC_HTTPCLIENT_2 - Static variable in class com.screenscraper.scraper.ScrapingSession
 
STRING_BEST_MATCH - Static variable in class com.screenscraper.scraper.ScrapingSession
 
STRING_COMPATIBILITY - Static variable in class com.screenscraper.scraper.ScrapingSession
 
STRING_CURL_HTTPCLIENT - Static variable in class com.screenscraper.scraper.ScrapingSession
 
STRING_HTTP_CLIENT_HTTPCLIENT - Static variable in class com.screenscraper.scraper.ScrapingSession
 
STRING_HTTP_CLIENT_IE - Static variable in class com.screenscraper.scraper.ScrapingSession
 
STRING_HTTP_CLIENT_MOZILLA - Static variable in class com.screenscraper.scraper.ScrapingSession
 
STRING_NETSCAPE_DRAFT - Static variable in class com.screenscraper.scraper.ScrapingSession
 
STRING_NING_ASYNC_HTTPCLIENT - Static variable in class com.screenscraper.scraper.ScrapingSession
 
STRING_REJECT - Static variable in class com.screenscraper.scraper.ScrapingSession
 
STRING_STRICT_MODE - Static variable in class com.screenscraper.scraper.ScrapingSession
 
StringBrowserDisplayer(String, String) - Constructor for class com.screenscraper.util.General.StringBrowserDisplayer
 
StringEventData - Class in com.screenscraper.events.misc
The data for the various string operations
StringEventData(String) - Constructor for class com.screenscraper.events.misc.StringEventData
Creates the data object
StringOperationEventFireTime - Enum in com.screenscraper.events.misc
Event Firing times for miscellaneous string operations
stringToBytes(String, CompressionType) - Static method in class com.screenscraper.datamanager.sql.cache.CachingUtility
Deprecated.
Converts a string to the bytes that should be written to the database
stringToFloat(String) - Method in class com.screenscraper.util.ScrapingUtil
Takes a string and attempts to turn it into a float.
stringToStream(String, CompressionType) - Static method in class com.screenscraper.datamanager.sql.cache.CachingUtility
Deprecated.
Converts the string to an input stream
stripEmptyValues() - Method in class com.screenscraper.fileparser.DataRow
Strips out all empty values, compressing the row.
stripHTML(String) - Static method in class com.screenscraper.util.General
Strips HTML from a string, replacing some tags with corresonding text-only equivalents.
stripHTML(String) - Method in class com.screenscraper.util.ScrapingUtil
Strips HTML from a string, replacing some tags with corresonding text-only equivalents.
stripHTMLComments(String) - Static method in class com.screenscraper.util.General
Strips HTML comments from a string.
stripNonSubExtractorPatternStuff() - Method in class com.screenscraper.scraper.ExtractorPattern
Strips off any objects that wouldn't apply to a sub-extractor pattern.
stripUnnecessaryWhiteSpace(String) - Static method in class com.screenscraper.util.General
Strips off all \t, \r, and \n characters..
strValidSequences - Variable in class com.screenscraper.action.HtmlElementIdentifier
A string representation of the valid sequences.
SubExtractorPatternPanel(ExtractorPattern) - Constructor for class com.screenscraper.view.ViewExtractorPattern.SubExtractorPatternPanel
The constructor.
subList(int, int) - Method in class com.screenscraper.concurrent.SynchronizedListAccessibleLock
 
submitTaskWithDuration(Callable<T>, long) - Method in class com.screenscraper.concurrent.TimedExecutorService
Runs a task, cancelling it after the specified duration has passed from the time it started running.
submitTaskWithDuration(Runnable, long) - Method in class com.screenscraper.concurrent.TimedExecutorService
Runs a task, cancelling it after the specified duration has passed from the time it started running.
submitTaskWithDuration(Runnable, T, long) - Method in class com.screenscraper.concurrent.TimedExecutorService
Runs a task, cancelling it after the specified duration has passed from the time it started running.
submitTaskWithDurationAndEndTime(Callable<T>, long, long) - Method in class com.screenscraper.concurrent.TimedExecutorService
Runs a task, cancelling it after the specified duration has passed from the time it started running, or if it hasn't finished by the given time.
submitTaskWithDurationAndEndTime(Runnable, long, long) - Method in class com.screenscraper.concurrent.TimedExecutorService
Runs a task, cancelling it after the specified duration has passed from the time it started running, or if it hasn't finished by the given time.
submitTaskWithDurationAndEndTime(Runnable, T, long, long) - Method in class com.screenscraper.concurrent.TimedExecutorService
Runs a task, cancelling it after the specified duration has passed from the time it started running, or if it hasn't finished by the given time.
submitTaskWithEndTime(Callable<T>, long) - Method in class com.screenscraper.concurrent.TimedExecutorService
Runs a task, cancelling it if it hasn't finished by the given time
submitTaskWithEndTime(Runnable, long) - Method in class com.screenscraper.concurrent.TimedExecutorService
Runs a task, cancelling it if it hasn't finished by the given time
submitTaskWithEndTime(Runnable, T, long) - Method in class com.screenscraper.concurrent.TimedExecutorService
Runs a task, cancelling it if it hasn't finished by the given time
submitUntimedTask(Callable<T>) - Method in class com.screenscraper.concurrent.TimedExecutorService
Submits the given task but doesn't time it's execution.
submitUntimedTask(Runnable) - Method in class com.screenscraper.concurrent.TimedExecutorService
Submits the given task but doesn't time it's execution.
subSequence(int, int) - Method in class com.screenscraper.util.internal.services.util.InterruptibleCharacterSequence
 
subtract(U) - Method in class com.screenscraper.profiling.session.units.Measure
Subtracts an amount from the current amount
SUCCESS - Static variable in class com.screenscraper.scraper.SOAPInterface
 
suffixes(Collection<String>) - Method in class com.screenscraper.util.parsing.name.EnglishNameParser.Builder
Sets the set of suffixes that this will parser will look for
swapExtractorPatternTokensForEmbeddedSessionVariables(String) - Static method in class com.screenscraper.util.General
Swaps any extractor pattern tokens (e.g., ~@FOO@~) for embedded session variables (e.g., ~#FOO#~).
swapInt(int) - Static method in class com.screenscraper.util.images.decaptcher_api.CCProtoPacket
 
SynchronizedBuilder() - Constructor for class com.screenscraper.http.models.ScrapingResponse.SynchronizedBuilder
 
SynchronizedListAccessibleLock<T> - Class in com.screenscraper.concurrent
Class Description
SynchronizedListAccessibleLock(List<T>) - Constructor for class com.screenscraper.concurrent.SynchronizedListAccessibleLock
 
SystemCpuStatistics - Class in com.screenscraper.statistics
Class for tracking the system processor use
SystemCpuStatistics(int) - Constructor for class com.screenscraper.statistics.SystemCpuStatistics
Creates a cpu statistics object to track the system-wide cpu use that will store up to the specified number of reads to use in it's average calculation
SystemStatisticsTracker - Enum in com.screenscraper.statistics
Class for monitoring the CPU load
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