- RadioButton - Class in com.screenscraper.util.form
-
A radio button input
- RadioButton(String) - Constructor for class com.screenscraper.util.form.RadioButton
-
Creates this input parsing required values from the given text
- randomPause(long, long) - Method in class com.screenscraper.util.ScrapingUtil
-
Pauses for a random amount of time.
- RangeInput - Class in com.screenscraper.util.form
-
Represents a range input
- RangeInput(String) - Constructor for class com.screenscraper.util.form.RangeInput
-
- RationalNumber - Class in com.screenscraper.profiling.session.units
-
**********************************************************************
Code initially from some university's CS website (then modified by me)
- RationalNumber(long, long) - Constructor for class com.screenscraper.profiling.session.units.RationalNumber
-
Creates a new rational number with the given numerator and denominator
- RationalNumber(RationalNumber) - Constructor for class com.screenscraper.profiling.session.units.RationalNumber
-
Copy constructor
- RationalNumber(double) - Constructor for class com.screenscraper.profiling.session.units.RationalNumber
-
Creates a new Rational Number from the given double.
- RationalNumber(String) - Constructor for class com.screenscraper.profiling.session.units.RationalNumber
-
Creates a new Rational Number from the given value.
- read() - Method in class com.screenscraper.util.Base64.InputStream
-
Reads enough of the input stream to convert
to/from Base64 and returns the next byte.
- read(byte[], int, int) - Method in class com.screenscraper.util.Base64.InputStream
-
- read() - Method in class com.screenscraper.util.ContentLengthInputStream
-
Read the next byte from the stream
- read(byte[], int, int) - Method in class com.screenscraper.util.ContentLengthInputStream
-
Does standard behavior, but
also notifies the watcher when the contents have been consumed.
- read(byte[]) - Method in class com.screenscraper.util.ContentLengthInputStream
-
Read more bytes from the stream.
- read(InputStream, int) - Static method in class com.screenscraper.util.internal.services.util.StreamUtils
-
Reads exactly length bytes from the stream.
- readCache(long) - Method in interface com.screenscraper.datamanager.skeleton.cache.CacheReaderWriter
-
Reads all the cache blocks for the given id from the database
- readCache(long, int) - Method in interface com.screenscraper.datamanager.skeleton.cache.CacheReaderWriter
-
Reads up to the maximum number of cache blocks for the given id from the database
- readCache(long) - Method in class com.screenscraper.datamanager.sql.cache.CacheToDatabaseReaderWriter
-
- readCache(long, int) - Method in class com.screenscraper.datamanager.sql.cache.CacheToDatabaseReaderWriter
-
- readContentFromHttpMethodBase(HttpMethodBase, int) - Static method in class com.screenscraper.util.General
-
Reads in content from an HttpMethodBase
and returns a byte array containing the content.
- readContentFromHttpResponse(HttpResponse, int, boolean) - Static method in class com.screenscraper.util.General
-
Reads in content from an HttpResponse
and returns a byte array containing the content.
- readerPointsToImportableScrapingSession(Reader) - Static method in class com.screenscraper.scraper.ScrapingSession
-
Indicates whether or not the given reader points to an importable scraping session.
- readerPointsToImportableScript(Reader) - Static method in class com.screenscraper.scraper.Script
-
Indicates whether or not the given reader points to an importable script.
- readFile(String, boolean) - Static method in class com.screenscraper.util.Base64
-
Reads a file and either encodes or decodes it.
- readFile(File, boolean) - Static method in class com.screenscraper.util.Base64
-
Reads a file and either encodes or decodes it.
- readFully(InputStream) - Static method in class com.screenscraper.util.internal.services.util.StreamUtils
-
Reads the stream to the end and returns the bytes read.
- readStreamIntoByteArray(InputStream) - Static method in class com.screenscraper.util.General
-
Reads a stream into a byte array.
- receiveData(String, Object) - Method in interface com.screenscraper.scraper.DataReceiver
-
Receives a packet of data from screen-scraper.
- reciprocal() - Method in class com.screenscraper.profiling.session.units.RationalNumber
-
Gets the reciprocal of this number
- RECORD_SAVED_DUPLICATE_CSS - Static variable in class com.screenscraper.util.objectlogger.WebMessageVisitor
-
Style for the section containing record counts (duplicate)
- RECORD_SAVED_DUPLICATE_TEXT_CSS - Static variable in class com.screenscraper.util.objectlogger.WebMessageVisitor
-
Style for the section containing record counts (name duplicate)
- RECORD_SAVED_ERROR_CSS - Static variable in class com.screenscraper.util.objectlogger.WebMessageVisitor
-
Style for the section containing record counts (error)
- RECORD_SAVED_ERROR_TEXT_CSS - Static variable in class com.screenscraper.util.objectlogger.WebMessageVisitor
-
Style for the section containing record counts (name error)
- RECORD_SAVED_NEW_CSS - Static variable in class com.screenscraper.util.objectlogger.WebMessageVisitor
-
Style for the section containing record counts (new)
- RECORD_SAVED_NEW_TEXT_CSS - Static variable in class com.screenscraper.util.objectlogger.WebMessageVisitor
-
Style for the section containing record counts (name new)
- RECORD_SAVED_TOTAL_CSS - Static variable in class com.screenscraper.util.objectlogger.WebMessageVisitor
-
Style for the section containing record counts (total)
- RECORD_SAVED_TOTAL_TEXT_CSS - Static variable in class com.screenscraper.util.objectlogger.WebMessageVisitor
-
Style for the section containing record counts (name total)
- RECORD_SAVED_UPDATED_CSS - Static variable in class com.screenscraper.util.objectlogger.WebMessageVisitor
-
Style for the section containing record counts (duplicate)
- RECORD_SAVED_UPDATED_TEXT_CSS - Static variable in class com.screenscraper.util.objectlogger.WebMessageVisitor
-
Style for the section containing record counts (name duplicate)
- REDIRECT_WITH_POST_ENTITY_STATUS_CODE - Static variable in interface com.screenscraper.http.ScrapingHttpClient
-
- RedoAction() - Constructor for class com.screenscraper.view.ViewMainFrame.RedoAction
-
- reducePerLevel(int) - Method in class com.screenscraper.util.internal.services.depthtracker.DepthTrackerClient.DepthTrackerClientBuilder
-
- ReflectionUtils - Class in com.screenscraper.profiling
-
Utilities used for Reflection.
- ReflectionUtils.Wildcard - Class in com.screenscraper.profiling
-
Simple placeholder class that can match on anything for parameter types.
- reformatDate(String, String, String) - Method in class com.screenscraper.scraper.ScrapingSession
-
Reformats a date.
- reformatDate(String, String) - Method in class com.screenscraper.scraper.ScrapingSession
-
Reformats a date.
- reformatDate(String, String, String) - Method in class com.screenscraper.util.ScrapingUtil
-
Reformats a date.
- reformatDate(String, String) - Method in class com.screenscraper.util.ScrapingUtil
-
Reformat a date.
- refresh(Object) - Method in class com.screenscraper.view.CustomTree
-
Refreshes the tree.
- refreshCurrentProxies() - Method in class com.screenscraper.util.internal.services.proxyservice.LuminatiProxyManager
-
Refreshes all the current proxies.
- refreshInternalModel(JComboBox) - Method in class com.screenscraper.model.ScrapingSessionComboBoxModel
-
Refreshes the internal model.
- regenerateBatchAndShellScripts() - Static method in class com.screenscraper.Settings
-
Regenerates the batch files and shell scripts.
- register(String, SqlDataManager) - Static method in class com.screenscraper.datamanager.sql.SqlDuplicateFilter
-
Registers a new duplicate filter with a callback priority of Integer.MIN_VALUE
for the lookup handler
- register(String, SqlDataManager, int) - Static method in class com.screenscraper.datamanager.sql.SqlDuplicateFilter
-
Registers a new duplicate filter with a specified callback priority for the lookup (so an order to run them can be established)
- registerLoggableType(Class<T>, ConvertToLoggable<T>) - Static method in class com.screenscraper.util.objectlogger.LoggableBuilder
-
Registers a new log converting object for a given class
- registerRemovalOnClose(HttpClientKey) - Method in class com.screenscraper.http.AsyncScrapingHttpClient2.SharedAsyncHttpClient
-
- registerUser(SharedResourceUser) - Method in interface com.screenscraper.http.util.SharedHttpClient
-
Registers a user of the resource.
- registerUser(SharedResourceUser) - Method in class com.screenscraper.http.util.SharedHttpClientBase
-
- REGULAR_EXPRESSION - Static variable in class com.screenscraper.model.ProxyFilter
-
- REGULAR_EXPRESSION - Static variable in class com.screenscraper.scraper.ExtractorPatternToken
-
The regular expression used to extract tokens.
- REGULAR_EXPRESSION_PATTERN - Static variable in class com.screenscraper.scraper.ExtractorPatternToken
-
- RegularExpression - Class in com.screenscraper.model
-
Created by IntelliJ IDEA.
- RegularExpression() - Constructor for class com.screenscraper.model.RegularExpression
-
Constructs a blank regular expression.
- RegularExpression(int, String, String, String) - Constructor for class com.screenscraper.model.RegularExpression
-
Constructs an object with all of its fields.
- regularExpressionDataUpdated() - Method in class com.screenscraper.view.RegularExpressionsEditor.TableModelRegularExpressions
-
Indicates that the regular expression information has been updated.
- RegularExpressionManager - Class in com.screenscraper.model
-
- RegularExpressionManager() - Constructor for class com.screenscraper.model.RegularExpressionManager
-
- regularExpressions - Variable in class com.screenscraper.util.retry.MultiRegexRetryPolicy
-
- RegularExpressionsEditor - Class in com.screenscraper.view
-
- RegularExpressionsEditor() - Constructor for class com.screenscraper.view.RegularExpressionsEditor
-
Constructs the settings frame.
- RegularExpressionsEditor.TableModelRegularExpressions - Class in com.screenscraper.view
-
- rejectedExecutionHandler(RejectedExecutionHandler) - Method in class com.screenscraper.concurrent.TimedExecutorService.Builder
-
Sets the way to handle rejected tasks
- RelationalSchema - Interface in com.screenscraper.datamanager
-
General methods available to a Schema.
- releaseSavepoint(Savepoint) - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.ManagedConnection
-
- reload() - Method in class com.screenscraper.model.MainTreeModel
-
Re-loads all top-level items.
- reload() - Static method in class com.screenscraper.scraper.ScheduledScrapingSessionManager
-
Reloads all objects from the database.
- reload() - Static method in class com.screenscraper.scraper.ScrapeableSessionManager
-
Reloads all objects from the database.
- reload() - Static method in class com.screenscraper.Settings
-
Reloads the properties from the properties file.
- reloadSettings() - Method in interface com.screenscraper.services.ScrapingSessionService
-
- reloadSettings(AsyncCallback) - Method in interface com.screenscraper.services.ScrapingSessionServiceAsync
-
- remainingCapacity() - Method in class com.screenscraper.concurrent.ResizeableLinkedBlockingDeque
-
- RemoteScrapingSession - Class in com.screenscraper.scraper
-
- RemoteScrapingSession(String) - Constructor for class com.screenscraper.scraper.RemoteScrapingSession
-
Generates a new remote session with the given name using the default settings.
- RemoteScrapingSession(String, String, int) - Constructor for class com.screenscraper.scraper.RemoteScrapingSession
-
Generates a new remote session with the given name using the given settings.
- RemoteScrapingSession(String, String, int, int) - Constructor for class com.screenscraper.scraper.RemoteScrapingSession
-
Generates a new remote session with the given name using the given settings.
- RemoteScrapingSession(String, String, int, String) - Constructor for class com.screenscraper.scraper.RemoteScrapingSession
-
Generates a new remote session with the given name using the given settings.
- RemoteScrapingSession(String, String, int, int, String) - Constructor for class com.screenscraper.scraper.RemoteScrapingSession
-
Generates a new remote session with the given name using the given settings.
- RemoteScrapingSession(String, int) - Constructor for class com.screenscraper.scraper.RemoteScrapingSession
-
Generates a new remote session without a session name.
- RemoteScrapingSessionCommand - Class in com.screenscraper.scraper
-
- RemoteScrapingSessionCommand(String) - Constructor for class com.screenscraper.scraper.RemoteScrapingSessionCommand
-
Constructs a new command by parsing the given text.
- RemoteScrapingSessionException - Exception in com.screenscraper.scraper
-
- RemoteScrapingSessionException(String) - Constructor for exception com.screenscraper.scraper.RemoteScrapingSessionException
-
Constructs a new exception with the given message.
- RemoteScrapingSessionException(String, Throwable) - Constructor for exception com.screenscraper.scraper.RemoteScrapingSessionException
-
Constructs a new exception with the given message.
- RemoteScrapingSessionHandler - Class in com.screenscraper.scraper
-
- RemoteScrapingSessionHandler(Socket) - Constructor for class com.screenscraper.scraper.RemoteScrapingSessionHandler
-
The constructor.
- RemoteScrapingSessionHandlerManager - Class in com.screenscraper.scraper
-
- RemoteScrapingSessionHandlerManager() - Constructor for class com.screenscraper.scraper.RemoteScrapingSessionHandlerManager
-
Constructs a new manager.
- remoteUrl - Variable in class com.screenscraper.datamanager.sql.SshDataSource
-
Deprecated.
- remove(Object) - Method in class com.screenscraper.common.DataRecord
-
Removes the specified key and associated value from the DataRecord
- remove() - Method in class com.screenscraper.concurrent.ResizeableLinkedBlockingDeque
-
- remove(Object) - Method in class com.screenscraper.concurrent.ResizeableLinkedBlockingDeque
-
- remove(Object) - Method in class com.screenscraper.concurrent.SynchronizedListAccessibleLock
-
- remove(int) - Method in class com.screenscraper.concurrent.SynchronizedListAccessibleLock
-
- remove(Object) - Method in class com.screenscraper.profiling.ObjectReferenceSet
-
- remove(Object) - Method in class com.screenscraper.util.javascript.models.dom.DOMNamedNodeMap
-
- remove(Object) - Method in class com.screenscraper.util.javascript.models.dom.DOMNodeList
-
- remove(Object) - Method in class com.screenscraper.util.javascript.models.ModelMapper
-
- remove(DocumentFilter.FilterBypass, int, int) - Method in class com.screenscraper.view.ViewExtractorPattern.ExtractorEditorFilter
-
- removeAll(Collection<?>) - Method in class com.screenscraper.concurrent.ResizeableLinkedBlockingDeque
-
- removeAll(Collection<?>) - Method in class com.screenscraper.concurrent.SynchronizedListAccessibleLock
-
- removeAll(Collection<?>) - Method in class com.screenscraper.profiling.ObjectReferenceSet
-
- removeAllAppenders() - Method in class com.screenscraper.datamanager.sql.SqlDataManager.SqlDataManagerLogger
-
See the Logger
documentation for this method
- removeAllChildControllers() - Method in class com.screenscraper.hmvc.AbstractController
-
Removes all child controllers.
- removeAllChildren() - Method in class com.screenscraper.model.Folder
-
Clears all children out of the folder.
- removeAllExtractorPatternTokens() - Method in class com.screenscraper.scraper.ExtractorPattern
-
Removes all extractor pattern tokens from the pattern.
- removeAllHTTPHeaders() - Method in class com.screenscraper.scraper.ScrapeableFile
-
Removes all custom HTTP headers that were previously added.
- removeAllHTTPParameters() - Method in interface com.screenscraper.scraper.RunningScrapeableFile
-
Removes all HTTP parameters from the scrapeable file.
- removeAllHTTPParameters() - Method in class com.screenscraper.scraper.ScrapeableFile
-
Removes all HTTP parameters from the scrapeable file.
- removeAllMonitoredVariables() - Method in class com.screenscraper.util.ScrapeStateLogger
-
Stops watching all currently monitored variables, prefixes, postfixes, and any manually set values
- removeAllProxyServers() - Method in class com.screenscraper.util.ProxyServerPool
-
Removes all proxy servers from the pool.
- removeAllScrapingSessions() - Method in enum com.screenscraper.scraper.ScrapingSessionManager
-
Clears all scraping sessions.
- removeAllScripts() - Static method in class com.screenscraper.scraper.ScriptManager
-
Removes all scripts.
- removeAppender(String) - Method in class com.screenscraper.datamanager.sql.SqlDataManager.SqlDataManagerLogger
-
See the Logger
documentation for this method
- removeAppender(Appender) - Method in class com.screenscraper.datamanager.sql.SqlDataManager.SqlDataManagerLogger
-
See the Logger
documentation for this method
- removeBaseDocURL(String) - Method in class com.screenscraper.view.languagesupport.javadoc.parsers.AbstractJavadocParser
-
Removes a documentation base url if present
- removeBreakpointOnSessionVariableChange(String) - Method in class com.screenscraper.profiling.session.ScrapeProfiler
-
Sets the profiler to no longer breakpoint when the session variable with the given name is changed
- removeChild(DataNode) - Method in class com.screenscraper.datamanager.DataNode
-
- removeChild(DataNode) - Method in class com.screenscraper.datamanager.RootNode
-
Remove a child DataNode
- removeChild(Object) - Method in class com.screenscraper.model.Folder
-
Removes a child object from the folder.
- removeChildController(String) - Method in class com.screenscraper.hmvc.AbstractController
-
Removes a child controller from those associated with this controller.
- removeChildScrapingSession(ScrapingSession) - Method in class com.screenscraper.scraper.ScrapingSession
-
Removes a child ScrapingSession object.
- removeCompletedScrapeableSessions() - Method in interface com.screenscraper.services.ScrapingSessionService
-
- removeCompletedScrapeableSessions(AsyncCallback) - Method in interface com.screenscraper.services.ScrapingSessionServiceAsync
-
- removeCompletedScrapingSession(String) - Method in class com.screenscraper.scraper.SOAPInterface
-
Remove the scraping session given by id from the list of completed scraping sessions.
- removeData(String) - Method in class com.screenscraper.datamanager.DataNode
-
Removes a value from the node
- removeDataRecordFields() - Method in class com.screenscraper.common.DataSet
-
Removes any fields identified by the DATARECORD constant.
- removeDATARECORDs() - Method in class com.screenscraper.common.DataSet
-
Removes the DATARECORD entry, if found.
- removeEventCallback(EventFireTime<T>, EventHandler<T>) - Method in class com.screenscraper.events.EventEngine
-
Remove a runnable that will be executed at the given time
- removeEventCallback(EventFireTime<T>, EventHandler<T>) - Method in class com.screenscraper.scraper.ScrapingSession
-
Remove a runnable that will be executed at the given time
- removeEventListener(DataManagerEventSource.EventFireTime, DataManagerEventListener) - Method in class com.screenscraper.datamanager.DataManagerEventSource
-
remove a listener
- removeEventListener(DataManagerEventSource.EventFireTime, DataManagerEventListener) - Method in interface com.screenscraper.datamanager.RelationalSchema
-
Removes an event listener
- removeEventListener(String, DataManagerEventSource.EventFireTime, DataManagerEventListener) - Method in class com.screenscraper.datamanager.skeleton.BasicDataManager
-
Removes an event listener
- removeEventListener(DataManagerEventSource.EventFireTime, DataManagerEventListener) - Method in class com.screenscraper.datamanager.skeleton.BasicSchema
-
- removeEventListener(String, DataManagerEventSource.EventFireTime, DataManagerEventListener) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
-
Removes an event listener
- removeExpandedObject(Object) - Method in class com.screenscraper.view.CustomTree
-
Just calling remove on the HashSet doesn't work for some reason,
so I hacked this little baby up.
- removeExtractorPattern(ExtractorPattern) - Method in class com.screenscraper.scraper.ScrapeableFile
-
Removes an extractor pattern.
- removeExtractorPatternPanel(JPanel) - Method in class com.screenscraper.view.ViewScrapeableFile
-
Removes a pattern panel from the patterns panel.
- removeExtractorPatternToken(int) - Method in class com.screenscraper.scraper.ExtractorPattern
-
Removes a script instance.
- removeField(String) - Method in class com.screenscraper.common.DataSet
-
Removes a specific field from every data record in the set.
- removeFirst() - Method in class com.screenscraper.concurrent.ResizeableLinkedBlockingDeque
-
- removeFirstOccurrence(Object) - Method in class com.screenscraper.concurrent.ResizeableLinkedBlockingDeque
-
- removeFolder(Folder) - Static method in class com.screenscraper.model.FolderManager
-
Removes a folder from the manager.
- removeFormParameterToSet(int) - Method in class com.screenscraper.action.NavigationAction
-
Removes a parameter by its sequence.
- removeFromFolder() - Method in interface com.screenscraper.common.Folderable
-
Removes the object from its current folder.
- removeFromFolder() - Method in class com.screenscraper.httpeek.HTTPSession
-
Removes the object from its current folder.
- removeFromFolder() - Method in class com.screenscraper.scraper.ScrapingSession
-
Removes the object from its current folder.
- removeFromFolder() - Method in class com.screenscraper.scraper.Script
-
Removes the object from its current folder.
- removeHTTPHeader(HTTPHeader) - Method in class com.screenscraper.common.HTTPRequest
-
- removeHTTPHeader(String, String) - Method in class com.screenscraper.common.HTTPRequest
-
- removeHTTPHeader(HTTPHeader) - Method in class com.screenscraper.common.HTTPResponse
-
- removeHTTPHeader(String, String) - Method in class com.screenscraper.common.HTTPResponse
-
- removeHTTPHeader(String) - Method in class com.screenscraper.common.HTTPResponse
-
Removes an HTTP header
- removeHTTPHeader(String, String) - Method in interface com.screenscraper.common.RunningHTTPRequest
-
Removes an HTTPHeader.
- removeHTTPHeader(String, String) - Method in interface com.screenscraper.common.RunningHTTPResponse
-
Removes an HTTPHeader.
- removeHTTPHeader(String) - Method in class com.screenscraper.scraper.ScrapeableFile
-
removes all Http Headers with the key
- removeHTTPHeader(String, String) - Method in class com.screenscraper.scraper.ScrapeableFile
-
removes all http headers with the corresponding key/value
- removeHTTPParameter(int) - Method in class com.screenscraper.scraper.ScrapeableFile
-
Removes an HTTP parameter, automatically re-sequencing.
- removeHTTPParameter(String) - Method in class com.screenscraper.scraper.ScrapeableFile
-
Removes an HTTP parameter by its name, automatically re-sequencing.
- removeHTTPParameter(int, boolean) - Method in class com.screenscraper.scraper.ScrapeableFile
-
Removes an HTTP parameter.
- removeHTTPSession(HTTPSession) - Static method in class com.screenscraper.httpeek.HTTPSessionManager
-
Removes an HTTPSession
from the hash.
- removeHTTPTransaction(HTTPTransaction) - Method in class com.screenscraper.httpeek.HTTPSession
-
Removes an HTTP transaction from the manager.
- removeHTTPTransaction(int) - Method in class com.screenscraper.httpeek.HTTPTransactionManager
-
Removes an HTTP transaction from the manager.
- removeInput(Input) - Method in class com.screenscraper.util.form.Form
-
Removes an input from the form
- removeInput(String) - Method in class com.screenscraper.util.form.Form
-
Removes an input from the form.
- removeLast() - Method in class com.screenscraper.concurrent.ResizeableLinkedBlockingDeque
-
- removeLastOccurrence(Object) - Method in class com.screenscraper.concurrent.ResizeableLinkedBlockingDeque
-
- removeLog(String) - Method in class com.screenscraper.scraper.SOAPInterface
-
Remove a log file from the log directory on the remote server.
- removeMappingSet(String) - Method in class com.screenscraper.scraper.MappingSetManager
-
Removes a set identified by the given name.
- removeMonitoredPostfix(String) - Method in class com.screenscraper.scraper.ScrapingSession
-
Stops watching for a postfix in session variables
- removeMonitoredPostfix(String) - Method in class com.screenscraper.util.ScrapeStateLogger
-
Stops watching for a postfix in session variables
- removeMonitoredPrefix(String) - Method in class com.screenscraper.scraper.ScrapingSession
-
Stops watching for a prefix in session variables
- removeMonitoredPrefix(String) - Method in class com.screenscraper.util.ScrapeStateLogger
-
Stops watching for a prefix in session variables
- removeMonitoredValue(String) - Method in class com.screenscraper.scraper.ScrapingSession
-
Removes a specific name from the manually set values to be logged.
- removeMonitoredVariable(String) - Method in class com.screenscraper.scraper.ScrapingSession
-
Stops watching the specified variable
- removeMonitoredVariable(String) - Method in class com.screenscraper.util.ScrapeStateLogger
-
Stops watching the specified variable
- removeNavigationAction(NavigationAction) - Method in class com.screenscraper.scraper.ScrapeableFile
-
Removes a navigation action.
- removeNavigationActionPanel(JPanel) - Method in class com.screenscraper.view.ViewScrapeableFile
-
Removes a navigation action panel from the navigation actions panel.
- removeOnCancel(boolean) - Method in class com.screenscraper.concurrent.TimedExecutorService.Builder
-
Sets whether or not cancelling a future should immediately remove it from the task cancellation queue.
- removeParent(DataNode) - Method in class com.screenscraper.datamanager.DataNode
-
- removeParser(String) - Method in class com.screenscraper.datamanager.skeleton.BasicSchema
-
- removePOSTParameter(String) - Method in class com.screenscraper.common.HTTPRequest
-
Removes a POST parameter from the local hash.
- removePOSTParameter(String) - Method in interface com.screenscraper.common.RunningHTTPRequest
-
Removes a POST parameter from the local hash.
- removeProgressBar(ProgressBar) - Method in class com.screenscraper.scraper.ScrapingSession
-
Removes the specified progress bar
- removeProgressBar(ProgressBar) - Method in class com.screenscraper.util.ScrapeStateLogger
-
Removes the specified progress bar
- removeRegex(String) - Method in class com.screenscraper.util.parsing.name.EnglishNameParser.Builder
-
Sets the regular expression that will be replaced with an empty string in all name pieces
- removeRemoteScrapingSessionHandler(RemoteScrapingSessionHandler) - Method in class com.screenscraper.scraper.RemoteScrapingSessionHandlerManager
-
Removes an HTTP RemoteScrapingSessionHandler
from the manager.
- removeScheduledScrapingSession(String) - Static method in class com.screenscraper.scraper.ScheduledScrapingSessionManager
-
Removes a ScheduledScrapingSession
from the manager, and deletes
it from the database.
- removeScheduledScrapingSession(String) - Method in interface com.screenscraper.services.ScrapingSessionService
-
- removeScheduledScrapingSession(String, AsyncCallback) - Method in interface com.screenscraper.services.ScrapingSessionServiceAsync
-
- removeSchemalessEventListener(DataManagerSchemalessEvent.FireTime, EventHandler<DataManagerSchemalessEvent>) - Method in class com.screenscraper.datamanager.skeleton.BasicDataManager
-
Removes an event listener
- removeScrapeableFile(String) - Method in class com.screenscraper.scraper.ScrapingSession
-
Removes a scrapeable file from the session.
- removeScrapeableFile(int) - Method in class com.screenscraper.scraper.ScrapingSession
-
Removes a scrapeable file from the session.
- removeScrapeableSession(int) - Static method in class com.screenscraper.scraper.ScrapeableSessionManager
-
Removes the ScrapeableSession
with the given ID.
- removeScrapeableSession(ScrapeableSession) - Static method in class com.screenscraper.scraper.ScrapeableSessionManager
-
Removes the given ScrapeableSession
.
- removeScrapeableSession(String) - Method in interface com.screenscraper.services.ScrapingSessionService
-
- removeScrapeableSession(String, AsyncCallback) - Method in interface com.screenscraper.services.ScrapingSessionServiceAsync
-
- removeScrapingSession(ScrapingSession) - Method in enum com.screenscraper.scraper.ScrapingSessionManager
-
Removes a ScrapingSession
from the manager.
- removeScrapingSession(String) - Method in class com.screenscraper.scraper.SOAPInterface
-
Remove a scraping session from the remote server and from it's database.
- removeScrapingSession(String) - Method in interface com.screenscraper.services.ScrapingSessionService
-
- removeScrapingSession(String, AsyncCallback) - Method in interface com.screenscraper.services.ScrapingSessionServiceAsync
-
- removeScript(Script) - Static method in class com.screenscraper.scraper.ScriptManager
-
Removes a Script
and any corresponding ScriptInstance
objects.
- removeScript(String) - Method in class com.screenscraper.scraper.SOAPInterface
-
Remove a script from the remote server and it's database.
- removeScriptInstance(int) - Method in class com.screenscraper.scraper.ScriptInstances
-
Removes a script instance.
- removeScriptInstances(ScriptInstances, Script) - Static method in class com.screenscraper.scraper.ScriptManager
-
Removes any ScriptInstance
objects found within the given ScriptInstances
object corresponding to the given Script
object.
- removeSessionVariablesInMap(Map<Object, Object>, boolean) - Method in class com.screenscraper.scraper.ScrapingSession
-
Clears the value of all session variables that that match the keys in the Map
- removeSubExtractorPattern(ExtractorPattern) - Method in class com.screenscraper.scraper.ExtractorPattern
-
Revoves a child extractor pattern.
- removeTreeModelListener(TreeModelListener) - Method in class com.screenscraper.model.MainTreeModel
-
Removes a listener previously added with addTreeModelListener().
- removeUser(SharedResourceUser) - Method in interface com.screenscraper.http.util.SharedHttpClient
-
Registers a user of the resource.
- removeUser(SharedResourceUser) - Method in class com.screenscraper.http.util.SharedHttpClientBase
-
- removeValue(String) - Method in class com.screenscraper.util.ScrapeStateLogger
-
Removes a value from the additional values being output by this monitor (doesn't remove session variable values)
- reorderUSAddressBestGuessFromLines(String, String, String) - Method in class com.screenscraper.util.ScrapingUtil
-
Attempts to reorder the addressee, address, and address2 lines using the address parser to attempt to validate each part.
- replace(String, String, String) - Static method in class com.screenscraper.util.General
-
Finds and replaces a string using a regular expression.
- replace(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class com.screenscraper.view.ViewExtractorPattern.ExtractorEditorFilter
-
- replaceCarriageReturnAndNewLineReplacers(String) - Static method in class com.screenscraper.scraper.RemoteScrapingSessionCommand
-
Replaces newline and carriage return replacers with their corresponding tokens.
- replaceCarriageReturnsAndNewLines(String) - Static method in class com.screenscraper.scraper.RemoteScrapingSessionCommand
-
Replaces newlines and carriage returns with their corresponding tokens.
- replaceInvalidCharactersInURL(String) - Static method in class com.screenscraper.util.General
-
HttpClient doesn't like pipes in URL's, but it seems to work to replace the pipes with forward slashes, so this method handles that.
- replaceScrapeableFile(ScrapeableFile) - Method in class com.screenscraper.scraper.ScrapingSession
-
Replaces an existing scrapeable file with the given scrapeable file carrying the same name.
- replaceScrapingSession(ScrapingSession, ScrapingSession) - Static method in class com.screenscraper.scraper.ScheduledScrapingSessionManager
-
Replaces any references to the existing scraping session with
the new scraping session.
- replaceScrapingSession(ScrapingSession, ScrapingSession) - Static method in class com.screenscraper.scraper.ScrapeableSessionManager
-
Handles replacing one scraping session with another.
- replaceScrapingSessionOnRelatedOjbects(int, int) - Static method in class com.screenscraper.business.BScrapingSession
-
Used to replace one scraping session with another.
- replaceScrapingSessionOnScheduledScrapingSession(int, int) - Static method in class com.screenscraper.data.DScrapingSession
-
Updates all scheduled scraping session records with a new scraping session ID.
- replaceScrapingSessionOnScrapeableSession(int, int) - Static method in class com.screenscraper.data.DScrapingSession
-
Updates all scrapeable session records with a new scraping session ID.
- replaceScript(Script) - Static method in class com.screenscraper.scraper.ScriptManager
-
Replaces the script (if found) with the name matching the given one.
- replaceScriptsOnScrapingSession(ScrapingSession) - Static method in class com.screenscraper.scraper.ScriptManager
-
After the user has imported a scraping session they may have elected to not import some of the scripts associated with the scraping session.
- replaceStringWithinFile(String, String, File) - Static method in class com.screenscraper.util.General
-
Replaces all instances of one string for another within a file.
- repopulateIfThresholdMet() - Method in class com.screenscraper.util.ProxyServerPool
-
Repopulates the pool if the repopulate threshold has been met
- report(int) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
Reports an incorrectly solved CAPTCHA
- report(Captcha) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- report(int) - Method in class com.screenscraper.util.images.deathbycaptcha_api.HttpClient
-
- report(int) - Method in class com.screenscraper.util.images.deathbycaptcha_api.SocketClient
-
- reportAsBad() - Method in interface com.screenscraper.util.images.DecodedImage
-
Handles an incorrectly resolved image.
- reportBadProxy() - Method in class com.screenscraper.util.internal.services.proxypool.ProxyPoolClient
-
Reports the current proxy as bad and retrieves a new proxy
- reportBadProxy(boolean) - Method in class com.screenscraper.util.internal.services.proxypool.ProxyPoolClient
-
Reports the current proxy as bad and optionally retrieves a new proxy
- reportCompletion(long, String, int) - Method in class com.screenscraper.util.internal.services.iterator.model.APIConnection
-
- reportCompletion(long, String, int, boolean) - Method in class com.screenscraper.util.internal.services.iterator.model.APIConnection
-
- reportCompletion(String, int) - Method in class com.screenscraper.util.internal.services.iterator.model.Iteration
-
- reportError(long, String, int) - Method in class com.screenscraper.util.internal.services.iterator.model.APIConnection
-
- reportError(long, String, int, boolean) - Method in class com.screenscraper.util.internal.services.iterator.model.APIConnection
-
- reportError(long, String, int, boolean, boolean) - Method in class com.screenscraper.util.internal.services.iterator.model.APIConnection
-
- reportError(String, int) - Method in class com.screenscraper.util.internal.services.iterator.model.Iteration
-
- reportError(String, int, boolean) - Method in class com.screenscraper.util.internal.services.iterator.model.Iteration
-
- reportErrorOnIteration() - Method in class com.screenscraper.util.internal.services.iterator.IteratorClient
-
Reports successful iteration completion of the last grabbed iterator value, and causes the current iteration to be repeated later
- reportErrorOnIteration(String) - Method in class com.screenscraper.util.internal.services.iterator.IteratorClient
-
Reports successful iteration completion of the last grabbed iterator value
- reportErrorOnIteration(Integer) - Method in class com.screenscraper.util.internal.services.iterator.IteratorClient
-
Reports successful iteration completion of the last grabbed iterator value
- reportErrorOnIteration(String, Integer) - Method in class com.screenscraper.util.internal.services.iterator.IteratorClient
-
Reports successful iteration completion of the last grabbed iterator value
- reportErrorOnIteration(String, Integer, boolean) - Method in class com.screenscraper.util.internal.services.iterator.IteratorClient
-
Reports successful iteration completion of the last grabbed iterator value
- reportSuccessOnIteration() - Method in class com.screenscraper.util.internal.services.iterator.IteratorClient
-
Reports successful iteration completion of the last grabbed iterator value
- reportSuccessOnIteration(String) - Method in class com.screenscraper.util.internal.services.iterator.IteratorClient
-
Reports successful iteration completion of the last grabbed iterator value
- reportSuccessOnIteration(Integer) - Method in class com.screenscraper.util.internal.services.iterator.IteratorClient
-
Reports successful iteration completion of the last grabbed iterator value
- reportSuccessOnIteration(String, Integer) - Method in class com.screenscraper.util.internal.services.iterator.IteratorClient
-
Reports successful iteration completion of the last grabbed iterator value
- requestDataUpdated() - Method in class com.screenscraper.httpeek.model.TableModelRequestHeaders
-
Indicates that the request information has been updated.
- requestEntityIsKeyValuePairs() - Method in class com.screenscraper.common.HTTPRequest
-
Indicates whether or not the POST payload is key/value pairs or a raw entity.
- RequestError - Class in com.screenscraper.http.models
-
An error that occurred while requesting a file
- RequestError(String, Throwable) - Constructor for class com.screenscraper.http.models.RequestError
-
Creates the request error
- requestLine - Variable in class com.screenscraper.common.HTTPRequest
-
The Request-Line of the request.
- RequestOrResponseScroller(JScrollPane) - Constructor for class com.screenscraper.httpeek.view.ViewHTTPSession.RequestOrResponseScroller
-
- RequestParameter - Class in com.screenscraper.http.models
-
Represents a request parameter (key and value).
- RequestParameter(String, String) - Constructor for class com.screenscraper.http.models.RequestParameter
-
Builds the parameter
- RequestParameter(String, File) - Constructor for class com.screenscraper.http.models.RequestParameter
-
Builds the parameter
- RequestResponseTabSelector(int) - Constructor for class com.screenscraper.httpeek.view.ViewHTTPSession.RequestResponseTabSelector
-
- RequestType - Enum in com.screenscraper.util.internal.services.util
-
Types of HTTP Requests
- REQUIRED_REGULAR_EXPRESSION - Static variable in class com.screenscraper.scraper.ExtractorPatternToken
-
The regular expression used to extract required data.
- RequiredVersion - Annotation Type in com.screenscraper.annotations
-
Specifies a version that is required for a method.
- requiresLayout() - Method in class com.screenscraper.util.SessionLogAppender
-
- rerun(long) - Method in class com.screenscraper.util.internal.services.iterator.model.Iteration
-
- resequence(int, int, boolean) - Method in class com.screenscraper.scraper.MappingSet
-
Re-sequences all of the mappings whose sequence falls in between the
given sequences.
- resequenceHTTPParameter(String, int) - Method in class com.screenscraper.scraper.ScrapeableFile
-
Gives an HTTP parameter a new sequence.
- reset() - Method in class com.screenscraper.action.NavigationActionDoer
-
Cleans up the doer.
- reset() - Method in class com.screenscraper.events.EventEngine
-
Removes all callbacks from the event engine
- reset() - Method in class com.screenscraper.scraper.ScrapeableFile
-
Resets the object after a scrape to ensure that nothing is being retained in memory that shouldn't be.
- reset() - Method in class com.screenscraper.scraper.ScriptInstances
-
Resets the script instances so that it doesn't use more memory than it needs to.
- reset() - Method in class com.screenscraper.util.AutoProgressBar
-
Resets the values for this progress bar, as if it had been just barely created
- reset(long) - Method in class com.screenscraper.util.internal.services.iterator.model.APIConnection
-
- reset(long, boolean) - Method in class com.screenscraper.util.internal.services.iterator.model.APIConnection
-
- reset() - Method in class com.screenscraper.util.ScrapeStateLogger
-
Resets all internal values, so that this becomes as if just created.
- reset() - Method in class com.screenscraper.util.suppliers.CharacterSupplier
-
- reset() - Method in class com.screenscraper.util.suppliers.FileLineSupplier
-
- reset() - Method in class com.screenscraper.util.suppliers.ListSupplier
-
- reset() - Method in class com.screenscraper.util.suppliers.MultiObjectSupplier
-
- reset() - Method in class com.screenscraper.util.suppliers.NumberSupplier
-
- reset() - Method in interface com.screenscraper.util.suppliers.ResettableSupplier
-
Resets the state of this supplier so that the next call to get()
returns as if it were the first time the method were called
- reset() - Method in class com.screenscraper.webbrowser.ScreenScraperWebBrowser
-
Resets the the browser for a new page
- resetBlacklist() - Method in class com.screenscraper.util.internal.services.proxypool.ProxyPoolClient
-
Resets the blacklist for the domain this client is using.
- resetCallbacks() - Method in class com.screenscraper.scraper.ScrapingSession
-
- resetCategory(long, long) - Method in class com.screenscraper.util.internal.services.depthtracker.APIConnection
-
Resets a given category.
- resetCategory(long, long, boolean) - Method in class com.screenscraper.util.internal.services.depthtracker.APIConnection
-
Resets a given site.
- resetContainsNullableTokens() - Method in class com.screenscraper.scraper.ExtractorPattern
-
Resets the containsNullableTokens value.
- resetContainsNullableTokens() - Method in class com.screenscraper.scraper.ScrapeableFile
-
Resets the containsNullableTokens value for each of the extractor patterns.
- resetContainsNullableTokens() - Method in class com.screenscraper.scraper.ScrapingSession
-
Causes the containsNullableTokens value for each extractor pattern associated with each scrapeable file to be reset.
- resetContextVariables() - Method in class com.screenscraper.scraper.ScriptContext
-
Rests context variables to null.
- resetCustomHeaders() - Method in class com.screenscraper.scraper.ScrapeableFile
-
Resets the custom headers hash set.
- resetHttpClient() - Method in class com.screenscraper.httpeek.HTTPSession
-
Nulls out the HttpClient.
- resetInitialValues() - Method in class com.screenscraper.scraper.ScrapingSession
-
Resets a series of values to ensure that the scraping session starts fresh.
- resetNonPersistentValues() - Method in class com.screenscraper.scraper.ScrapeableFile
-
This method should be used to reset values that should not persist across times the scrape is run, but since we store the session in memory they can persist in error
- resetNumRecordsScraped() - Method in class com.screenscraper.scraper.ScrapingSession
-
Resets the number of records scraped to 0.
- resetNumValidElements() - Method in class com.screenscraper.action.HtmlElementIdentifier
-
Resets the number of valid found elements.
- resetOnCompletion() - Method in class com.screenscraper.scraper.ScrapingSession
-
Indicates whether or not the session should be reset once it completes.
- resetPostData() - Method in class com.screenscraper.ie.InternetExplorer
-
Resets the POST data to null.
- resetReferer() - Method in class com.screenscraper.scraper.ScrapeableFile
-
Resets the referer value to null.
- resetReferers() - Method in class com.screenscraper.scraper.ScrapingSession
-
Resets the referer for all scrapeable files to null.
- resetReferrerBeforeRescrape - Variable in class com.screenscraper.util.retry.AbstractRetryPolicy
-
Flag used to indicate whether or not the referrer should be reset if this policy shows an error on the page
- resetReferrerBeforeRescrape() - Method in class com.screenscraper.util.retry.AbstractRetryPolicy
-
- resetReferrerBeforeRescrape() - Method in class com.screenscraper.util.retry.MultiplePolicyRetryPolicy
-
- resetReferrerBeforeRescrape() - Method in interface com.screenscraper.util.retry.RetryPolicy
-
Returns true if the referrer should be reset before attempting to rescrape the file, if there was an error.
- resetScrapingSessionNotifiable() - Method in class com.screenscraper.scraper.Scraper
-
Nulls out the ScrapingSessionNotifiable
.
- resetScrapingSessionState() - Method in class com.screenscraper.scraper.ScrapingSession
-
Resets the scraping session state.
- resetSessionVariablesBeforeRescrape - Variable in class com.screenscraper.util.retry.AbstractRetryPolicy
-
Flag used to indicate whether or not the session variables should be reset if this policy shows an error on the page
- resetSessionVariablesBeforeRescrape() - Method in class com.screenscraper.util.retry.AbstractRetryPolicy
-
- resetSessionVariablesBeforeRescrape() - Method in class com.screenscraper.util.retry.MultiplePolicyRetryPolicy
-
- resetSessionVariablesBeforeRescrape() - Method in interface com.screenscraper.util.retry.RetryPolicy
-
Returns true if the session variables should be reset before attempting to rescrape the file, if there was an error.
- resetSite(long) - Method in class com.screenscraper.util.internal.services.depthtracker.APIConnection
-
Resets a given site.
- resetSite(long, boolean) - Method in class com.screenscraper.util.internal.services.depthtracker.APIConnection
-
Resets a given site.
- ResettableSupplier<T> - Interface in com.screenscraper.util.suppliers
-
This represents a supplier that can be reset to it's initial state
- resetThreadGate() - Method in class com.screenscraper.scraper.ScrapingSession
-
Resets the state of the thread gate so it is ready for a new scrape to run
- ResizeableLinkedBlockingDeque<T> - Class in com.screenscraper.concurrent
-
A LinkedBlockingDeque with a scalable capacity.
- ResizeableLinkedBlockingDeque() - Constructor for class com.screenscraper.concurrent.ResizeableLinkedBlockingDeque
-
Creates an unbounded deque
- ResizeableLinkedBlockingDeque(int) - Constructor for class com.screenscraper.concurrent.ResizeableLinkedBlockingDeque
-
Creates a deque with the specified capacity
- resizeImage(String, String, int, int, boolean) - Static method in class com.screenscraper.util.FileUtils
-
Creates a thumbnail for an existing image.
- resizeImageFixHeight(String, String, int, boolean) - Method in class com.screenscraper.scraper.ScrapingSession
-
Creates a thumbnail for an existing image.
- resizeImageFixHeight(String, String, int, boolean) - Method in class com.screenscraper.util.ScrapingUtil
-
Creates a thumbnail for an existing image.
- resizeImageFixWidth(String, String, int, boolean) - Method in class com.screenscraper.scraper.ScrapingSession
-
Creates a thumbnail for an existing image.
- resizeImageFixWidth(String, String, int, boolean) - Method in class com.screenscraper.util.ScrapingUtil
-
Creates a thumbnail for an existing image.
- resizeImageFixWidthAndHeight(String, String, int, int, boolean) - Method in class com.screenscraper.scraper.ScrapingSession
-
Creates a thumbnail for an existing image.
- resizeImageFixWidthAndHeight(String, String, int, int, boolean) - Method in class com.screenscraper.util.ScrapingUtil
-
Creates a thumbnail for an existing image.
- resolveRelativeURL(String) - Method in interface com.screenscraper.scraper.RunningScrapeableFile
-
Resolve a relative URL
- resolveRelativeURL(String) - Method in class com.screenscraper.scraper.ScrapeableFile
-
Resolve a relative URL
- resolveVariables(String) - Method in class com.screenscraper.scraper.ScrapingSessionState
-
Given a String
attempts to resolve any variables.
- responseDataUpdated() - Method in class com.screenscraper.httpeek.model.TableModelResponseHeaders
-
Indicates that the response information has been updated.
- restartProxyServer() - Method in class com.screenscraper.httpeek.view.ViewHTTPSession
-
Restarts the proxy server only if it's already running.
- restoreHTTPParametersAfterScraping() - Method in class com.screenscraper.scraper.ScrapeableFile
-
Indicates that HTTP parameters should be restored after the scraping session finishes scraping.
- restoreHTTPParametersAfterScraping() - Method in class com.screenscraper.scraper.ScrapingSession
-
Indicates that HTTP parameters should be restored after the scraping session finishes scraping.
- restoreOriginalHTTPParameters() - Method in class com.screenscraper.scraper.ScrapeableFile
-
Restores the original HTTP parameters.
- resume() - Method in class com.screenscraper.util.internal.services.iterator.model.IteratorInstance
-
- resumeInstance(String) - Method in class com.screenscraper.util.internal.services.iterator.model.APIConnection
-
- retainAll(Collection<?>) - Method in class com.screenscraper.concurrent.ResizeableLinkedBlockingDeque
-
- retainAll(Collection<?>) - Method in class com.screenscraper.concurrent.SynchronizedListAccessibleLock
-
- retainAll(Collection<?>) - Method in class com.screenscraper.profiling.ObjectReferenceSet
-
- retrieveLastKey(PreparedStatement, DataNode) - Method in class com.screenscraper.datamanager.sql.HSqlDataWriter
-
- retrieveLastKey(PreparedStatement, DataNode) - Method in class com.screenscraper.datamanager.sql.SqlDataWriter
-
- RetryPolicy - Interface in com.screenscraper.util.retry
-
Policy for handling pages that load incorrectly User: Mike Date: 11/9/11 Time: 5:11 PM
- RetryPolicyFactory - Class in com.screenscraper.util.retry
-
Factory for creating a retry policies
User: Mike
Date: 11/9/11
Time: 5:14 PM
- returnCode - Variable in class com.screenscraper.util.images.decaptcher_api.CCProto.PictureResult
-
- Revalidator(JPanel) - Constructor for class com.screenscraper.view.DataSetFrame.Revalidator
-
- RightPaneObjectLoader(Object) - Constructor for class com.screenscraper.view.ViewScrapeableFile.RightPaneObjectLoader
-
- RightPaneObjectLoader(Object) - Constructor for class com.screenscraper.view.ViewTree.RightPaneObjectLoader
-
- rollback(String) - Method in class com.screenscraper.datamanager.skeleton.BasicDataManager
-
removes the DataNode corresponding to the schema prior to flush being called
- rollback() - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.ManagedConnection
-
- rollback(Savepoint) - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.ManagedConnection
-
- rollback(InstallerContext) - Method in class com.screenscraper.util.Install4J
-
- rollback(String) - Method in class com.screenscraper.util.internal.services.iterator.model.IteratorInstance
-
- rollback(Date) - Method in class com.screenscraper.util.internal.services.iterator.model.IteratorInstance
-
- rollbackInstance(String, String) - Method in class com.screenscraper.util.internal.services.iterator.model.APIConnection
-
- root - Variable in class com.screenscraper.datamanager.skeleton.BasicDataManager
-
- rootLock - Variable in class com.screenscraper.datamanager.skeleton.BasicDataManager
-
- RootNode - Class in com.screenscraper.datamanager
-
The root node of the tree that stores all the DataNodes in the DataManager
- RootNode() - Constructor for class com.screenscraper.datamanager.RootNode
-
Construct a new RootNode with an empty set of children DataNode
- roundToNearestFraction(RationalNumber) - Method in class com.screenscraper.profiling.session.units.Measure
-
Returns a measurement in the current size that is the nearest whole multiple of the given size.
- roundToNearestFractionInSize(RationalNumber, T) - Method in class com.screenscraper.profiling.session.units.Measure
-
Returns a measurement in the given size that is the nearest whole multiple of the given size.
- roundToNearestMultiple(RationalNumber) - Method in class com.screenscraper.profiling.session.units.RationalNumber
-
Returns a new rational number that is the nearest multiple of the given rational number.
- Row - Class in com.screenscraper.util.parsing.table
-
A row in a table
- Row() - Constructor for class com.screenscraper.util.parsing.table.Row
-
- Row(Row) - Constructor for class com.screenscraper.util.parsing.table.Row
-
- rowDeleted(int) - Method in class com.screenscraper.httpeek.model.TableModelTransactions
-
Indicates that a row was deleted.
- rowDeleted(int) - Method in class com.screenscraper.model.TableModelExtractorPatternTokens
-
Indicates that a row was deleted.
- rowDeleted(int) - Method in class com.screenscraper.model.TableModelFormParametersToSet
-
Indicates that a row was deleted.
- rowDeleted(int) - Method in class com.screenscraper.model.TableModelMappingSet
-
Indicates that a row was deleted.
- rowDeleted(int) - Method in class com.screenscraper.model.TableModelParameters
-
Indicates that a row was deleted.
- rowDeleted(int) - Method in class com.screenscraper.model.TableModelScriptInstances
-
Indicates that a row was deleted.
- rowDeleted(int) - Method in class com.screenscraper.view.BreakpointFrame.TableModelDataRecord
-
Indicates that a row was deleted.
- rowDeleted(int) - Method in class com.screenscraper.view.BreakpointFrame.TableModelSessionVariables
-
Indicates that a row was deleted.
- rowDeleted(int) - Method in class com.screenscraper.view.DataSetFrame.TableModelDataSet
-
Indicates that a row was deleted.
- rowDeleted(int) - Method in class com.screenscraper.view.ProxyFiltersEditor.TableModelProxyFilters
-
Indicates that a row was deleted.
- rowDeleted(int) - Method in class com.screenscraper.view.RegularExpressionsEditor.TableModelRegularExpressions
-
Indicates that a row was deleted.
- rowInserted(int) - Method in class com.screenscraper.httpeek.model.TableModelTransactions
-
Indicates that a row was inserted.
- run(DataNode) - Method in class com.screenscraper.datamanager.sql.SqlDuplicateFilter
-
apply the filter to the data nodes.
- run() - Method in class com.screenscraper.httpeek.HTTPTransaction
-
Handles a single transaction.
- run() - Method in class com.screenscraper.httpeek.ServerDaemon
-
The meat of the daemon.
- run() - Method in class com.screenscraper.httpeek.view.ProxyFindDialog.TextFinder
-
- run() - Method in class com.screenscraper.httpeek.view.ViewHTTPSession.JScrollPaneScroller
-
- run() - Method in class com.screenscraper.httpeek.view.ViewHTTPSession.RequestOrResponseScroller
-
- run() - Method in class com.screenscraper.httpeek.view.ViewHTTPSession.RequestResponseTabSelector
-
- run() - Method in class com.screenscraper.httpeek.view.ViewHTTPSession.TextBoxScroller
-
- run() - Method in class com.screenscraper.httpeek.view.ViewHTTPSession.TextHighlighter
-
- run() - Method in class com.screenscraper.httpeek.view.ViewHTTPSession.TransactionDeleter
-
- run() - Method in class com.screenscraper.httpeek.view.ViewHTTPSession.TransactionDisplayer
-
- run() - Method in class com.screenscraper.scraper.LWSServer
-
- run() - Method in class com.screenscraper.scraper.RemoteScrapingSessionHandler
-
Runs the session.
- run() - Method in class com.screenscraper.scraper.SchedulingService
-
The meat of the daemon.
- run() - Method in class com.screenscraper.scraper.ScrapingServer
-
The meat of the daemon.
- run() - Method in class com.screenscraper.scraper.ScrapingSession.BreakpointFrameDisposer
-
- run() - Method in class com.screenscraper.scraper.ScrapingSession.BreakpointFrameLauncher
-
- run() - Method in class com.screenscraper.scraper.ScriptContext.ScriptRunner
-
Executes the script.
- run() - Method in class com.screenscraper.scraper.WebServer
-
Starts the server.
- run() - Method in class com.screenscraper.util.AnonymousProxyUtils.GetNumberRunningProxies
-
- run() - Method in class com.screenscraper.util.AnonymousProxyUtils.TerminateRunningProxies
-
- run() - Method in class com.screenscraper.util.General.CursorChanger
-
- run() - Method in class com.screenscraper.util.General.StringBrowserDisplayer
-
- run() - Method in class com.screenscraper.util.ProxyServerPool.ProxyServerValidator
-
Executes the script.
- run() - Method in class com.screenscraper.view.DataSetFrame.Revalidator
-
- run() - Method in class com.screenscraper.view.GlobalFindDialog.TextFinder
-
- run() - Method in class com.screenscraper.view.GlobalSearchResultsDisplayer.SearchResultDisplayer
-
- run() - Method in class com.screenscraper.view.ScrapeableFileHTTPTransactionComparer.TableFormatter
-
- run() - Method in class com.screenscraper.view.ViewExtractorPattern.JEditorPaneTextSelector
-
- run() - Method in class com.screenscraper.view.ViewMainFrame.FocusRequester
-
- run() - Method in class com.screenscraper.view.ViewMainFrame.NeedsSavingDialogCloser
-
- run() - Method in class com.screenscraper.view.ViewMainFrame.StatusBarBlanker
-
Tests the regular expression with the content.
- run() - Method in class com.screenscraper.view.ViewScrapeableFile.JScrollPaneScroller
-
- run() - Method in class com.screenscraper.view.ViewScrapeableFile.RightPaneObjectLoader
-
- run() - Method in class com.screenscraper.view.ViewScrapingSession.ScriptHighlighter
-
- run() - Method in class com.screenscraper.view.ViewScript.ExtractorPatternScroller
-
- run() - Method in class com.screenscraper.view.ViewScript.ScriptHighlighter
-
- run() - Method in class com.screenscraper.view.ViewTree.MultiSelectionPanelDisplayer
-
- run() - Method in class com.screenscraper.view.ViewTree.PathSelector
-
- run() - Method in class com.screenscraper.view.ViewTree.RightPaneObjectLoader
-
- run() - Method in class com.screenscraper.view.ViewUtil.BugFixTextSelector
-
- run() - Method in class com.screenscraper.view.ViewUtil.ColumnResizer
-
- run() - Method in class com.screenscraper.view.ViewUtil.TextBoxChanger
-
- run() - Method in class com.screenscraper.view.ViewUtil.TextSelector
-
- RUN_MODE_COMMAND_LINE - Static variable in class com.screenscraper.Settings
-
Command line run mode
- RUN_MODE_SERVER - Static variable in class com.screenscraper.Settings
-
Server run mode
- RUN_MODE_WORKBENCH - Static variable in class com.screenscraper.Settings
-
Workbench run mode
- RUN_SHUTDOWN_HOOK - Static variable in class com.screenscraper.util.General
-
Indicates whether or not the shutdown hook should be run on exit.
- runFilter(DataNode, List<String>, Connection) - Method in class com.screenscraper.datamanager.sql.SqlDuplicateFilter
-
- runInCategory(String, Runnable) - Method in interface com.screenscraper.util.internal.services.depthtracker.DepthTracker
-
Enters the category (if possible) and runs the runnable
- runInCategory(String, Runnable) - Method in class com.screenscraper.util.internal.services.depthtracker.DepthTrackerClient
-
- runInCategory(String, Runnable) - Method in class com.screenscraper.util.internal.services.depthtracker.TestDepthTrackerClient
-
- runMultipleScrapes(String, String, String, int) - Method in class com.screenscraper.util.ScrapingUtil
-
Deprecated.
- runMultipleScrapes(String, String, Object[], int) - Method in class com.screenscraper.util.ScrapingUtil
-
Deprecated.
- runMultipleScrapes(String, String, List<?>, int) - Method in class com.screenscraper.util.ScrapingUtil
-
Deprecated.
- runMultipleScrapes(String, String, List<?>, int, boolean) - Method in class com.screenscraper.util.ScrapingUtil
-
Deprecated.
- runMultipleSessionsConcurrentlyForInput(int, Function<T, List<T>>, Callable<Supplier<T>>) - Method in class com.screenscraper.util.ScrapingUtil
-
Runs multiple scraping sessions in parallel over the same input data.
- runMultipleSessionsConcurrentlyForInput(int, int, Function<T, List<T>>, Callable<Supplier<T>>) - Method in class com.screenscraper.util.ScrapingUtil
-
Runs multiple scraping sessions in parallel over the same input data.
- RunnableScrapingSession - Class in com.screenscraper.scraper
-
Encapsulates the data necessary to start up a scraping session.
- RunnableScrapingSession(String) - Constructor for class com.screenscraper.scraper.RunnableScrapingSession
-
Instantiates a new runnable scraping session that will use the scraping session identified by the name parameter to scrape data.
- RunnableScrapingSession(String, ScrapingSession) - Constructor for class com.screenscraper.scraper.RunnableScrapingSession
-
Creates a new instance by inheriting the state and notifiable from the given ScrapingSession
.
- RunnableScrapingSession(String, ScrapingSession, boolean) - Constructor for class com.screenscraper.scraper.RunnableScrapingSession
-
Creates a new instance by inheriting the state and notifiable from the given ScrapingSession
.
- RunningHTTPRequest - Interface in com.screenscraper.common
-
A facade to be used within scripts that provides limited access to a
HTTPRequest.
- RunningHTTPResponse - Interface in com.screenscraper.common
-
A facade to be used within scripts that provides limited access to a HTTPResponse.
- RunningHTTPSession - Interface in com.screenscraper.httpeek
-
- RunningScrapeableFile - Interface in com.screenscraper.scraper
-
- RunningScrapingSession - Interface in com.screenscraper.scraper
-
- runOnAllAttemptsFailed() - Method in class com.screenscraper.util.retry.AbstractRetryPolicy
-
- runOnAllAttemptsFailed() - Method in class com.screenscraper.util.retry.MultiplePolicyRetryPolicy
-
This will be called if all the retry attempts for the scrapeable file failed.
- runOnAllAttemptsFailed() - Method in interface com.screenscraper.util.retry.RetryPolicy
-
This will be called if all the retry attempts for the scrapeable file failed.
- runOnAllAttemptsFailed() - Method in class com.screenscraper.util.retry.StandardRetryPolicy
-
- runOnError() - Method in class com.screenscraper.util.retry.EmptyRetryPolicy
-
- runOnError() - Method in class com.screenscraper.util.retry.MultiplePolicyRetryPolicy
-
- runOnError() - Method in interface com.screenscraper.util.retry.RetryPolicy
-
Runs this code when the page had an error.
- runOnError() - Method in class com.screenscraper.util.retry.StandardRetryPolicy
-
- runScheduledScrapingSessions() - Static method in class com.screenscraper.scraper.ScheduledScrapingSessionManager
-
Run any ScheduledScrapingSession
objects that
have reached the time to run.
- runScrapingSession() - Method in class com.screenscraper.scraper.ScheduledScrapingSession
-
Runs the ScrapingSession
held by this object.
- runScrapingSession(ScrapingSession) - Method in enum com.screenscraper.scraper.ScrapingSessionManager
-
Runs or queues to be run a scraping session.
- runScrapingSession(String, String) - Method in interface com.screenscraper.services.ScrapingSessionService
-
- runScrapingSession(String, String, AsyncCallback) - Method in interface com.screenscraper.services.ScrapingSessionServiceAsync
-
- runScrapingSessions(ArrayList) - Method in interface com.screenscraper.services.ScrapingSessionService
-
- runScrapingSessions(ArrayList, AsyncCallback) - Method in interface com.screenscraper.services.ScrapingSessionServiceAsync
-
- runScrapingSessionsForFolder(String) - Method in interface com.screenscraper.services.ScrapingSessionService
-
- runScrapingSessionsForFolder(String, AsyncCallback) - Method in interface com.screenscraper.services.ScrapingSessionServiceAsync
-
- RunState - Enum in com.screenscraper.util.internal.services.depthtracker
-
Class Description
- runTest() - Method in class com.screenscraper.webbrowser.BrowserTester
-
- runTimedCallbacks() - Method in class com.screenscraper.util.javascript.models.dom.DOMNodeList
-
Runs all the callbacks that are scheduled to run up to this point in time and have not yet been run
- runTimedCallbacks() - Method in class com.screenscraper.util.javascript.models.ModelMapper
-
Runs all the callbacks that are scheduled to run up to this point in time and have not yet been run