- FAILURE - Static variable in class com.screenscraper.scraper.SOAPInterface
-
- FAILURE_ARRAY - Static variable in class com.screenscraper.scraper.SOAPInterface
-
- FAILURE_ARRAY_2D - Static variable in class com.screenscraper.scraper.SOAPInterface
-
- FAILURE_STRING - Static variable in class com.screenscraper.scraper.SOAPInterface
-
- fatal(Object) - Method in class com.screenscraper.datamanager.sql.SqlDataManager.SqlDataManagerLogger
-
Logs a fatal message
- fatal(Object, Throwable) - Method in class com.screenscraper.datamanager.sql.SqlDataManager.SqlDataManagerLogger
-
See the Logger
documentation for this method
- FieldChooserDialog - Class in com.screenscraper.view
-
Used to find stuff in a text component.
- FieldChooserDialog(JFrame, ScreenScraperWebBrowser, ViewNavigationAction) - Constructor for class com.screenscraper.view.FieldChooserDialog
-
Generates a new find dialog.
- fieldChooserDialog - Variable in class com.screenscraper.view.ViewScrapeableFile
-
ADVANCED PANEL ************
- File - Class in com.screenscraper.util.form
-
No Description
Author: Mike
Date: 3/16/12
Time: 1:54 PM
- File(String) - Constructor for class com.screenscraper.util.form.File
-
Creates this input parsing required values from the given text
- FileCacher - Class in com.screenscraper.util
-
Class used for caching a set of files, and optionally zipping them.
- FileCacher(ScrapingSession, String) - Constructor for class com.screenscraper.util.FileCacher
-
Creates the scrape cache with the given utility, and sets the default log saving behavior.
- FileHTTPSessionNotifiable - Class in com.screenscraper.httpeek
-
- FileHTTPSessionNotifiable(String, String) - Constructor for class com.screenscraper.httpeek.FileHTTPSessionNotifiable
-
Constructs a DefaultScrapingSessionNotifiable to be used with
the named scraping session.
- FileLineSupplier - Class in com.screenscraper.util.suppliers
-
Supplier to return a file one line at a time.
- FileLineSupplier(File) - Constructor for class com.screenscraper.util.suppliers.FileLineSupplier
-
Create a supplier by passing a file
- FileLineSupplier(File, Charset) - Constructor for class com.screenscraper.util.suppliers.FileLineSupplier
-
Create a supplier by passing a file
- FileLineSupplier(Path) - Constructor for class com.screenscraper.util.suppliers.FileLineSupplier
-
Create a supplier by passing a file
- FileLineSupplier(Path, Charset) - Constructor for class com.screenscraper.util.suppliers.FileLineSupplier
-
Create a supplier by passing a file
- FileLineSupplier(BufferedReader) - Constructor for class com.screenscraper.util.suppliers.FileLineSupplier
-
Create a supplier by passing a reader directly.
- fileName - Variable in class com.screenscraper.datamanager.xml.XmlDataManager
-
- FileNotifiable - Class in com.screenscraper.common
-
- FileNotifiable(String, String) - Constructor for class com.screenscraper.common.FileNotifiable
-
Constructs a DefaultScrapingSessionNotifiable to be used with the named file.
- FileScrapingSessionNotifiable - Class in com.screenscraper.scraper
-
- FileScrapingSessionNotifiable(String, String, String) - Constructor for class com.screenscraper.scraper.FileScrapingSessionNotifiable
-
Constructs a DefaultScrapingSessionNotifiable to be used with
the named scraping session.
- FileSorter() - Constructor for class com.screenscraper.util.DataMain.FileSorter
-
- FileUtils - Class in com.screenscraper.util
-
Various file-related utilities.
- FileUtils() - Constructor for class com.screenscraper.util.FileUtils
-
- filter(int) - Method in class com.screenscraper.util.ProxyServerPool
-
Causes the proxy server to filter it's current pool.
- filter(int, boolean) - Method in class com.screenscraper.util.ProxyServerPool
-
Causes the proxy server to filter it's current pool.
- filter() - Method in class com.screenscraper.util.ProxyServerPool
-
Causes the current pool proxy server to filter its list of proxy servers.
- filterClassesByExcludedModifier(Collection<Class<?>>, boolean, int...) - Static method in class com.screenscraper.profiling.ReflectionUtils
-
Filters out all reflected values that don't match the given modifiers
- filterClassesByRequiredModifier(Collection<Class<?>>, boolean, int...) - Static method in class com.screenscraper.profiling.ReflectionUtils
-
Filters out all reflected values that don't match the given modifiers
- filterDuplicates(HashSet) - Method in class com.screenscraper.common.DataSet
-
Filters duplicates from the data set.
- filterHTTPTransactions() - Static method in class com.screenscraper.Settings
-
Indicates whether or not HTTP transactions in the proxy should be filtered by their usefulness.
- filterMembersByExcludedModifier(Collection<U>, boolean, int...) - Static method in class com.screenscraper.profiling.ReflectionUtils
-
Filters out all reflected values that don't match the given modifiers
- filterMembersByRequiredModifier(Collection<U>, boolean, int...) - Static method in class com.screenscraper.profiling.ReflectionUtils
-
Filters out all reflected values that don't match the given modifiers
- finalize() - Method in class com.screenscraper.http.util.CleanableReference
-
- finalize() - Method in class com.screenscraper.scraper.ScrapingSession
-
- finalize() - Method in class com.screenscraper.util.images.deathbycaptcha_api.SocketClient
-
- finalize() - Method in class com.screenscraper.view.MenuScroller
-
Ensures that the dispose
method of this MenuScroller is
called when there are no more refrences to it.
- FindBoxShower(JFrame, JTextArea) - Constructor for class com.screenscraper.httpeek.view.ViewHTTPSession.FindBoxShower
-
- FindDialog - Class in com.screenscraper.view
-
Used to find stuff in a text component.
- FindDialog(JFrame, JTextComponent) - Constructor for class com.screenscraper.view.FindDialog
-
Generates a new find dialog.
- findNodeByAttributes(Node, Map<String, String>) - Static method in class com.screenscraper.webbrowser.DOMHelper
-
Finds the node that matches the given attributes starting at the given node
- findNodeByID(Document, String) - Static method in class com.screenscraper.webbrowser.DOMHelper
-
Finds the node with the given ID in the given DOM tree
- findValue(String, String, String) - Method in class com.screenscraper.common.DataSet
-
Finds a value in a data record whose column identified by columnToMatch contains the valueToFind.
- finishWriting(String) - Method in interface com.screenscraper.datamanager.DataWriter
-
finishes up the writing, this is not always required but may be depending on the output The purpose is to write out file footers, and get things cleaned
up in general
- finishWriting(String) - Method in class com.screenscraper.datamanager.sql.SqlDataWriter
-
- finishWriting(String) - Method in class com.screenscraper.datamanager.xml.XmlDataWriter
-
- fireEvent(DataManagerEventSource.EventFireTime, DataManagerEvent) - Method in class com.screenscraper.datamanager.DataManagerEventSource
-
Fire event
- fireEvent(DataManagerEventSource.EventFireTime, DataManagerEvent) - Method in interface com.screenscraper.datamanager.RelationalSchema
-
Fires an event
- fireEvent(DataManagerEventSource.EventFireTime, DataManagerEvent) - Method in class com.screenscraper.datamanager.skeleton.BasicSchema
-
- fireEvent(EventFireTime<T>, T) - Method in class com.screenscraper.events.EventEngine
-
Fires an event for the given time with the given data
- fireEvent(EventFireTime<T>, T, boolean) - Method in class com.screenscraper.events.EventEngine
-
Fires an event for the given time with the given data
- fireTreeNodeChanged(Object, TreePath) - Method in class com.screenscraper.model.MainTreeModel
-
The only event raised by this model is TreeStructureChanged with the
root as path, i.e.
- fireTreeStructureChanged(TreePath) - Method in class com.screenscraper.model.MainTreeModel
-
Indicates that the overall structure of the tree has changed.
- FIRST_PORT - Static variable in class com.screenscraper.util.images.deathbycaptcha_api.SocketClient
-
- FirstPassParameter(String, String) - Constructor for class com.screenscraper.view.languagesupport.javadoc.parsers.AbstractJavadocParser.FirstPassParameter
-
- fkConstraintsMet(DataNode) - Method in class com.screenscraper.datamanager.sql.SqlDataManager
-
- fks - Variable in class com.screenscraper.datamanager.skeleton.BasicSchema
-
- flagAsLoaded() - Method in class com.screenscraper.scraper.ScrapeableFile
-
Flags it as being fully loaded.
- flagAsLoaded() - Method in class com.screenscraper.scraper.ScrapingSession
-
Flags the scraping session as having been loaded.
- flavors - Static variable in class com.screenscraper.httpeek.HTTPSession
-
- flavors - Static variable in class com.screenscraper.model.Folder
-
- flavors - Static variable in class com.screenscraper.scraper.ScrapingSession
-
- flavors - Static variable in class com.screenscraper.scraper.Script
-
- floatValue() - Method in class com.screenscraper.profiling.session.units.RationalNumber
-
- flush() - Method in class com.screenscraper.csv.CsvWriter
-
Flush underlying stream to writer.
- flush() - Method in interface com.screenscraper.datamanager.DataManager
-
writes the current data to the Database and clears out all the data.
- flush() - Method in class com.screenscraper.datamanager.skeleton.BasicDataManager
-
- flush() - Method in class com.screenscraper.datamanager.sql.SqlDataManager
-
writes the current data to the Database and clears out all the data.
- flush() - Method in class com.screenscraper.datamanager.xml.XmlDataManager
-
- flush(RootNode) - Method in class com.screenscraper.datamanager.xml.XmlDataWriter
-
write and clears the DataNode.
- flush() - Method in class com.screenscraper.util.Base64.OutputStream
-
Appropriately pads Base64 notation when encoding
or throws an exception if Base64 input is not
properly padded when decoding.
- flushChannelPoolPartitions(Predicate<Object>) - Method in class com.screenscraper.http.AsyncScrapingHttpClient2.SharedAsyncHttpClient
-
- flushSameThread() - Method in class com.screenscraper.datamanager.sql.SqlDataManager
-
This method is for when you have multi-threaded database writes enabled, but you need certain writes to be inline, for example if you need to run a query
afterwards that depends on the data you just wrote being current.
- FocusRequester() - Constructor for class com.screenscraper.view.ViewMainFrame.FocusRequester
-
- Folder - Class in com.screenscraper.model
-
- Folder(String) - Constructor for class com.screenscraper.model.Folder
-
Generates a folder object with the given name.
- Folder(int, String) - Constructor for class com.screenscraper.model.Folder
-
Generates a folder object with the given name and ID.
- Folderable - Interface in com.screenscraper.common
-
- FolderManager - Class in com.screenscraper.model
-
- FolderManager() - Constructor for class com.screenscraper.model.FolderManager
-
- followNode(Node, int) - Method in class com.screenscraper.webbrowser.DOMHelper
-
Prints the given DOM tree to the provided out stream.
- FONT_COLOR_ATTRIBUTE - Static variable in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulator
-
The attribute name that will indicate the font color for the contained text
- FONT_FAMILY_ATTRIBUTE - Static variable in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulator
-
The attribute name that will indicate the font family for the contained text
- FONT_SIZE_ATTRIBUTE - Static variable in class com.screenscraper.util.parsing.pdf.pdftohtml.PdfManipulator
-
The attribute name that will indicate the font size for the contained text
- forceRequestLineToHTTPS() - Method in class com.screenscraper.common.HTTPRequest
-
Forces the request line to HTTPS.
- ForeignKeyBuilder(String, String, String) - Constructor for class com.screenscraper.datamanager.sql.SqlSchemaBuilder.ForeignKeyBuilder
-
- Form - Class in com.screenscraper.util.form
-
Represents a form in the html tags.
- Form(ScrapingSession, ScrapeableFile, String) - Constructor for class com.screenscraper.util.form.Form
-
Constructs a Form from text, parsing it into it's parts
- FORM_ACTION - Static variable in class com.screenscraper.webbrowser.JSConstants
-
- FORM_ID - Static variable in class com.screenscraper.webbrowser.JSConstants
-
- FORM_NAME - Static variable in class com.screenscraper.webbrowser.JSConstants
-
- FORM_NAVIGATION_ACTION - Static variable in class com.screenscraper.action.NavigationAction
-
Constants used to identify navigation actions in the database.
- formatNumber(String, int, boolean) - Method in class com.screenscraper.util.ScrapingUtil
-
Returns a number formatted in such a way that it could be parsed as a Float, such as xxxxxxxxx.xxxx It attempts to figure out if the number is formatted
as European or American style, but if it cannot determine which it is, it defaults to American.
- formatNumber(String, int, boolean, boolean) - Method in class com.screenscraper.util.ScrapingUtil
-
Returns a number formatted in such a way that it could be parsed as a Float, such as xxxxxxxxx.xxxx It attempts to figure out if the number is formatted
as European or American style, but if it cannot determine which it is, it defaults to American.
- formatNumber(String) - Method in class com.screenscraper.util.ScrapingUtil
-
Returns a number formatted in such a way that it could be parsed as a Float, such as xxxxxxxxx.xxxx It attempts to figure out if the number is formatted
as European or American style, but if it cannot determine which it is, it defaults to American.
- formatNumber(String, boolean) - Method in class com.screenscraper.util.ScrapingUtil
-
Returns a number formatted in such a way that it could be parsed as a Float, such as xxxxxxxxx.xxxx It attempts to figure out if the number is formatted
as European or American style, but if it cannot determine which it is, it defaults to American.
- formatUSPhoneNumber(String) - Method in class com.screenscraper.util.ScrapingUtil
-
Converts a String to a US formatted phone number, as +1 (123) 456-7890x2.
- formatUSZipCode(String) - Method in class com.screenscraper.util.ScrapingUtil
-
Formats and returns a US style zip code as 12345-6789.
- FormNavigationAction - Class in com.screenscraper.action
-
Used to handle submitting forms.
- FormNavigationAction() - Constructor for class com.screenscraper.action.FormNavigationAction
-
Default constructor.
- FormNavigationAction(ScrapeableFile) - Constructor for class com.screenscraper.action.FormNavigationAction
-
Initializes an empty instance for the given scrapeable file.
- FormNavigationAction(int, ScrapeableFile, String, ScrapeableFile, String, String, boolean, int) - Constructor for class com.screenscraper.action.FormNavigationAction
-
Initializes the action fully.
- FormNavigationAction(FormNavigationAction) - Constructor for class com.screenscraper.action.FormNavigationAction
-
Creates a new FormNavigationAction
based on an
existing one.
- FormNavigationActionDoer - Class in com.screenscraper.action
-
Handles submitting a form.
- FormNavigationActionDoer(HtmlElement, HashSet<FormParameter>) - Constructor for class com.screenscraper.action.FormNavigationActionDoer
-
Generates a new one based on a HtmlElement
.
- FormParameter - Class in com.screenscraper.action
-
Represents a form element to be submitted along with the form.
- FormParameter(String, String) - Constructor for class com.screenscraper.action.FormParameter
-
Initializes the parameter.
- FormUtility - Class in com.screenscraper.util.form
-
Utility used for forms with useful regex abilities for extracting data
- forUpdate - Variable in class com.screenscraper.datamanager.sql.util.SqlLookup
-
- FOUND_IN_AUTHENTICATION_PASSWORD - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_AUTHENTICATION_USERNAME - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_CONTENT - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_HTTP_HEADER_KEY - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_HTTP_HEADER_VALUE - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_HTTP_PARAMETER_KEY - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_HTTP_PARAMETER_VALUE - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_IDENTIFIER - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_KEY_STORE_FILE_PATH - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_KEY_STORE_PASSWORD - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_LAST_REQUEST - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_LAST_RESPONSE - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_LOG - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_NAME - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_NOTE - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_NOTES - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_NT_PROXY_DOMAIN - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_NT_PROXY_HOST - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_NT_PROXY_PASSWORD - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_NT_PROXY_USERNAME - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_PATTERN_TEXT - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_POST_DATA - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_PROXY_HOST - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_PROXY_PASSWORD - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_PROXY_PORT - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_PROXY_USERNAME - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_REQUEST_HEADER_KEY - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_REQUEST_HEADER_VALUE - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_REQUEST_LINE - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_RESPONSE_BODY - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_RESPONSE_HEADER_KEY - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_RESPONSE_HEADER_VALUE - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_RESPONSE_STATUS_LINE - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_SCRIPT_TEXT - Static variable in class com.screenscraper.GlobalSearchResult
-
- FOUND_IN_URL - Static variable in class com.screenscraper.GlobalSearchResult
-
- frame - Variable in class com.screenscraper.httpeek.view.ViewHTTPSession.EscapeWindowCloser
-
- frameScriptInstances - Variable in class com.screenscraper.view.ViewScript
-
Shows the script instances.
- frmLastResponse - Variable in class com.screenscraper.view.ViewScrapeableFile
-
Holds the last response stuff when they're in an external window.
- fromObject(Object) - Static method in enum com.screenscraper.datamanager.DataObject.ObjectType
-
- fromString(String) - Static method in enum com.screenscraper.datamanager.DataObject.ObjectType
-
- fromString(String) - Static method in enum com.screenscraper.datamanager.skeleton.BasicSchemaAttr
-
- fromString(String) - Static method in enum com.screenscraper.http.models.ScrapingRequest.Type
-
Returns the type from a string (case insensitive)
- fromString(String) - Static method in enum com.screenscraper.http.ScrapingHttpClientType
-
Converts a string to the actual object
- FuzzyCost<T> - Interface in com.screenscraper.util.fuzzy
-
Used to determine the cost of a fuzzy operation
- FuzzyMatcher<T> - Class in com.screenscraper.util.fuzzy
-
Basic fuzzy matcher used to compare to possibly dissimilar lists.
- FuzzyMatcher(double, double, double, double) - Constructor for class com.screenscraper.util.fuzzy.FuzzyMatcher
-
Create a fuzzy matcher with the given costs
- FuzzyMatcher(FuzzyCost<T>) - Constructor for class com.screenscraper.util.fuzzy.FuzzyMatcher
-
Create a fuzzy matcher using a
FuzzyCost
matcher
- FuzzyMatcher - Class in com.screenscraper.util
-
Created by: David Andersen
Date: Jul 12, 2010
- FuzzyMatcher() - Constructor for class com.screenscraper.util.FuzzyMatcher
-
- FuzzyMatcherAlignmentResult<T> - Class in com.screenscraper.util.fuzzy
-
Class that contains the results of fuzzy matching.
- FuzzyMatcherAlignmentResult(List<FuzzyMatchingPathStep<T>>, double) - Constructor for class com.screenscraper.util.fuzzy.FuzzyMatcherAlignmentResult
-
- FuzzyMatchingPathStep<T> - Class in com.screenscraper.util.fuzzy
-
A single step that was taken when fuzzy matching to lists
- FuzzyMatchingPathStep(FuzzyMatchingPathStep<T>, FuzzyMatchingStep, T, T, double) - Constructor for class com.screenscraper.util.fuzzy.FuzzyMatchingPathStep
-
Create a step in fuzzy matching
- FuzzyMatchingStep - Enum in com.screenscraper.util.fuzzy
-
The possible types of steps that can be taken when fuzzy matching
- FuzzyStringMatcher - Class in com.screenscraper.util.fuzzy
-
Fuzzy matcher used to compare strings
- FuzzyStringMatcher(double, double, double, double) - Constructor for class com.screenscraper.util.fuzzy.FuzzyStringMatcher
-
Used to create a fuzzy string matcher with the given costs for insertion and deletions
- FuzzyStringMatcher(FuzzyCost<Character>) - Constructor for class com.screenscraper.util.fuzzy.FuzzyStringMatcher
-
Creates a fuzzy string matcher with the given costs