- daemonIsRunning() - Method in class com.screenscraper.httpeek.ServerDaemon
-
Indicates whether or not the daemon is currently running
- daemonIsRunning() - Method in class com.screenscraper.scraper.ScrapingServer
-
Indicates whether or not the daemon is currently running
- DATA_TYPE_DATE - Static variable in class com.screenscraper.scraper.RemoteScrapingSessionCommand
-
- DATA_TYPE_IDENTIFIER - Static variable in class com.screenscraper.scraper.RemoteScrapingSessionCommand
-
Used to identify data types of objects passed.
- DATA_TYPE_NUMBER - Static variable in class com.screenscraper.scraper.RemoteScrapingSessionCommand
-
- DataAssertion - Interface in com.screenscraper.datamanager
-
- databaseConnectionIsGood() - Static method in class com.screenscraper.util.DataMain
-
Tests the database connection.
- DatabaseLockTimeoutException - Exception in com.screenscraper.datamanager
-
Exception used by the data manager to indicate a lock timeout occurred when writing to the database
- DatabaseLockTimeoutException() - Constructor for exception com.screenscraper.datamanager.DatabaseLockTimeoutException
-
Constructs a new runtime exception with null
as its detail message.
- DatabaseLockTimeoutException(String) - Constructor for exception com.screenscraper.datamanager.DatabaseLockTimeoutException
-
Constructs a new exception with the specified detail message.
- DatabaseLockTimeoutException(String, Throwable) - Constructor for exception com.screenscraper.datamanager.DatabaseLockTimeoutException
-
Constructs a new exception with the specified detail message and cause.
- DatabaseLockTimeoutException(Throwable) - Constructor for exception com.screenscraper.datamanager.DatabaseLockTimeoutException
-
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the
class and detail message of cause).
- databasePort - Static variable in class com.screenscraper.util.DataMain
-
The port the db will listen on.
- DatabaseSchema - Class in com.screenscraper.datamanager
-
Contains a set of AbstractSchema of all the schemas contained by the DataManager
- DatabaseSchema() - Constructor for class com.screenscraper.datamanager.DatabaseSchema
-
Creates a new empty schema
- DatabaseSchema(DatabaseSchema) - Constructor for class com.screenscraper.datamanager.DatabaseSchema
-
Returns a copy of the given schema.
- DataBundle<T> - Class in com.screenscraper.datamanager.sql.cache.model
-
Deprecated.
- DataBundle(T, String, DataManagerDataSource, String, boolean) - Constructor for class com.screenscraper.datamanager.sql.cache.model.DataBundle
-
Deprecated.
- DataGrid - Class in com.screenscraper.fileparser
-
Represents a two-dimensional structure containing data values.
- DataGrid() - Constructor for class com.screenscraper.fileparser.DataGrid
-
- DataGridHandler - Interface in com.screenscraper.fileparser
-
Interface for handling DataGrid objects.
- DataMain - Class in com.screenscraper.util
-
- DataMain() - Constructor for class com.screenscraper.util.DataMain
-
- DataMain.FileSorter - Class in com.screenscraper.util
-
- DataManager - Interface in com.screenscraper.datamanager
-
- DataManagerDataSource - Class in com.screenscraper.datamanager.sql
-
Wrapper for the data source given to the data manager.
- DataManagerDataSource(DataSource, ScrapingSession, SqlDataManager.SqlDataManagerLogger) - Constructor for class com.screenscraper.datamanager.sql.DataManagerDataSource
-
Creates a data manager data source
- DataManagerDataSource(DataSource, ScrapingSession, SqlDataManager.SqlDataManagerLogger, DataManagerDataSource.QueryLogger) - Constructor for class com.screenscraper.datamanager.sql.DataManagerDataSource
-
Creates a data manager data source
- DataManagerDataSource.ManagedConnection - Class in com.screenscraper.datamanager.sql
-
Wrapper for connections
- DataManagerDataSource.QueryLogger - Class in com.screenscraper.datamanager.sql
-
A class used for logging query events (debugging purposes)
- DataManagerEvent - Class in com.screenscraper.datamanager
-
- DataManagerEvent(Object, DataNode) - Constructor for class com.screenscraper.datamanager.DataManagerEvent
-
Creates an event with the given node
- DataManagerEvent(Object, DataNode, Throwable) - Constructor for class com.screenscraper.datamanager.DataManagerEvent
-
Creates an event with the given node, message, and throwable
- DataManagerEventListener - Class in com.screenscraper.datamanager
-
Interface for users to add their own custom events on certain data operations
- DataManagerEventListener() - Constructor for class com.screenscraper.datamanager.DataManagerEventListener
-
- DataManagerEventListener(String) - Constructor for class com.screenscraper.datamanager.DataManagerEventListener
-
- DataManagerEventSource - Class in com.screenscraper.datamanager
-
Class that passes the events around.
- DataManagerEventSource() - Constructor for class com.screenscraper.datamanager.DataManagerEventSource
-
Creates a new event source object
- DataManagerEventSource.EventFireTime - Enum in com.screenscraper.datamanager
-
A set of possible event fire times
- DataManagerSchemalessEvent - Class in com.screenscraper.datamanager
-
Data Manager event that doesn't fire on a schema, but the events unrelated to specific schemas
- DataManagerSchemalessEvent(RootNode) - Constructor for class com.screenscraper.datamanager.DataManagerSchemalessEvent
-
Builds the event data
- DataManagerSchemalessEvent.FireTime - Enum in com.screenscraper.datamanager
-
- DataNode - Class in com.screenscraper.datamanager
-
A DataNode is a temporary storage unit for a chunk of related data.
- DataNode(RelationalSchema) - Constructor for class com.screenscraper.datamanager.DataNode
-
Generates a new node based on the schema.
- DataObject - Class in com.screenscraper.datamanager
-
A DataObject stores each individual piece of data in a DataNode along with information of its type to facilitate writing it out to a database.
- DataObject(Object, DataObject.ObjectType, DataObject.ValueParser) - Constructor for class com.screenscraper.datamanager.DataObject
-
Get a DataObject with a custom parser
- DataObject(Object, DataObject.ObjectType) - Constructor for class com.screenscraper.datamanager.DataObject
-
Get a DataObject with the default parser
- DataObject.ObjectType - Enum in com.screenscraper.datamanager
-
- DataObject.ValueParser<T> - Interface in com.screenscraper.datamanager
-
A value parser tries to convert the object from its source to target type.
- DataReceiver - Interface in com.screenscraper.scraper
-
- DataRecord - Class in com.screenscraper.common
-
- DataRecord() - Constructor for class com.screenscraper.common.DataRecord
-
- DATARECORD - Static variable in class com.screenscraper.common.DataRecord
-
Used to identify a data record in an extractor pattern to be used with sub-extractor patterns.
- DATARECORD_PREFIX - Static variable in class com.screenscraper.scraper.RemoteScrapingSessionCommand
-
The 'dataRecord' prefix.
- DataRecordInfo - Class in com.screenscraper.common
-
- DataRecordInfo() - Constructor for class com.screenscraper.common.DataRecordInfo
-
- DataRow - Class in com.screenscraper.fileparser
-
Represents a one-dimensional structure containing data values.
- DataRow() - Constructor for class com.screenscraper.fileparser.DataRow
-
- DataSet - Class in com.screenscraper.common
-
- DataSet() - Constructor for class com.screenscraper.common.DataSet
-
An empty constructor.
- DataSet(List<DataRecord>) - Constructor for class com.screenscraper.common.DataSet
-
Generates a data set object, given a List
of DataRecord
s containing the data.
- DATASET_PREFIX - Static variable in class com.screenscraper.scraper.RemoteScrapingSessionCommand
-
The 'dataSet' prefix.
- DataSetEditor - Class in com.screenscraper.view
-
- DataSetEditor() - Constructor for class com.screenscraper.view.DataSetEditor
-
The constructor.
- DataSetFrame - Class in com.screenscraper.view
-
- DataSetFrame(DataSet) - Constructor for class com.screenscraper.view.DataSetFrame
-
Constructs the data set frame based on the given data set.
- DataSetFrame.ColoredDataSetCellRenderer - Class in com.screenscraper.view
-
- DataSetFrame.ColoredTableCellRenderer - Class in com.screenscraper.view
-
- DataSetFrame.Revalidator - Class in com.screenscraper.view
-
- DataSetFrame.TableModelDataSet - Class in com.screenscraper.view
-
The table model used to display the data set.
- DataSetRenderer - Class in com.screenscraper.view
-
- DataSetRenderer() - Constructor for class com.screenscraper.view.DataSetRenderer
-
Constructs the renderer with the default text.
- DataStructureUtils - Class in com.screenscraper.datamanager.util
-
- DataStructureUtils() - Constructor for class com.screenscraper.datamanager.util.DataStructureUtils
-
- dataUpdated() - Method in class com.screenscraper.model.TableModelFormParametersToSet
-
Indicates that the scrapeable file information has been updated.
- dataUpdated() - Method in class com.screenscraper.model.TableModelMappingSet
-
Indicates that the scrapeable file information has been updated.
- DataValidationException - Exception in com.screenscraper.datamanager.sql
-
Exception indicating validation of data failed
- DataValidationException(String) - Constructor for exception com.screenscraper.datamanager.sql.DataValidationException
-
- DataValidationException(String, Throwable) - Constructor for exception com.screenscraper.datamanager.sql.DataValidationException
-
- DataValue - Class in com.screenscraper.fileparser
-
Represents a single value.
- DataValue(String) - Constructor for class com.screenscraper.fileparser.DataValue
-
- DataWriter - Interface in com.screenscraper.datamanager
-
The DataWriter is responsible for writing out the data contained in the DataManager.
- DateInput - Class in com.screenscraper.util.form
-
Represents a date input
- DateInput(String) - Constructor for class com.screenscraper.util.form.DateInput
-
- dateIsWithinDays(Date, Date, int) - Method in class com.screenscraper.util.ScrapingUtil
-
Checks to see if one date is within a certain number of days of another
- DateTimeInput - Class in com.screenscraper.util.form
-
Date Time with time zone
- DateTimeInput(String) - Constructor for class com.screenscraper.util.form.DateTimeInput
-
- DateTimeLocalInput - Class in com.screenscraper.util.form
-
Represents a date and time input in local time
- DateTimeLocalInput(String) - Constructor for class com.screenscraper.util.form.DateTimeLocalInput
-
- DeathByCaptchaDecoder - Class in com.screenscraper.util.images
-
No Description
Author: Mike
Date: 3/6/12
Time: 2:30 PM
- DeathByCaptchaDecoder(ScrapingSession, String, String) - Constructor for class com.screenscraper.util.images.DeathByCaptchaDecoder
-
Create a decoder that uses the deathbycaptcha.com service.
- debug(Object) - Method in class com.screenscraper.datamanager.sql.SqlDataManager.SqlDataManagerLogger
-
See the Logger
documentation for this method
- debug(Object, Throwable) - Method in class com.screenscraper.datamanager.sql.SqlDataManager.SqlDataManagerLogger
-
See the Logger
documentation for this method
- debug(Object) - Method in class com.screenscraper.scraper.ScrapingSession
-
Sends an app event off to the view to be logged as DEBUG.
- debug(Object, Throwable) - Method in class com.screenscraper.scraper.ScrapingSession
-
Sends an app event off to the view to be logged as DEBUG.
- DecaptcherDecoder - Class in com.screenscraper.util.images
-
Uses www.de-captcher.com to resolve the image.
- DecaptcherDecoder(ScrapingSession, String, String, int) - Constructor for class com.screenscraper.util.images.DecaptcherDecoder
-
Create a decoder that uses the de-captcher.com service.
- DecaptcherDecoder(ScrapingSession, String, String, String) - Constructor for class com.screenscraper.util.images.DecaptcherDecoder
-
Create a decoder that uses the de-captcher.com service.
- DecaptcherDecoder(ScrapingSession, String, String, String, String) - Constructor for class com.screenscraper.util.images.DecaptcherDecoder
-
Create a decoder that uses the de-captcher.com service.
- DecaptcherDecoder(ScrapingSession, String, String, int, String) - Constructor for class com.screenscraper.util.images.DecaptcherDecoder
-
Create a decoder that uses the de-captcher.com service.
- declareBean(BSFDeclaredBean) - Method in class com.screenscraper.bsf.engines.jython.JythonEngine
-
Declare a bean
- DECODE - Static variable in class com.screenscraper.util.Base64
-
Specify decoding (value is false).
- decode(String) - Static method in class com.screenscraper.util.Base64
-
Decodes data from Base64 notation.
- decode(byte[], int, int) - Static method in class com.screenscraper.util.Base64
-
Decodes Base64 content in byte array format and returns
the decoded byte array.
- decode(String) - Static method in class com.screenscraper.util.General
-
This is just a wrapper to URLDecoder.decode() that catches any errors while encoding
- decode(String, String) - Static method in class com.screenscraper.util.General
-
This is just a wrapper to URLDecoder.decode() that catches any errors while encoding
- decode(byte[], String, int, byte[], String, String, int) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
Tries to solve a CAPTCHA by uploading it and polling for its status and text with arbitrary timeout.
- decode(byte[], String, int, byte[], String, int) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(byte[], int, byte[], String) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(byte[], int) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(byte[], String) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(byte[], int, int) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(byte[], String, int) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(byte[]) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(InputStream, String, int, InputStream, String, String, int) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(InputStream, String, int, InputStream, String, int) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(InputStream, int, InputStream, String, String) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(InputStream, int, InputStream, String) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(InputStream, int, int) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(InputStream, String) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(InputStream, String, int) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(InputStream, int) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(InputStream) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(File, String, int, File, String, int) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(File, int, File, String) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(File, int, int) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(File, String) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(File, String, int) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(File, int) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(File) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(String, String, int, String, String, int) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(String, int, String, String) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(String, int, String, String, int) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(String, int, int) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(String, String) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(String, String, int) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(String, int) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- decode(String) - Method in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- DecodedImage - Interface in com.screenscraper.util.images
-
Object that handles decoding the text in an image, and reporting the image as bad.
- decodeFile(File) - Method in class com.screenscraper.util.images.DeathByCaptchaDecoder
-
- decodeFile(File) - Method in class com.screenscraper.util.images.DecaptcherDecoder
-
- decodeFile(String) - Method in class com.screenscraper.util.images.ImageDecoder
-
Converts the image given to a DecodedImage that will handle it.
- decodeFile(File) - Method in class com.screenscraper.util.images.ImageDecoder
-
Converts the image given to a DecodedImage that will handle it.
- decodeFile(File) - Method in class com.screenscraper.util.images.ManualDecoder
-
- decodeFile(File) - Method in class com.screenscraper.util.images.TesseractDecoder
-
- decodeFile(File) - Method in class com.screenscraper.util.images.TwoCaptchaDecoder
-
- decodeFile(File, boolean, boolean, int, boolean) - Method in class com.screenscraper.util.images.TwoCaptchaDecoder
-
Returns the solution to the given captcha image file as a DecodedImage.
- decodeFromFile(String) - Static method in class com.screenscraper.util.Base64
-
Simple helper method that Base64-decodes a file
and returns the decoded data or null
if there was an error.
- decodeToFile(byte[], String) - Static method in class com.screenscraper.util.Base64
-
Simple helper method that Base64-decodes data to a file.
- decodeToObject(String) - Static method in class com.screenscraper.util.Base64
-
Attempts to decode Base64 data and deserialize a Java
Object within.
- decodeToString(String) - Static method in class com.screenscraper.util.Base64
-
Decodes data from Base64 notation and
returns it as a string.
- decodeURL(String) - Method in class com.screenscraper.util.images.ImageDecoder
-
Converts the image at the given URL to a DecodedImage that will handle it.
- decompressGzipStream(InputStream, int) - Static method in class com.screenscraper.util.General
-
Decompresses a GZIP stream, returning the resulting bytes.
- decompressZlibContent(byte[]) - Static method in class com.screenscraper.util.General
-
Decompresses an array of bytes in zlib format.
- deepMemoryUseOfObject(Object) - Method in class com.screenscraper.profiling.ObjectMemoryProfiler
-
Gets the deep memory use of an object.
- DEFAULT_CHARACTER_SET - Static variable in class com.screenscraper.Settings
-
The character set to use if it hasn't been set previously.
- DEFAULT_COUNTRIES - Static variable in class com.screenscraper.util.parsing.address.USAddressParser
-
A default set of countries
- DEFAULT_END_ADDRESS_WORDS - Static variable in class com.screenscraper.util.parsing.address.USAddressParser
-
A default set of end address words.
- DEFAULT_FIELD_ID - Static variable in class com.screenscraper.webbrowser.JSConstants
-
These are the id's that a field/form are set to if they don't have an id already
- DEFAULT_FORM_ID - Static variable in class com.screenscraper.webbrowser.JSConstants
-
- DEFAULT_GENERATIONAL_SUFFIXES - Static variable in class com.screenscraper.util.parsing.name.EnglishNameParser
-
A set of all suffixes I can think of.
- DEFAULT_HINTS - Static variable in class com.screenscraper.util.parsing.address.USAddressParser
-
- DEFAULT_HYPERSONIC_PORT - Static variable in class com.screenscraper.util.DataMain
-
The default Hypersonic database port (http://www.hsqldb.org/doc/guide/ch01.html)
- DEFAULT_LANGUAGE - Static variable in class com.screenscraper.scraper.Script
-
The default language.
- DEFAULT_LOOK_AND_FEEL - Static variable in class com.screenscraper.Settings
-
The Look & Feel if it hasn't been set previously.
- DEFAULT_SECONDARY_ADDRESS_LINE_WORDS - Static variable in class com.screenscraper.util.parsing.address.USAddressParser
-
A default set of secondary address line indicator words
- DEFAULT_STATES - Static variable in class com.screenscraper.util.parsing.address.USAddressParser
-
A default set of states
- DEFAULT_TIMEOUT - Static variable in class com.screenscraper.util.images.deathbycaptcha_api.Client
-
- DEFAULT_USER_AGENT - Static variable in class com.screenscraper.Settings
-
The default user agent string to use when none is explicitly specified
- DEFAULT_WEB_BROWSER - Static variable in class com.screenscraper.Settings
-
Constants to define possible values for the help browser setting.
- DEFAULT_ZIP_CODE_PATTERN - Static variable in class com.screenscraper.util.parsing.address.USAddressParser
-
The default pattern used for matching a zip code
- defaultDatabasePath - Static variable in class com.screenscraper.util.DataMain
-
The default database that will be used if another isn't specified.
- defaultOption - Variable in enum com.screenscraper.datamanager.sql.SqlTableSchema.SqlSchemaAttr
-
- defaultRunDuration(long) - Method in class com.screenscraper.concurrent.TimedExecutorService.Builder
-
Sets the default run duration in milliseconds for a newly submitted task
- delayBetweenTries(int) - Method in class com.screenscraper.util.internal.services.util.SimpleHttpClient.SimpleHttpClientBuilder
-
Sets the amount of time, in milliseconds, the client will delay before reissuing a failed request
- delete() - Method in class com.screenscraper.action.NavigationAction
-
Deletes the navigation action from the database.
- delete() - Method in interface com.screenscraper.common.Deleteable
-
Deletes the object.
- delete() - Method in class com.screenscraper.httpeek.HTTPSession
-
Deletes the session from the database.
- delete() - Method in class com.screenscraper.httpeek.HTTPTransaction
-
Deletes the HTTP transaction.
- delete() - Method in class com.screenscraper.model.Folder
-
Deletes this folder from the database.
- delete() - Method in class com.screenscraper.model.ProxyFilter
-
Deletes the proxy filter from the database.
- delete() - Method in class com.screenscraper.model.RegularExpression
-
Deletes the regular expression from the database.
- delete() - Method in class com.screenscraper.scraper.ExtractorPattern
-
Deletes the extractor pattern from the database.
- delete() - Method in class com.screenscraper.scraper.Mapping
-
Causes the mapping to be deleted from the database.
- delete() - Method in class com.screenscraper.scraper.MappingSet
-
Deletes the set from the database.
- delete() - Method in class com.screenscraper.scraper.ScrapeableFile
-
Deletes the scrapeable file from the database.
- delete() - Method in class com.screenscraper.scraper.ScrapingSession
-
Deletes the session from the database.
- delete() - Method in class com.screenscraper.scraper.Script
-
Deletes the script from the database.
- delete() - Method in class com.screenscraper.scraper.ScriptInstance
-
Deletes this specific instance from the database.
- delete() - Method in class com.screenscraper.scraper.ScriptInstances
-
Deletes the script instances from the database.
- delete() - Method in class com.screenscraper.util.internal.services.iterator.model.Iterator
-
- delete() - Method in class com.screenscraper.util.internal.services.iterator.model.IteratorInstance
-
- Deleteable - Interface in com.screenscraper.common
-
- deleteAllDatabaseBackupFolders() - Static method in class com.screenscraper.util.DataMain
-
Deletes all backup folders.
- deleteAllRows() - Method in class com.screenscraper.httpeek.model.TableModelTransactions
-
Deletes all the rows from the table.
- deleteAllTransactions() - Method in class com.screenscraper.httpeek.HTTPSession
-
Removes all of the current HTTP transactions from the session.
- deleteByContainerObject() - Method in class com.screenscraper.scraper.ScriptInstance
-
Deletes the script instance from the database.
- deleteCacheDatabase() - Static method in class com.screenscraper.util.General
-
Removes the cache database from the file system.
- deleteCategory(long, long, boolean) - Method in class com.screenscraper.util.internal.services.depthtracker.APIConnection
-
Deletes a category
- deleteChildren() - Method in class com.screenscraper.model.Folder
-
Deletes all objects found within this folder.
- deleteCurrentlySelectedMappings() - Method in class com.screenscraper.view.ViewExtractorPattern.TokenEditor
-
Deletes all of the currently selected mappings in the table.
- deleteDataRecord(int) - Method in class com.screenscraper.common.DataSet
-
Deletes the DataRecord
at the given sequence.
- deleteDeleteMeFile() - Static method in class com.screenscraper.util.General
-
Deletes the "delete_me.htm" file.
- deleteDeveloper(int) - Method in class com.screenscraper.util.internal.services.iterator.model.APIConnection
-
- deleteDir(File) - Static method in class com.screenscraper.util.FileUtils
-
Deletes a directory, including all files and sub-directories contained
within it.
- deleteErrorIteration(int) - Method in class com.screenscraper.util.internal.services.iterator.model.APIConnection
-
- deleteErrorIterations(String) - Method in class com.screenscraper.util.internal.services.iterator.model.APIConnection
-
- deleteExtractorPattern(int) - Static method in class com.screenscraper.business.BScrapingSession
-
Deletes an extractor pattern from the database.
- deleteExtractorPattern(int) - Static method in class com.screenscraper.data.DScrapingSession
-
Deletes an extractor pattern from the database.
- deleteExtractorPatternsFromResultSet(ResultSet) - Static method in class com.screenscraper.business.BScrapingSession
-
Deletes all extractor patterns referenced in the given result set.
- deleteExtractorPatternTokens(int) - Static method in class com.screenscraper.business.BScrapingSession
-
Deletes all extractor pattern tokens corresponding to an extractor pattern.
- deleteExtractorPatternTokens(int) - Static method in class com.screenscraper.data.DScrapingSession
-
Deletes all extractor pattern tokens corresponding to an extractor pattern.
- deleteFile(File) - Static method in class com.screenscraper.util.FileUtils
-
Deletes a file, if it exists.
- deleteFolder(int) - Static method in class com.screenscraper.business.BFolder
-
Deletes a folder from the database.
- deleteFolder(int) - Static method in class com.screenscraper.data.DFolder
-
Deletes a folder from the database.
- deleteFolder(Folder) - Static method in class com.screenscraper.model.FolderManager
-
Deletes a folder, including deleting it from the database.
- deleteHeaders() - Method in class com.screenscraper.common.HTTPRequest
-
Deletes the headers corresponding to this request.
- deleteHeaders() - Method in class com.screenscraper.common.HTTPResponse
-
Deletes the headers corresponding to this response.
- deleteHTTPHeader(int, int) - Static method in class com.screenscraper.business.BHTTPSession
-
Deletes all headers corresponding to an HTTP request or response.
- deleteHTTPHeader(int, int) - Static method in class com.screenscraper.data.DHTTPSession
-
Deletes all headers corresponding to an HTTP request or response.
- deleteHTTPHeaders(int, int) - Static method in class com.screenscraper.business.BHTTPSession
-
Deletes HTTP headers for an HTTP request or response.
- deleteHTTPHeaders(int, int) - Static method in class com.screenscraper.data.DHTTPSession
-
Deletes HTTP headers for an HTTP request or response.
- deleteHTTPParameters(int) - Static method in class com.screenscraper.business.BScrapingSession
-
Delets all HTTP parameters corresponding to the given scrapeable file.
- deleteHTTPParameters(int) - Static method in class com.screenscraper.data.DScrapingSession
-
Delets all HTTP parameters corresponding to the given scrapeable file.
- deleteHTTPRequests(int) - Static method in class com.screenscraper.business.BHTTPSession
-
Deletes HTTP requests for an HTTP transaction.
- deleteHTTPRequests(int) - Static method in class com.screenscraper.data.DHTTPSession
-
Deletes HTTP requests for an HTTP transaction.
- deleteHTTPResponses(int) - Static method in class com.screenscraper.business.BHTTPSession
-
Deletes HTTP responses for an HTTP transaction.
- deleteHTTPResponses(int) - Static method in class com.screenscraper.data.DHTTPSession
-
Deletes HTTP responses for an HTTP transaction.
- deleteHTTPSession(int) - Static method in class com.screenscraper.business.BHTTPSession
-
Deletes an HTTP session from the database.
- deleteHTTPSession(int) - Static method in class com.screenscraper.data.DHTTPSession
-
Deletes an HTTP session from the database.
- deleteHTTPTransaction(int) - Static method in class com.screenscraper.business.BHTTPSession
-
Deletes a specific HTTP transaction.
- deleteHTTPTransaction(int) - Static method in class com.screenscraper.data.DHTTPSession
-
Deletes a specific HTTP transaction.
- deleteHTTPTransactions(int) - Static method in class com.screenscraper.business.BHTTPSession
-
Deletes HTTP transactions for an HTTP session.
- deleteHTTPTransactions(int) - Static method in class com.screenscraper.data.DHTTPSession
-
Deletes HTTP transactions for an HTTP session.
- deleteInstance(String) - Method in class com.screenscraper.util.internal.services.iterator.model.APIConnection
-
- deleteIterator(String) - Method in class com.screenscraper.util.internal.services.iterator.model.APIConnection
-
- deleteMapping(int) - Static method in class com.screenscraper.business.BMapping
-
Deletes a mapping from the database.
- deleteMapping(int) - Static method in class com.screenscraper.data.DMapping
-
Deletes a mapping from the database.
- deleteMapping(Mapping) - Method in class com.screenscraper.scraper.MappingSet
-
Queues up a Mapping
to be deleted.
- deleteMapping(int) - Method in class com.screenscraper.view.ViewExtractorPattern.TokenEditor
-
Deletes the mapping corresponding to the given index.
- deleteMappingSet(int) - Static method in class com.screenscraper.business.BMapping
-
Deletes a mapping set from the database, based on the ID.
- deleteMappingSet(int) - Static method in class com.screenscraper.data.DMapping
-
Deletes a mapping set from the database, based on the ID.
- deleteMappingSet(String) - Method in class com.screenscraper.scraper.MappingSetManager
-
Deletes a set identified by the given name.
- deleteNavigationAction(int) - Static method in class com.screenscraper.business.BNavigationAction
-
Deletes a navigation action from the database.
- deleteNavigationAction(int) - Static method in class com.screenscraper.data.DNavigationAction
-
Deletes a navigation action from the database.
- deleteProject(int) - Method in class com.screenscraper.util.internal.services.iterator.model.APIConnection
-
- deleteProxyFilter(int) - Static method in class com.screenscraper.business.BHTTPSession
-
Deletes a proxy filter from the database.
- deleteProxyFilter(int) - Static method in class com.screenscraper.data.DHTTPSession
-
Deletes a proxy filter from the database.
- deleteRegularExpression(int) - Static method in class com.screenscraper.business.BRegularExpression
-
Deletes a regular expression from the database.
- deleteRegularExpression(int) - Static method in class com.screenscraper.data.DRegularExpression
-
Deletes a regular expression from the database.
- deleteRequestsAndResponses() - Method in class com.screenscraper.httpeek.HTTPTransaction
-
Deletes the requests and responses for this transaction.
- deleteRow(int) - Method in class com.screenscraper.httpeek.model.TableModelRequestHeaders
-
Deletes a row from the model.
- deleteRow(int) - Method in class com.screenscraper.httpeek.model.TableModelResponseHeaders
-
Deletes a row from the model.
- deleteRow(int) - Method in class com.screenscraper.httpeek.model.TableModelTransactions
-
Deletes a row from the model.
- deleteRow(int) - Method in class com.screenscraper.httpeek.view.ProxySearchResultsDisplayer.TableModelSearchResults
-
Deletes a row from the model.
- deleteRow(int) - Method in class com.screenscraper.model.TableModelExtractorPatternTokens
-
Deletes a row from the model.
- deleteRow(int) - Method in class com.screenscraper.model.TableModelFormParametersToSet
-
Deletes a row from the model.
- deleteRow(int) - Method in class com.screenscraper.model.TableModelMappingSet
-
Deletes a row from the model.
- deleteRow(int) - Method in class com.screenscraper.model.TableModelParameters
-
Deletes a row from the model.
- deleteRow(int) - Method in class com.screenscraper.model.TableModelScriptInstances
-
Deletes a row from the model.
- deleteRow(int) - Method in class com.screenscraper.view.BreakpointFrame.TableModelSessionVariables
-
Deletes a row from the model.
- deleteRow(int) - Method in class com.screenscraper.view.DataSetFrame.TableModelDataSet
-
Deletes a row from the model.
- deleteRow(int) - Method in class com.screenscraper.view.GlobalSearchResultsDisplayer.TableModelSearchResults
-
Deletes a row from the model.
- deleteRow(int) - Method in class com.screenscraper.view.ProxyFiltersEditor.TableModelProxyFilters
-
Deletes a row from the model.
- deleteRow(int) - Method in class com.screenscraper.view.RegularExpressionsEditor.TableModelRegularExpressions
-
Deletes a row from the model.
- deleteScheduledScrapingSession(int) - Static method in class com.screenscraper.business.BScrapingSession
-
Deletes a ScheduledScrapingSession
from the database.
- deleteScheduledScrapingSession(int) - Static method in class com.screenscraper.data.DScrapingSession
-
Deletes a ScheduledScrapingSession
from the database.
- deleteScheduledScrapingSessionByScrapingSessionID(int) - Static method in class com.screenscraper.business.BScrapingSession
-
Deletes all ScheduledScrapingSession
objects corresponding
to the given scraping session.
- deleteScheduledScrapingSessionByScrapingSessionID(int) - Static method in class com.screenscraper.data.DScrapingSession
-
Deletes all ScheduledScrapingSession
objects corresponding
to the given scraping session.
- deleteScrapeableFile(int) - Static method in class com.screenscraper.business.BScrapingSession
-
Deletes a scrapeable file from the database.
- deleteScrapeableFile(int) - Static method in class com.screenscraper.data.DScrapingSession
-
Deletes a scrapeable file from the database.
- deleteScrapeableSession(int) - Static method in class com.screenscraper.business.BScrapingSession
-
Deletes a ScrapeableSession
from the database.
- deleteScrapeableSession(int) - Static method in class com.screenscraper.data.DScrapingSession
-
Deletes a ScrapeableSession
from the database.
- deleteScrapeableSessionByScrapingSessionID(int) - Static method in class com.screenscraper.business.BScrapingSession
-
Deletes all ScrapeableSession
objects corresponding
to the given scraping session.
- deleteScrapeableSessionByScrapingSessionID(int) - Static method in class com.screenscraper.data.DScrapingSession
-
Deletes all ScrapeableSession
objects corresponding
to the given scraping session.
- deleteScrapeableSessionsByStartTime(long) - Static method in class com.screenscraper.data.DScrapingSession
-
Deletes all ScrapeableSession
records from the database
whose start_time value exceeds the given one.
- deleteScrapingSession(int) - Static method in class com.screenscraper.business.BScrapingSession
-
Deletes a scraping session from the database.
- deleteScrapingSession(int) - Static method in class com.screenscraper.data.DScrapingSession
-
Deletes a scraping session from the database.
- deleteScript(int) - Static method in class com.screenscraper.business.BScrapingSession
-
Deletes a script from the database.
- deleteScript(int) - Static method in class com.screenscraper.data.DScrapingSession
-
Deletes a script from the database.
- deleteScriptInstance(int, int, int, int) - Static method in class com.screenscraper.business.BScrapingSession
-
Deletes a script instance from the database based on its containing object.
- deleteScriptInstance(int, int, int, int, int, int) - Static method in class com.screenscraper.business.BScrapingSession
-
Deletes a specific script instance from the database.
- deleteScriptInstance(int, int, int, int, int, int) - Static method in class com.screenscraper.data.DScrapingSession
-
Deletes a specific script instance from the database.
- deleteScriptInstance(int, int, int, int) - Static method in class com.screenscraper.data.DScrapingSession
-
Deletes a script instance from the database based on its containing object.
- deleteScriptInstance(int, int, int) - Static method in class com.screenscraper.data.DScrapingSession
-
Deletes a script instance from the database.
- deleteScriptInstances(int, int, int, int) - Static method in class com.screenscraper.business.BScrapingSession
-
Deletes all script instances corresponding to a scraping session, scrapeable file
or extractor pattern.
- deleteScriptInstances(int, int, int, int) - Static method in class com.screenscraper.data.DScrapingSession
-
Deletes all script instances corresponding to a scraping session, scrapeable file
or extractor pattern.
- deleteSite(String, boolean) - Method in class com.screenscraper.util.internal.services.depthtracker.APIConnection
-
Deletes a site
- deleteSite(long, boolean) - Method in class com.screenscraper.util.internal.services.depthtracker.APIConnection
-
Deletes a site
- deleteSubExtractorPatterns(int) - Static method in class com.screenscraper.business.BScrapingSession
-
Deletes any sub-extractor patterns corresponding to the given parent
extractor pattern ID.
- deleteSubExtractorPatterns(int) - Static method in class com.screenscraper.data.DScrapingSession
-
Deletes any sub-extractor patterns corresponding to the given parent
extractor pattern ID.
- deleteThread(long) - Method in class com.screenscraper.util.internal.services.depthtracker.APIConnection
-
Deletes a thread
- deploymentPath(String) - Method in class com.screenscraper.util.internal.services.depthtracker.DepthTrackerClient.DepthTrackerClientBuilder
-
- deprecated - Variable in class com.screenscraper.view.languagesupport.javadoc.Documentation
-
- DepthTracker - Interface in com.screenscraper.util.internal.services.depthtracker
-
Class Description
- DepthTrackerClient - Class in com.screenscraper.util.internal.services.depthtracker
-
Client used for tracking the depth of a search and managing threads in them.
- DepthTrackerClient(ScrapingSession, String, String, int, int, String, String, String) - Constructor for class com.screenscraper.util.internal.services.depthtracker.DepthTrackerClient
-
- DepthTrackerClient.DepthTrackerClientBuilder - Class in com.screenscraper.util.internal.services.depthtracker
-
- DepthTrackerClientBuilder() - Constructor for class com.screenscraper.util.internal.services.depthtracker.DepthTrackerClient.DepthTrackerClientBuilder
-
- deriveDaysHoursMinutesSecondsFromMilliseconds(long) - Static method in class com.screenscraper.util.General
-
Derives the number of days, hours, minutes, and seconds from a long representing a number of milliseconds.
- DESC - Static variable in class com.screenscraper.datamanager.sql.util.SqlLookup
-
- descendingIterator() - Method in class com.screenscraper.concurrent.ResizeableLinkedBlockingDeque
-
- description - Variable in class com.screenscraper.view.languagesupport.javadoc.Documentation
-
- destroy() - Method in class com.screenscraper.ie.InternetExplorer
-
Destroys this InternetExplorer
instance.
- determineCharacterSet(HttpResponse) - Method in class com.screenscraper.common.HTTPResponse
-
Determines what the character should be from the
method response.
- determineColumn(Element, Map<Integer, Integer>) - Method in interface com.screenscraper.util.parsing.pdf.pdftohtml.PdfColumnDeterminer
-
Determines the column number for the given element (or can choose not to do anything)
- determineNeedsSaving(String, Object) - Static method in class com.screenscraper.model.ModelMainFrame
-
Determines whether or not we need to save by comparing the old value provided
with the new value derived from the given widget.
- determineUsesNavigationActions() - Method in class com.screenscraper.scraper.ScrapingSession
-
Determines and sets whether or not this scraping session uses navigation actions.
- Developer - Class in com.screenscraper.util.internal.services.iterator.model
-
Class Description
- Developer(APIConnection, Element) - Constructor for class com.screenscraper.util.internal.services.iterator.model.Developer
-
- DFolder - Class in com.screenscraper.data
-
The data layer for folders.
- DFolder() - Constructor for class com.screenscraper.data.DFolder
-
- DHTTPSession - Class in com.screenscraper.data
-
- DHTTPSession() - Constructor for class com.screenscraper.data.DHTTPSession
-
- DISABLE_FORM_LISTENERS - Static variable in class com.screenscraper.webbrowser.JSConstants
-
- disableEnableScheduledScrapingSession(String, boolean) - Method in interface com.screenscraper.services.ScrapingSessionService
-
- disableEnableScheduledScrapingSession(String, boolean, AsyncCallback) - Method in interface com.screenscraper.services.ScrapingSessionServiceAsync
-
- disableFormListeners() - Method in class com.screenscraper.webbrowser.ScreenScraperWebBrowser
-
Disables listening to form fields on the currently loaded webpage
- disconnect() - Method in class com.screenscraper.httpeek.HTTPTransaction
-
Kills the session.
- disconnect() - Method in class com.screenscraper.scraper.RemoteScrapingSession
-
Disconnects from the remote server and cleans up.
- disconnect() - Method in class com.screenscraper.scraper.RemoteScrapingSessionHandler
-
Kills the handler.
- dispatchRunnable() - Static method in class com.screenscraper.ie.InternetExplorer
-
Removes a Runnable
from the queue and runs its.
- displayBreakpointWindowOutsideOfWorkbench() - Static method in class com.screenscraper.Settings
-
Indicates whether or not the breakpoint window should be displayed outside of the workbench.
- displayCurrentURLInBrowser() - Method in class com.screenscraper.common.help.HelpBrowser
-
Displays the current URL in the user's browser.
- displayFindBox() - Method in class com.screenscraper.httpeek.view.ViewHTTPSession
-
Displays the "find" box used to find text in the HTML from the last scraped data.
- displayFindBox(JFrame, JTextArea) - Method in class com.screenscraper.view.ViewScrapeableFile
-
Displays the "find" box used to find text in the HTML from the last scraped data.
- displayFindBox() - Method in class com.screenscraper.view.ViewScrapingSession
-
Displays the "find" box used to find text in the HTML from the last
scraped data.
- displayFindBox() - Method in class com.screenscraper.view.ViewScript
-
Displays the "find" box used to find text in the HTML from the last
scraped data.
- displayHelpScreen(String) - Static method in class com.screenscraper.common.help.HelpBrowser
-
Displays a help screen identified by identifier.
- displayInBrowser() - Method in class com.screenscraper.httpeek.view.ViewHTTPSession
-
Displays the body of the response in the system's default browser.
- displayRawRequest() - Method in class com.screenscraper.httpeek.view.ViewHTTPSession
-
Displays the raw request corresponding to the current transaction.
- displayRawResponse() - Method in class com.screenscraper.httpeek.view.ViewHTTPSession
-
Displays the raw response corresponding to the current transaction.
- displaySearchResult(ProxySearchResult) - Method in class com.screenscraper.httpeek.view.ViewHTTPSession
-
Displays a search result in the lower panel.
- displaySettingsFrame() - Method in class com.screenscraper.view.ViewMainFrame
-
Displays the settings frame.
- displayStringInLocalWebBrowser(String, String) - Static method in class com.screenscraper.util.General
-
Displays the HTML in the string in a local web browser.
- displayTransaction(int) - Method in class com.screenscraper.httpeek.view.ViewHTTPSession
-
Indicates that a row was clicked.
- displayValueInTextArea(String) - Static method in class com.screenscraper.util.General
-
Displays a value in a text area.
- dispose() - Method in class com.screenscraper.view.AboutScreen
-
- dispose() - Method in class com.screenscraper.view.MenuScroller
-
Removes this MenuScroller from the associated menu and restores the
default behavior of the menu.
- dispose() - Method in class com.screenscraper.view.SplashScreen
-
- disposeFrame - Variable in class com.screenscraper.scraper.ScrapingSession.BreakpointFrameDisposer
-
- DISTINCT - Static variable in class com.screenscraper.datamanager.sql.util.SqlLookup
-
- DISTINCTROW - Static variable in class com.screenscraper.datamanager.sql.util.SqlLookup
-
- divideBy(double) - Method in class com.screenscraper.profiling.session.units.Measure
-
Divides the current amount by a given constant
- divideBy(RationalNumber) - Method in class com.screenscraper.profiling.session.units.Measure
-
Divides the current amount by a given constant
- divideBy(U) - Method in class com.screenscraper.profiling.session.units.Measure
-
Divides the current amount by a given amount
- dividedBy(long) - Method in class com.screenscraper.profiling.session.units.RationalNumber
-
Returns this number divided by amount
- dividedBy(double) - Method in class com.screenscraper.profiling.session.units.RationalNumber
-
Returns this number divided by amount
- dividedBy(RationalNumber) - Method in class com.screenscraper.profiling.session.units.RationalNumber
-
Returns this number divided by amount
- dlgNeedsSaving - Variable in class com.screenscraper.view.ViewMainFrame.NeedsSavingDialogCloser
-
- dm - Variable in class com.screenscraper.datamanager.sql.SqlDataWriter
-
- dm - Variable in class com.screenscraper.datamanager.xml.XmlReader
-
- DMapping - Class in com.screenscraper.data
-
Handles database interaction for mapping-related classes.
- DMapping() - Constructor for class com.screenscraper.data.DMapping
-
- DmPreparedStatement - Class in com.screenscraper.datamanager.sql.util
-
A wrapper for java.sql.PreparedStatement that adds methods for dealing Directly interacting with the DataObject class, as well of methods to retrive values
that were used in the preparation of the PreparedStatement
- DmPreparedStatement(Connection, CharSequence) - Constructor for class com.screenscraper.datamanager.sql.util.DmPreparedStatement
-
Creates a DmPreparedStatement designed for executeQuery (Lookup as opposed to update) java.sql.ResultSet.TYPE_SCROLL_INSENSITIVE and
java.sql.ResultSet.CONCUR_UPDATABLE are set PreparedStatement parameters:
- DmPreparedStatement(Connection, CharSequence, int) - Constructor for class com.screenscraper.datamanager.sql.util.DmPreparedStatement
-
Creates a DmPreparedStatement from the given sql statement with optional retrieval of auto generated keys
- DmPreparedStatement(Connection, CharSequence, String[]) - Constructor for class com.screenscraper.datamanager.sql.util.DmPreparedStatement
-
- DNavigationAction - Class in com.screenscraper.data
-
Helps handle database stuff for navigation actions.
- DNavigationAction() - Constructor for class com.screenscraper.data.DNavigationAction
-
- doAction(ScrapingSessionState, boolean) - Method in class com.screenscraper.action.ClickNavigationActionDoer
-
Causes the HTML element to be clicked that will submit the form.
- doAction(ScrapingSessionState, boolean) - Method in class com.screenscraper.action.FormNavigationActionDoer
-
Causes the HTML element to be clicked that will submit the form.
- doAction(ScrapingSessionState, boolean) - Method in class com.screenscraper.action.ListSelectionNavigationActionDoer
-
Causes the HTML element to be clicked that will submit the form.
- doAction(ScrapingSessionState, boolean) - Method in class com.screenscraper.action.NavigationActionDoer
-
Causes the navigation action to be carried out, such as
clicking a link or submitting a form.
- doAction(ScrapingSessionState, boolean) - Method in class com.screenscraper.action.TextEntryNavigationActionDoer
-
Causes the HTML element to be clicked that will submit the form.
- DOCCOMMENT - Static variable in class com.screenscraper.view.languagesupport.InterpretedJavaTokenMaker
-
- Documentation - Class in com.screenscraper.view.languagesupport.javadoc
-
Class Description
- Documentation(Class<?>, String, String, String) - Constructor for class com.screenscraper.view.languagesupport.javadoc.Documentation
-
Create a documentation object with the given type, name, and description
- DocumentModel - Class in com.screenscraper.util.javascript.models.dom
-
A model class for the document of a DOM in the browser
- DocumentModel(WindowModel, String, String, String, Document) - Constructor for class com.screenscraper.util.javascript.models.dom.DocumentModel
-
Creates the document model
- doesUserWantToViewTutorials() - Static method in class com.screenscraper.Settings
-
Indicates whether or not the user would like to view the tutorials.
- doExtendedReset(boolean) - Method in class com.screenscraper.scraper.ScrapingSession
-
Resets any remaining objects, which external entities querying the scraping session for data may otherwise rely on.
- doExtractorPatternTokensUseMappingSet(int) - Static method in class com.screenscraper.business.BMapping
-
Indicates whether or not there are any extractor pattern
tokens that make use of the mapping set corresponding to
the given ID.
- doFullHotSwapFromDatabase() - Static method in class com.screenscraper.util.General
-
Does a hot swap from the database.
- doFullHotSwapFromFiles() - Static method in class com.screenscraper.util.General
-
Does a hot swap for both scripts and scraping sessions.
- doHotSwapFromDatabase() - Method in class com.screenscraper.scraper.RemoteScrapingSession
-
Indicates that a database hot swap needs to be performed.
- doLazyScrape() - Method in class com.screenscraper.scraper.ScrapingSession
-
Indicates whether or not the session should do a "lazy" scrape.
- domain(String) - Method in class com.screenscraper.util.internal.services.proxypool.ProxyPoolClient.ProxyPoolClientBuilder
-
Sets the domain the proxies will be used for
- DOMAttribute - Class in com.screenscraper.util.javascript.models.dom
-
Attribut
- DOMAttribute(WindowModel, Attribute) - Constructor for class com.screenscraper.util.javascript.models.dom.DOMAttribute
-
- DOMHelper - Class in com.screenscraper.webbrowser
-
A helper class to print DOM nodes and to find DOM nodes
- DOMHelper(Writer) - Constructor for class com.screenscraper.webbrowser.DOMHelper
-
- DOMHelper() - Constructor for class com.screenscraper.webbrowser.DOMHelper
-
- DOMNamedNodeMap - Class in com.screenscraper.util.javascript.models.dom
-
A named node map
- DOMNamedNodeMap(WindowModel) - Constructor for class com.screenscraper.util.javascript.models.dom.DOMNamedNodeMap
-
- DOMNode - Class in com.screenscraper.util.javascript.models.dom
-
Represents an element in the DOM
- DOMNode(WindowModel, Node) - Constructor for class com.screenscraper.util.javascript.models.dom.DOMNode
-
- DOMNodeList - Class in com.screenscraper.util.javascript.models.dom
-
Represents the result of a DOM selection
- DOMNodeList(WindowModel, List<? extends Node>) - Constructor for class com.screenscraper.util.javascript.models.dom.DOMNodeList
-
- DOMNodeList(WindowModel, List<? extends Node>, String) - Constructor for class com.screenscraper.util.javascript.models.dom.DOMNodeList
-
- DomSimulator - Class in com.screenscraper.util.javascript
-
Class for getting a simulated browser object.
- DOMStyle - Class in com.screenscraper.util.javascript.models.dom
-
Class Description
- DOMStyle(DOMNode) - Constructor for class com.screenscraper.util.javascript.models.dom.DOMStyle
-
- doNothing(Base64) - Method in interface com.screenscraper.util.javascript.models.ModelMapper.NonexistantMethod
-
- DONT_COMPRESS - Static variable in class com.screenscraper.util.Base64
-
Specify that data should not be compressed (value is false).
- DOUBLE_EQUALITY_TOLERANCE - Static variable in class com.screenscraper.profiling.session.units.MathUtils
-
A small value used to test 'equality' of values that are floating point
- doubleValue() - Method in class com.screenscraper.profiling.session.units.RationalNumber
-
- downloadFile(String, String) - Method in interface com.screenscraper.scraper.RunningScrapingSession
-
A utility method for downloading a resource and writing it to a file.
- downloadFile(String, String, int, boolean) - Method in class com.screenscraper.scraper.ScrapingSession
-
A utility method for downloading a resource and writing it to a file.
- downloadFile(String, String, int) - Method in class com.screenscraper.scraper.ScrapingSession
-
A utility method for downloading a resource and writing it to a file.
- downloadFile(String, String) - Method in class com.screenscraper.scraper.ScrapingSession
-
A utility method for downloading a resource and writing it to a file.
- dragEnter(DropTargetDragEvent) - Method in class com.screenscraper.view.ViewTree
-
- dragExit(DropTargetDragEvent) - Method in class com.screenscraper.view.ViewTree
-
- dragExit(DropTargetEvent) - Method in class com.screenscraper.view.ViewTree
-
- dragGestureRecognized(DragGestureEvent) - Method in class com.screenscraper.view.CustomTree
-
- dragOver(DropTargetDragEvent) - Method in class com.screenscraper.view.ViewTree
-
- drainTo(Collection<? super T>) - Method in class com.screenscraper.concurrent.ResizeableLinkedBlockingDeque
-
- drainTo(Collection<? super T>, int) - Method in class com.screenscraper.concurrent.ResizeableLinkedBlockingDeque
-
- DRegularExpression - Class in com.screenscraper.data
-
Created by IntelliJ IDEA.
- DRegularExpression() - Constructor for class com.screenscraper.data.DRegularExpression
-
- drop(DropTargetDropEvent) - Method in class com.screenscraper.view.ViewTree
-
- dropActionChanged(DropTargetDragEvent) - Method in class com.screenscraper.view.ViewTree
-
- dropCachedDataSetTables() - Method in class com.screenscraper.scraper.ScrapingSessionState
-
Scans for any DataSet
objects, and, if they've been
cached, drops their corresponding tables.
- dropDataSetTable() - Method in class com.screenscraper.common.DataSet
-
Drops the table that was used to cache this data set.
- DScrapingSession - Class in com.screenscraper.data
-
- DScrapingSession() - Constructor for class com.screenscraper.data.DScrapingSession
-
- dumpFileContentsToLog(File) - Static method in class com.screenscraper.util.General
-
Dumps the contents of a file to the log.
- dumpHTTPParametersToLog() - Method in class com.screenscraper.scraper.ScrapeableFile
-
Dumps all of the HTTP parameters to the log.
- dumpMemoryUsage() - Static method in class com.screenscraper.util.General
-
Writes out to the log information relating to the applications current use of memory.
- dumpToLog() - Method in class com.screenscraper.action.NavigationAction
-
Dumps the contents of the navigation action to the log.
- dumpToLog() - Method in class com.screenscraper.common.DataSet
-
Dumps the contents of the DataSet
to the log.
- dumpToLog() - Method in class com.screenscraper.common.HTTPParameter
-
Dumps the parameter to the log.
- dumpToLog() - Method in class com.screenscraper.common.XmlNode
-
Dumps the contents of the node and all of its child nodes
to the internal logger.
- dumpToLog() - Method in class com.screenscraper.fileparser.DataGrid
-
- dumpToLog() - Method in class com.screenscraper.fileparser.DataRow
-
- dumpToLog() - Method in class com.screenscraper.httpeek.HTTPSession
-
Dumps the HTTP session to the log.
- dumpToLog() - Static method in class com.screenscraper.httpeek.HTTPSessionManager
-
Dumps all HTTP sessions to the log.
- dumpToLog() - Method in class com.screenscraper.httpeek.ProxySearchResult
-
Dumps the object to the log.
- dumpToLog() - Static method in class com.screenscraper.model.FolderManager
-
Dumps all of the folders to the log.
- dumpToLog() - Method in class com.screenscraper.scraper.ExtractorPattern
-
Dumps the extractor pattern to the log.
- dumpToLog() - Method in class com.screenscraper.scraper.ExtractorPatternToken
-
Dumps the extractor pattern token to the log.
- dumpToLog() - Method in class com.screenscraper.scraper.Mapping
-
Dumps the mapping to the log.
- dumpToLog() - Method in class com.screenscraper.scraper.MappingSet
-
Dumps the set to the log.
- dumpToLog() - Method in class com.screenscraper.scraper.RemoteScrapingSessionCommand
-
Dumps the command to the log.
- dumpToLog() - Method in class com.screenscraper.scraper.ScheduledScrapingSession
-
Dumps information about this to the log.
- dumpToLog() - Static method in class com.screenscraper.scraper.ScheduledScrapingSessionManager
-
Dumps all of the scheduled scraping sessions to the log.
- dumpToLog() - Method in class com.screenscraper.scraper.ScrapeableFile
-
Dumps the scrapeable file to the log.
- dumpToLog() - Method in class com.screenscraper.scraper.ScrapeableSession
-
Dumps this ojbect to the log.
- dumpToLog() - Method in class com.screenscraper.scraper.ScrapingSession
-
Dumps the session to the log.
- dumpToLog() - Method in class com.screenscraper.scraper.Script
-
Dumps the script to the log.
- dumpToLog() - Method in class com.screenscraper.scraper.ScriptInstance
-
Dumps the script instance to the log.
- dumpToLog() - Method in class com.screenscraper.scraper.ScriptInstances
-
Dumps the script instance objects to the log.
- dumpToLog() - Static method in class com.screenscraper.scraper.ScriptManager
-
Dumps all of the scripts to the log.
- dumpToLog() - Method in class com.screenscraper.util.ProxyServer
-
Dumps the proxy server to the log.
- dumpToLog() - Method in class com.screenscraper.view.CustomTree
-
Dumps the current state of the tree.
- dumpToXML(String) - Method in class com.screenscraper.profiling.ObjectMemoryProfile
-
Dumps the information to an XML file.
- dumpToXML() - Method in class com.screenscraper.profiling.TrackedObject
-
Outputs this object to XML.
- duplicate() - Method in class com.screenscraper.util.retry.AbstractRetryPolicy
-
Duplicates this retry policy, copying any needed values to the new AbstractRetryPolicy.
- duplicate() - Method in class com.screenscraper.util.retry.EmptyRetryPolicy
-
- duplicate() - Method in class com.screenscraper.util.retry.MultiplePolicyRetryPolicy
-
- duplicate() - Method in class com.screenscraper.util.retry.StandardRetryPolicy
-
- duplicate(ScrapingSession) - Method in class com.screenscraper.util.ScrapeStateLogger
-
Creates a duplicate of this logger, but using the given scraping session instead of the current one.
- duplicateAction - Variable in class com.screenscraper.datamanager.sql.util.SqlLookup
-
- duplicateFilter() - Method in class com.screenscraper.profiling.BlacklistedClassFieldProfilingFilter
-
- duplicateFilter() - Method in interface com.screenscraper.profiling.ProfilingFilter
-
Returns a duplicate copy of this filter (deep enough that it is immutable)
- duplicateFilter() - Method in class com.screenscraper.profiling.WhitelistedClassFieldProfilingFilter
-