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 _ 

E

E - Static variable in class com.screenscraper.profiling.session.units.RationalNumber
This is the constant e, as approximated from Math.E
EDIT - Static variable in class com.screenscraper.view.DataSetEditor
Defines the action for the button.
EDIT - Static variable in class com.screenscraper.view.ViewScrapeableFile.LongParameterEditor
Defines the action for the button.
editingCanceled(ChangeEvent) - Method in class com.screenscraper.view.ViewTree
Indicates that the user canceled editing a node.
editingStopped(ChangeEvent) - Method in class com.screenscraper.view.ViewTree
Indicates that the user stopped editing a node.
EDITION_BASIC - Static variable in class com.screenscraper.Settings
Define possible editions.
EDITION_ENTERPRISE - Static variable in class com.screenscraper.Settings
 
EDITION_PROFESSIONAL - Static variable in class com.screenscraper.Settings
 
editor - Variable in class com.screenscraper.view.ViewExtractorPattern.ExtractorEditorFilter
 
editorPane - Variable in class com.screenscraper.view.ViewExtractorPattern.JEditorPaneTextSelector
 
editorPane - Variable in class com.screenscraper.view.ViewExtractorPattern.TokenEditor
The JEditorPane associated with the token editor.
EITHER_NUMERIC_OR_LETTERS_CAPTCHA - Static variable in class com.screenscraper.util.images.TwoCaptchaDecoder
Constant for captcha can contain both letters and numbers
element() - Method in class com.screenscraper.concurrent.ResizeableLinkedBlockingDeque
 
EmailClient - Class in com.screenscraper.util.mail
A simple client for sending email
EmailClient(String, String, int, String, String) - Constructor for class com.screenscraper.util.mail.EmailClient
Prepares an Email Client to send email.
EmailClient(String, String, int, EmailEncryptionType, String, String) - Constructor for class com.screenscraper.util.mail.EmailClient
Prepares an Email Client to send email.
EmailEncryptionType - Enum in com.screenscraper.util.mail
Types of email encryption
EmailInput - Class in com.screenscraper.util.form
Represents an email input
EmailInput(String) - Constructor for class com.screenscraper.util.form.EmailInput
 
EmailMessage - Class in com.screenscraper.util.mail
An email message.
EmailMessage(Session) - Constructor for class com.screenscraper.util.mail.EmailMessage
Build a message that is from the specified session
EMPTY_BYTE_ARRAY - Static variable in class com.screenscraper.datamanager.sql.cache.model.CachedContent
Deprecated.
An empty byte array, used for default content
EMPTY_BYTE_ARRAY - Static variable in class com.screenscraper.util.General
 
EMPTY_BYTE_ARRAY - Static variable in class com.screenscraper.util.internal.services.util.SimpleHttpClient
 
EMPTY_HANDLER_ARRAY - Static variable in class com.screenscraper.scraper.WebServer
 
EMPTY_HTTP_TRANSACTIONS - Static variable in class com.screenscraper.httpeek.HTTPSession
 
EMPTY_RESPONSE - Static variable in class com.screenscraper.util.internal.services.util.SimpleHttpResponse
 
EMPTY_STRING_ARRAY - Static variable in class com.screenscraper.util.General
 
EMPTY_STRING_ARRAY_2D - Static variable in class com.screenscraper.util.General
 
EMPTY_TOKEN_DEFAULTS - Static variable in class com.screenscraper.scraper.ExtractorPatternTokenDefaults
The defaults to use to indicate do nothing special
emptyPercentages - Variable in class com.screenscraper.view.TableResizer
 
EmptyRetryPolicy - Class in com.screenscraper.util.retry
No Description Author: Mike Date: 2/13/12 Time: 5:00 PM
EmptyRetryPolicy() - Constructor for class com.screenscraper.util.retry.EmptyRetryPolicy
Builds an empty retry policy that does nothing (in case you set a session level one, but don't want to use it for a file)
ENABLE_FORM_LISTENERS - Static variable in class com.screenscraper.webbrowser.JSConstants
 
enableCaching(String, boolean, boolean) - Method in class com.screenscraper.scraper.ScrapingSession
Enables caching for this scrape.
enableCachingAndFilteringDataSets() - Static method in class com.screenscraper.Settings
Indicates whether or not caching and filtering of data sets should be enabled.
enableCodeFoldingInLastResponse() - Static method in class com.screenscraper.Settings
Returns whether code folding should be enabled in the last response tab or not
enableConnectionMonitoring() - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Tells this data manager to log out information about connections it has given out that have been open for a long time.
enableFormListeners() - Method in class com.screenscraper.webbrowser.ScreenScraperWebBrowser
Enables listening to form fields on the currently loaded webpage
enableMacros(boolean) - Method in class com.screenscraper.view.languagesupport.ScriptCompletionProvider
 
enableMacros(boolean) - Method in class com.screenscraper.view.languagesupport.ScriptDynamicCompletionProvider
Sets whether or not the macros are enabled
enablePageAndContextCaching(String, CacheReaderWriter) - Method in class com.screenscraper.datamanager.skeleton.BasicDataManager
Enables page and context caching for the given main table
enablePageAndContextCaching(String, Collection<String>, boolean, boolean) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
Deprecated.
ENCODE - Static variable in class com.screenscraper.util.Base64
Specify encoding (value is true).
encode(String, String) - Static method in class com.screenscraper.util.General
This is just a wrapper to URLEncoder.encode() that catches any errors while encoding
encodeBytes(byte[]) - Static method in class com.screenscraper.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], boolean) - Static method in class com.screenscraper.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class com.screenscraper.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, boolean) - Static method in class com.screenscraper.util.Base64
Encodes a byte array into Base64 notation.
encodeFromFile(String) - Static method in class com.screenscraper.util.Base64
Simple helper method that Base64-encodes a file and returns the encoded string or null if there was an error.
encodeObject(Serializable) - Static method in class com.screenscraper.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, boolean) - Static method in class com.screenscraper.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeString(String) - Static method in class com.screenscraper.util.Base64
Encodes a string in Base64 notation with line breaks after every 75 Base64 characters.
encodeString(String, boolean) - Static method in class com.screenscraper.util.Base64
Encodes a string in Base64 notation with line breaks after every 75 Base64 characters.
encodeToFile(byte[], String) - Static method in class com.screenscraper.util.Base64
Simple helper method that Base64-encodes data to a file.
encoding - Variable in class com.screenscraper.datamanager.xml.XmlDataManager
 
END_COLUMN_NUMBER_ATTRIBUTE - Static variable in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulator
The attribute name that will indicate the end column number.
END_TOKEN_DELIMITER - Static variable in class com.screenscraper.scraper.ExtractorPatternToken
 
endAddressWords(Collection<String>) - Method in class com.screenscraper.util.parsing.address.USAddressParser.USAddressParserBuilder
Sets a new collection of end address words used to detect the end of the street.
endCache() - Method in class com.screenscraper.util.FileCacher
Ends the cache, either zipping or renaming the containing directory.
endCaching() - Method in class com.screenscraper.scraper.ScrapingSession
Ends the cache for the scrape.
endCachingAtScrapeClose() - Method in class com.screenscraper.scraper.ScrapingSession
Ends the cache for the scrape.
endDocument() - Method in class com.screenscraper.fileparser.ExcelContentHandler
 
endElement(String, String, String) - Method in class com.screenscraper.fileparser.ExcelContentHandler
 
ENDS_WITH - Static variable in class com.screenscraper.model.ProxyFilter
 
endSession() - Method in class com.screenscraper.jrex.JRexBrowser
 
EnglishNameParser - Class in com.screenscraper.util.parsing.name
English name parser.
EnglishNameParser.Builder - Class in com.screenscraper.util.parsing.name
Builder class used to build parsers for english names.
ensureDateIsInTheFuture(Date) - Static method in class com.screenscraper.scraper.ScheduledScrapingSession
Ensures that the given date is in the future.
ensureFullyLoaded() - Method in class com.screenscraper.scraper.ScrapingSession
Ensures that the scraping session is completely loaded.
ensureHasBeenLoadedFromCache() - Method in class com.screenscraper.common.DataSet
Ensures that the set has been loaded from the cache, if it was previously cached.
ensureLocksFolderExists() - Static method in class com.screenscraper.util.General
Ensures that the locks folder exists.
ensureNavigationActionsHaveScrapeableFileReference() - Method in class com.screenscraper.scraper.ScrapeableFile
Ensures that all of the navigation actions held by this object have a reference to the object.
ensureScrapeableFilesHaveScrapingSessionReference() - Method in class com.screenscraper.scraper.ScrapingSession
Ensures that all constituent scrapeable file objects have a reference to this scraping session.
enterCategory(long, Long, String, long) - Method in class com.screenscraper.util.internal.services.depthtracker.APIConnection
Enters a given category if possible
enterCategory(long, Long, String, long, boolean) - Method in class com.screenscraper.util.internal.services.depthtracker.APIConnection
Enters a given category if possible
enterCategory(String) - Method in interface com.screenscraper.util.internal.services.depthtracker.DepthTracker
 
enterCategory(String, int) - Method in interface com.screenscraper.util.internal.services.depthtracker.DepthTracker
 
enterCategory(String, boolean) - Method in interface com.screenscraper.util.internal.services.depthtracker.DepthTracker
 
enterCategory(String, int, boolean) - Method in interface com.screenscraper.util.internal.services.depthtracker.DepthTracker
 
enterCategory(String) - Method in class com.screenscraper.util.internal.services.depthtracker.DepthTrackerClient
 
enterCategory(String, int) - Method in class com.screenscraper.util.internal.services.depthtracker.DepthTrackerClient
 
enterCategory(String, boolean) - Method in class com.screenscraper.util.internal.services.depthtracker.DepthTrackerClient
 
enterCategory(String, int, boolean) - Method in class com.screenscraper.util.internal.services.depthtracker.DepthTrackerClient
 
enterCategory(String) - Method in class com.screenscraper.util.internal.services.depthtracker.TestDepthTrackerClient
 
enterCategory(String, int) - Method in class com.screenscraper.util.internal.services.depthtracker.TestDepthTrackerClient
 
enterCategory(String, boolean) - Method in class com.screenscraper.util.internal.services.depthtracker.TestDepthTrackerClient
 
enterCategory(String, int, boolean) - Method in class com.screenscraper.util.internal.services.depthtracker.TestDepthTrackerClient
 
enterSite(long, String, String) - Method in class com.screenscraper.util.internal.services.depthtracker.APIConnection
Enters a given site if possible.
entrySet() - Method in class com.screenscraper.util.javascript.models.dom.DOMNamedNodeMap
 
entrySet() - Method in class com.screenscraper.util.javascript.models.dom.DOMNodeList
 
entrySet() - Method in class com.screenscraper.util.javascript.models.ModelMapper
 
EOF - Static variable in class com.screenscraper.util.General
 
EOL_COMMENT - Static variable in class com.screenscraper.view.languagesupport.InterpretedJavaTokenMaker
lexical states
equals(Object) - Method in class com.screenscraper.common.HTTPParameter
Override equals.
equals(Object) - Method in class com.screenscraper.concurrent.SynchronizedListAccessibleLock
 
equals(Object) - Method in class com.screenscraper.datamanager.DataNode
 
equals(Object) - Method in class com.screenscraper.datamanager.DataObject
An object is equal if it is an instance of DataObject, the ObjectType is equivalent, and the equals method on the contained object returns true.
equals(Object) - Method in class com.screenscraper.datamanager.SchemaForeignKey
 
equals(Object) - Method in class com.screenscraper.datamanager.SchemaKey
 
equals(Object) - Method in class com.screenscraper.datamanager.skeleton.BasicSchema
 
equals(Object) - Method in class com.screenscraper.datamanager.skeleton.cache.CacheBlock
 
equals(Object) - Method in class com.screenscraper.datamanager.skeleton.cache.CachedContext
 
equals(Object) - Method in class com.screenscraper.datamanager.skeleton.cache.CachedPage
 
equals(Object) - Method in class com.screenscraper.datamanager.sql.cache.CacheLoader
Deprecated.
 
equals(Object) - Method in class com.screenscraper.datamanager.sql.cache.model.CachedContent
Deprecated.
 
equals(Object) - Method in class com.screenscraper.events.EventHandlerWithPriority
 
equals(Object) - Method in class com.screenscraper.http.models.ScrapingData
 
equals(Object) - Method in class com.screenscraper.http.models.ScrapingHttpHeader
 
equals(Object) - Method in class com.screenscraper.http.util.HttpClientKey
 
equals(Object) - Method in class com.screenscraper.http.util.SharedResourceUser
 
equals(Object) - Method in class com.screenscraper.model.Folder
Overriding equals...
equals(Object) - Method in class com.screenscraper.profiling.session.units.Measure
Checks to see if this is equal to another measurement, but converts to the same units first.
equals(Object) - Method in class com.screenscraper.profiling.session.units.RationalNumber
 
equals(Object) - Method in class com.screenscraper.scraper.Mapping
Overriding equals...
equals(Object) - Method in class com.screenscraper.scraper.MappingSet
Overriding equals...
equals(Object) - Method in class com.screenscraper.scraper.ScheduledScrapingSession
We override this so that we can easily check for duplicates.
equals(Object) - Method in class com.screenscraper.scraper.ScrapeableFile
Overriding equals...
equals(Object) - Method in class com.screenscraper.scraper.ScrapingSession
Overriding equals...
equals(Object) - Method in class com.screenscraper.scraper.Script
Overriding equals...
equals(Object) - Method in class com.screenscraper.scraper.ScriptInstance
We override this so that we can check for dupes.
equals(Object) - Method in class com.screenscraper.util.agents.UserAgent
 
equals(Object) - Method in class com.screenscraper.util.AutoProgressBar
Checks to see if this is equal to another object.
equals(Object) - Method in class com.screenscraper.util.internal.services.depthtracker.Category
 
equals(Object) - Method in class com.screenscraper.util.internal.services.depthtracker.ExecutionThread
 
equals(Object) - Method in class com.screenscraper.util.internal.services.depthtracker.Site
 
equals(Object) - Method in class com.screenscraper.util.internal.services.iterator.model.Developer
 
equals(Object) - Method in class com.screenscraper.util.internal.services.iterator.model.Iteration
 
equals(Object) - Method in class com.screenscraper.util.internal.services.iterator.model.Iterator
 
equals(Object) - Method in class com.screenscraper.util.internal.services.iterator.model.IteratorInstance
 
equals(Object) - Method in class com.screenscraper.util.internal.services.iterator.model.IteratorTable
 
equals(Object) - Method in class com.screenscraper.util.internal.services.util.Tuple
 
equals(Object) - Method in class com.screenscraper.util.javascript.models.dom.DOMNode
 
equals(Object) - Method in class com.screenscraper.util.javascript.models.dom.WindowModel.CallbackObject
 
equals(Object) - Method in class com.screenscraper.util.KeyValue
Overriding this...
equals(Object) - Method in class com.screenscraper.util.objectlogger.LoggableValue
 
equals(Object) - Method in class com.screenscraper.util.parsing.address.Address
 
equals(Object) - Method in class com.screenscraper.util.parsing.name.Name
 
equals(Object) - Method in class com.screenscraper.util.ProxyServer
Overriding equals.
equals(Object) - Method in class com.screenscraper.util.suppliers.CharacterSupplier
 
equals(Object) - Method in class com.screenscraper.util.suppliers.FileLineSupplier
 
equals(Object) - Method in class com.screenscraper.util.suppliers.MultiObjectSupplier
 
equals(Object) - Method in class com.screenscraper.util.suppliers.NumberSupplier
 
equals(Object) - Method in class com.screenscraper.view.languagesupport.CustomFunctionCompletion
 
equals(Object) - Method in class com.screenscraper.view.languagesupport.javadoc.ClassDocumentation
 
equals(Object) - Method in class com.screenscraper.view.languagesupport.javadoc.Documentation
 
equals(Object) - Method in class com.screenscraper.view.languagesupport.javadoc.MethodDocumentation
 
equals(Object) - Method in class com.screenscraper.view.languagesupport.javadoc.ParameterizedDocumentation
 
equals(Object) - Method in class com.screenscraper.view.languagesupport.javadoc.SimpleTrie
 
equals(Object) - Method in class com.screenscraper.view.languagesupport.javadoc.ThrownExceptionDocumentation
 
equals(Object) - Method in class com.screenscraper.view.languagesupport.javadoc.VariableDocumentation
 
equals(Object) - Method in class com.screenscraper.webbrowser.ClickedTag
 
equalsCommandString(String) - Method in class com.screenscraper.scraper.RemoteScrapingSessionCommand
Indicates whether or not the command text for this command equals the given text.
equalsIgnoreCase(String, String) - Method in class com.screenscraper.util.ScrapingUtil
Compare the values of two strings independent of case.
equalsUpperCase(String, String) - Static method in class com.screenscraper.util.General
Compare the uppercase values of two strings
equalsWithTolerance(double, double, double) - Static method in class com.screenscraper.profiling.session.units.MathUtils
Checks if two numbers are the same or close to the same
error(Statement, Throwable) - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.QueryLogger
Called if a query had an error on run.
error(Object) - Method in class com.screenscraper.datamanager.sql.SqlDataManager.SqlDataManagerLogger
See the Logger documentation for this method
error(Object, Throwable) - Method in class com.screenscraper.datamanager.sql.SqlDataManager.SqlDataManagerLogger
See the Logger documentation for this method
error(Object) - Method in class com.screenscraper.scraper.ScrapingSession
Sends an app event off to the view to be logged as ERROR.
error(Object, Throwable) - Method in class com.screenscraper.scraper.ScrapingSession
Sends an app event off to the view to be logged as ERROR.
ERROR_PREFIX - Static variable in class com.screenscraper.scraper.RemoteScrapingSessionCommand
The prefix received in the event of an error.
errorOutputMap - Variable in class com.screenscraper.util.retry.AbstractRetryPolicy
A map of failure results
escapeSpaces(String) - Static method in class com.screenscraper.util.General
Replaces space characters with %20.
EscapeWindowCloser(JFrame) - Constructor for class com.screenscraper.httpeek.view.ViewHTTPSession.EscapeWindowCloser
 
eval(String, int, int, Object) - Method in class com.screenscraper.bsf.engines.jython.JythonEngine
Evaluate an expression.
eval(String, ScriptContext) - Method in class com.screenscraper.util.javascript.ComplexJavaScriptEngine
 
eval(Reader, ScriptContext) - Method in class com.screenscraper.util.javascript.ComplexJavaScriptEngine
 
eval(String) - Method in class com.screenscraper.util.javascript.ComplexJavaScriptEngine
 
eval(Reader) - Method in class com.screenscraper.util.javascript.ComplexJavaScriptEngine
 
eval(String, Bindings) - Method in class com.screenscraper.util.javascript.ComplexJavaScriptEngine
 
eval(Reader, Bindings) - Method in class com.screenscraper.util.javascript.ComplexJavaScriptEngine
 
eventEngine - Variable in class com.screenscraper.datamanager.skeleton.BasicDataManager
 
EventEngine - Class in com.screenscraper.events
Simple event engine that stores and fires events.
EventEngine(ScrapingSession) - Constructor for class com.screenscraper.events.EventEngine
Creates the event engine
EventFireTime<T> - Interface in com.screenscraper.events
 
EventHandler<T extends AbstractEventData> - Interface in com.screenscraper.events
Interface for an event handler
EventHandlerWithPriority<T extends EventHandler<?>> - Class in com.screenscraper.events
Wrapper to hold an event handler and sort according to priority in which to run the handlers
EventHandlerWithPriority(T, int) - Constructor for class com.screenscraper.events.EventHandlerWithPriority
 
ExcelContentHandler - Class in com.screenscraper.fileparser
An extension of XHTMLContentHandler.
ExcelContentHandler(DataGridHandler, SharedStringsTable, ScrapingSession) - Constructor for class com.screenscraper.fileparser.ExcelContentHandler
 
ExcelParser - Class in com.screenscraper.fileparser
Handles parsing files for extraction.
ExcelParser(String) - Constructor for class com.screenscraper.fileparser.ExcelParser
 
exception - Variable in class com.screenscraper.scraper.ScriptContext.ScriptRunner
 
Exception - Exception in com.screenscraper.util.images.deathbycaptcha_api
 
Exception(String) - Constructor for exception com.screenscraper.util.images.deathbycaptcha_api.Exception
 
exceptions - Variable in class com.screenscraper.view.languagesupport.javadoc.ParameterizedDocumentation
 
exec(String, int, int, Object) - Method in class com.screenscraper.bsf.engines.jython.JythonEngine
Execute a script.
execute() - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
execute(String) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
execute(String, int) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
execute(String, int[]) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
execute(String, String[]) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
execute() - Method in class com.screenscraper.datamanager.sql.util.SqlPkLookup
exete the lookup
execute(String) - Static method in class com.screenscraper.util.DataMain
Executes a generic SQL statement.
execute(String, String) - Static method in class com.screenscraper.util.DataMain
Executes a generic SQL statement.
executeAllScripts(boolean, boolean) - Method in class com.screenscraper.util.javascript.ComplexJavaScriptEngine
Attempts to execute all scripts in the document (inside script tags)
executeBatch() - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
executeCallbackIfScheduled() - Method in class com.screenscraper.util.javascript.models.dom.WindowModel
Executes the next scheduled callback to be run, if there is one to be run currently
executeDelete(String, String) - Static method in class com.screenscraper.util.DataMain
Executes a DELETE statement.
executeDelete(String) - Static method in class com.screenscraper.util.DataMain
An alias for executeDelete(String, String) that uses the default database.
executeInsert(String, String) - Static method in class com.screenscraper.util.DataMain
Executes an INSERT statement and returns the newly generated ID.
executeInsert(String) - Static method in class com.screenscraper.util.DataMain
An alias for executeInsert(String, String) that uses the default database.
executeMethod(Object, String, Object...) - Static method in class com.screenscraper.profiling.ReflectionUtils
Executes a method with the given name on the given object.
executeQuery() - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
executeQuery(String) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
executeQueryGetMapList() - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
executes the query normally except instead of returning a ResultSet it returns a List of Map<String columnName, DataObject values>
executeRequest(Request, AsyncHandler<T>) - Method in class com.screenscraper.http.AsyncScrapingHttpClient2.SharedAsyncHttpClient
 
executeRequest(RequestBuilder, AsyncHandler<T>) - Method in class com.screenscraper.http.AsyncScrapingHttpClient2.SharedAsyncHttpClient
 
executeRequest(Request) - Method in class com.screenscraper.http.AsyncScrapingHttpClient2.SharedAsyncHttpClient
 
executeRequest(RequestBuilder) - Method in class com.screenscraper.http.AsyncScrapingHttpClient2.SharedAsyncHttpClient
 
executeScript(String) - Method in interface com.screenscraper.scraper.RunningScrapingSession
Executes the named script.
executeScript(String) - Method in class com.screenscraper.scraper.ScrapingSession
Executes the named script.
executeScriptAndWait(String) - Method in class com.screenscraper.webbrowser.ScreenScraperWebBrowser
Executes javascript on the Xpcom thread
executeScriptLater(String) - Method in class com.screenscraper.webbrowser.ScreenScraperWebBrowser
Executes javascript on the Xpcom thread
executeScriptLater(String) - Method in class com.screenscraper.webbrowser.SimpleBrowser
 
executeScriptWithContext(String) - Method in class com.screenscraper.scraper.ScrapingSession
Executes the named script, but preserves the current context (dataRecord, scrapeableFile, etc...)
executeSelect(String, String) - Static method in class com.screenscraper.util.DataMain
Given a SELECT SQL statement, this function executes the statement and returns the resulting ResultSet.
executeSelect(String) - Static method in class com.screenscraper.util.DataMain
An alias for executeSelect(String, String) that uses the default database.
executeStaticMethod(Class<?>, String, Object...) - Static method in class com.screenscraper.profiling.ReflectionUtils
Executes a method with the given name on the given object.
executeThrowable(String) - Static method in class com.screenscraper.util.DataMain
Executes a statement, throwing an exception if one occurs.
executeThrowable(String, String) - Static method in class com.screenscraper.util.DataMain
Executes a statement, throwing an exception if one occurs.
executeThrowableSelect(String) - Static method in class com.screenscraper.util.DataMain
An alias for executeSelect(String, String) that uses the default database and throws an exception.
executeUpdate() - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
executeUpdate(String) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
executeUpdate(String, int) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
executeUpdate(String, int[]) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
executeUpdate(String, String[]) - Method in class com.screenscraper.datamanager.sql.util.DmPreparedStatement
 
executeUpdate(String, String) - Static method in class com.screenscraper.util.DataMain
Executes an UPDATE statement.
executeUpdate(String) - Static method in class com.screenscraper.util.DataMain
An alias for executeUpdate(String, String) that uses the default database.
ExecutionThread - Class in com.screenscraper.util.internal.services.depthtracker
Represents a thread that is currently running
ExecutionThread(APIConnection, JSONObject) - Constructor for class com.screenscraper.util.internal.services.depthtracker.ExecutionThread
 
executor - Variable in class com.screenscraper.datamanager.sql.SqlDataManager
 
exitApp() - Static method in class com.screenscraper.controller.ControllerMain
Exits the application.
exitCategory(long, long, long, int, RunState, Long) - Method in class com.screenscraper.util.internal.services.depthtracker.APIConnection
Exits a given category
exitCategory() - Method in interface com.screenscraper.util.internal.services.depthtracker.DepthTracker
 
exitCategory(RunState) - Method in interface com.screenscraper.util.internal.services.depthtracker.DepthTracker
 
exitCategory(int, RunState) - Method in interface com.screenscraper.util.internal.services.depthtracker.DepthTracker
 
exitCategory() - Method in class com.screenscraper.util.internal.services.depthtracker.DepthTrackerClient
 
exitCategory(RunState) - Method in class com.screenscraper.util.internal.services.depthtracker.DepthTrackerClient
 
exitCategory(int, RunState) - Method in class com.screenscraper.util.internal.services.depthtracker.DepthTrackerClient
 
exitCategory() - Method in class com.screenscraper.util.internal.services.depthtracker.TestDepthTrackerClient
 
exitCategory(RunState) - Method in class com.screenscraper.util.internal.services.depthtracker.TestDepthTrackerClient
 
exitCategory(int, RunState) - Method in class com.screenscraper.util.internal.services.depthtracker.TestDepthTrackerClient
 
exitSite(long, long) - Method in class com.screenscraper.util.internal.services.depthtracker.APIConnection
Exits a given site
exitSite(long, long, boolean) - Method in class com.screenscraper.util.internal.services.depthtracker.APIConnection
Exits a given site
exitSite(long, long, boolean, Long) - Method in class com.screenscraper.util.internal.services.depthtracker.APIConnection
Exits a given site
export(OutputStream) - Method in class com.screenscraper.scraper.ScrapingSession
Exports the scraping session to the given stream.
EXPORT_CANCEL - Static variable in class com.screenscraper.Settings
 
EXPORT_NO - Static variable in class com.screenscraper.Settings
 
EXPORT_YES - Static variable in class com.screenscraper.Settings
Constants used in the export prompt.
EXPORT_YES_TO_ALL - Static variable in class com.screenscraper.Settings
 
exportDone(JComponent, Transferable, int) - Method in class com.screenscraper.view.ViewTree.TreeTransferHandler
 
exportProxySession(Component, HTTPSession) - Static method in class com.screenscraper.view.ViewUtil
 
exportProxySessionToFile(HTTPSession, File) - Static method in class com.screenscraper.httpeek.HTTPSession
Exports a session to the given file, overwriting the file if it exists
Expose - Annotation Type in com.screenscraper.util.javascript.models
Methods that should be exposed to Nashorn
ExposeCallback - Annotation Type in com.screenscraper.util.javascript.models
Methods that should be exposed to Nashorn and take a function as the first parameter
expressionize(String, ExtractorPattern) - Static method in class com.screenscraper.util.General
Converts an extractor pattern so it is ready to run as a regular expression
extractAttribute(String, String) - Static method in class com.screenscraper.util.form.FormUtility
Gets the attribute value given its name and the tag text it should be in
extractAttribute(String, String, boolean) - Static method in class com.screenscraper.util.form.FormUtility
Gets the attribute value given its name and the tag text it should be in
extractData(String, String) - Method in interface com.screenscraper.scraper.RunningScrapeableFile
Manually extracts data using an existing ExtractorPattern.
extractData(ScriptContext, ExtractorPattern, DataSet, boolean) - Method in class com.screenscraper.scraper.ScrapeableFile
Extracts data by applying the given ExtractorPattern to the supplied text.
extractData(ScriptContext, ExtractorPattern, DataSet, boolean, boolean) - Method in class com.screenscraper.scraper.ScrapeableFile
Extract Data from an Extracter Pattern Handle any mapping, resolving of url's or saving of session variables that need to be done
extractData(String, String) - Method in class com.screenscraper.scraper.ScrapeableFile
Manually extracts data using an existing ExtractorPattern.
ExtractedDataDisplayer - Class in com.screenscraper.view
 
ExtractedDataDisplayer(DataSet, boolean) - Constructor for class com.screenscraper.view.ExtractedDataDisplayer
Constructs and shows the data.
extractInvokedScriptsFromScrapingSession(ScrapingSession) - Static method in class com.screenscraper.scraper.ScriptManager
Extracts Scripts invoked in the given ScrapingSession and returns them.
extractOneValue(String, String) - Method in interface com.screenscraper.scraper.RunningScrapeableFile
Manually extracts one value from data using an existing ExtractorPattern.
extractOneValue(String, String, String) - Method in interface com.screenscraper.scraper.RunningScrapeableFile
Manually extracts one value from data using an existing ExtractorPattern.
extractOneValue(String, String) - Method in class com.screenscraper.scraper.ScrapeableFile
Manually extracts one value from data using an existing ExtractorPattern.
extractOneValue(String, String, String) - Method in class com.screenscraper.scraper.ScrapeableFile
Manually extracts one value from data using an existing ExtractorPattern.
extractor - Variable in class com.screenscraper.view.ViewExtractorPattern.ExtractorEditorFilter
 
ExtractorEditorFilter(JTextPane, ExtractorPattern) - Constructor for class com.screenscraper.view.ViewExtractorPattern.ExtractorEditorFilter
 
ExtractorPattern - Class in com.screenscraper.scraper
 
ExtractorPattern() - Constructor for class com.screenscraper.scraper.ExtractorPattern
Generates a new empty pattern.
ExtractorPattern(String, String, int) - Constructor for class com.screenscraper.scraper.ExtractorPattern
Generates a new pattern based on the given value.
ExtractorPattern(int, int, String, String, int, boolean, boolean, int, boolean, boolean, String, String, boolean) - Constructor for class com.screenscraper.scraper.ExtractorPattern
Generates a new extractor pattern with all of its information.
ExtractorPattern(ExtractorPattern) - Constructor for class com.screenscraper.scraper.ExtractorPattern
Creates an ExtractorPattern by copying an existing one.
extractorPattern - Variable in class com.screenscraper.view.ViewExtractorPattern.TokenEditor
The ExtractorPattern holding the token being manipulated.
extractorPattern - Variable in class com.screenscraper.view.ViewScript.ExtractorPatternScroller
 
extractorPatternDataUpdated() - Method in class com.screenscraper.model.TableModelExtractorPatternTokens
Indicates that the extractor pattern information has been updated.
ExtractorPatternEventData - Class in com.screenscraper.events.extractor
Extractor pattern event data
ExtractorPatternEventData(ScrapingSession, ScrapeableFile, ExtractorPattern, DataSet, DataRecord, boolean) - Constructor for class com.screenscraper.events.extractor.ExtractorPatternEventData
 
ExtractorPatternEventDataBuilder - Class in com.screenscraper.events.extractor
Builder for extractor pattern event data
ExtractorPatternEventDataBuilder() - Constructor for class com.screenscraper.events.extractor.ExtractorPatternEventDataBuilder
 
ExtractorPatternEventFireTime - Enum in com.screenscraper.events.extractor
Event firing times for extractor pattern events
ExtractorPatternScroller(ExtractorPattern) - Constructor for class com.screenscraper.view.ViewScript.ExtractorPatternScroller
 
extractorPatternsMatched - Variable in class com.screenscraper.scraper.ScrapeableFile
 
extractorPatternTimedOut() - Method in class com.screenscraper.events.extractor.ExtractorPatternEventData
Returns whether or not the extractor pattern timed out.
ExtractorPatternToken - Class in com.screenscraper.scraper
 
ExtractorPatternToken() - Constructor for class com.screenscraper.scraper.ExtractorPatternToken
Generates an empty extractor pattern token.
ExtractorPatternToken(String, int) - Constructor for class com.screenscraper.scraper.ExtractorPatternToken
Constructs the token with most of its data.
ExtractorPatternToken(String, int, String, String, String) - Constructor for class com.screenscraper.scraper.ExtractorPatternToken
Constructs the token, causing it to guess the regular expression to use.
ExtractorPatternToken(int, String, boolean, int, boolean, String, boolean, boolean, boolean, boolean, boolean, boolean, int) - Constructor for class com.screenscraper.scraper.ExtractorPatternToken
Constructs the token with all of its data.
ExtractorPatternToken(ExtractorPatternToken) - Constructor for class com.screenscraper.scraper.ExtractorPatternToken
Creates a new token by copying another.
ExtractorPatternTokenDefaults - Class in com.screenscraper.scraper
Class Description
ExtractorPatternTokenDefaults(String, List<ExtractorPatternTokenDefaults.MatchCondition>, ExtractorPatternTokenDefaults.DefaultOptions) - Constructor for class com.screenscraper.scraper.ExtractorPatternTokenDefaults
Creates a defaults setup
ExtractorPatternTokenDefaults() - Constructor for class com.screenscraper.scraper.ExtractorPatternTokenDefaults
Returns a defaults configuration that represents nothing special (no regex or checkbox settings)
extractXmlBlock(String, int) - Method in class com.screenscraper.util.ScrapingUtil
Extracts a section of xml (roughly) by counting start and end tags.
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