A B C D E F G H I J K L M N O P R S T U V W X

G

GenericReceivedHeaderParser - class org.jasen.core.parsers.GenericReceivedHeaderParser.
This is a generic header parser which should parse most "Received" MIME headers.
GenericReceivedHeaderParser() - Constructor for class org.jasen.core.parsers.GenericReceivedHeaderParser
 
get(int) - Method in class org.jasen.util.ReadOnlyList
 
get(URL, OutputStream, int, long) - Static method in class org.jasen.util.WebUtils
Attempts to download the file given by the URL and saves it to the output stream provided
NOTE: The given output stream will NOT be closed within this method
get(URL, OutputStream, int, long, StreamReaderListener) - Static method in class org.jasen.util.WebUtils
Attempts to download the file given by the URL and saves it to the output stream provided
NOTE: The given output stream will NOT be closed within this method
getAbsolutePathWithoutFile(File) - Static method in class org.jasen.util.FileUtils
Gets the absolute path without the file (root path).
getAddress() - Method in class org.jasen.net.MXRecord
 
getAllAttachmentParts(List) - Static method in class org.jasen.util.MimeUtils
Gets all parts which can be considered an attachment.
getAllByName(String) - Method in interface org.jasen.interfaces.InetAddressResolver
Gets all InetAddress records associated with the host name or IP address provided
getAllByName(String) - Method in class org.jasen.net.JasenInetAddressResolver
 
getAllHeaders(MimeMessage) - Static method in class org.jasen.util.MimeUtils
 
getArchiveName() - Method in class org.jasen.update.JasenAutoUpdateParcel
 
getArchiveName() - Method in class org.jasen.update.JasenAutoUpdateParcelWrapper
Gets the name of the update package to be downloaded.
getArchivePath() - Method in class org.jasen.update.JasenAutoUpdateFile
Gets the path to the file in the update archive
getAttachmentNames() - Method in class org.jasen.core.JasenMessageWrapper
 
getAttachmentNames() - Method in class org.jasen.core.StandardJasenMessage
 
getAttachmentNames() - Method in interface org.jasen.interfaces.JasenMessage
Returns the names of all attachments in the message
getAutoUpdateCheckOnStartup() - Method in class org.jasen.config.JasenConfiguration
Gets the value of the auto update check-on-startup configuration.
getAutoUpdateEnabled() - Method in class org.jasen.config.JasenConfiguration
Gets the value of the auto update enabled configuration.
getAutoUpdateErrorHandler() - Method in class org.jasen.config.JasenConfiguration
Gets the class name of the error handler to use in the auto update engine.
getAutoUpdateFrequency() - Method in class org.jasen.config.JasenConfiguration
Gets the frequency of the auto-update engine in minutes
getAutoUpdateListener() - Method in class org.jasen.JasenScanner
Gets the listener registered for auto update events if one has been set.
getAutoUpdateParcel() - Method in class org.jasen.config.JasenConfiguration
Gets the name of the (XML) file which resides on the update server and which contains the update parcel information
getAutoUpdateReadBuffer() - Method in class org.jasen.config.JasenConfiguration
Gets the size (in bytes) of the buffer to use when downloading updates
getAutoUpdateReadTimout() - Method in class org.jasen.config.JasenConfiguration
Gets the timeout (in milliseconds) to be used when reading update information from the update server
getAutoUpdateUrl() - Method in class org.jasen.config.JasenConfiguration
Gets the URL from which updates are downloaded
getBoundary() - Method in class org.jasen.config.JasenConfiguration
Gets the "boundary" condition for the scanner.
getByName(String) - Method in interface org.jasen.interfaces.InetAddressResolver
Gets the InetAddress associated with the host name or IP address provided
getByName(String) - Method in class org.jasen.net.JasenInetAddressResolver
 
getCachedAt() - Method in class org.jasen.net.CachedInetAddress
Gets the time (in seconds) that this address was cached
getCalculator() - Method in class org.jasen.config.JasenConfiguration
Gets the FQCN of the calculator used to compute the results of a scan
getCalculator() - Method in class org.jasen.config.JasenPluginConfiguration
Gets the calculator used to compute the result for this plugin
getCalculator() - Method in class org.jasen.core.PluginContainer
Gets the calculator used for this plugin
getCalculator() - Method in class org.jasen.core.engine.Jasen
Gets the calculator used to calculate the combined probabilities of all the tests
getCharacterEncoding() - Method in class org.jasen.io.ByteToCharUTF7Converter
 
getClassName() - Method in class org.jasen.update.JasenAutoUpdateParcel
 
getClassName() - Method in class org.jasen.update.JasenAutoUpdateParcelWrapper
Gets the name of the class that will be executed after the update has been downloaded.
getCode() - Method in class org.jasen.io.NonBlockingIOException
Gets the code that caused the exception
getConcealedHtmlCount() - Method in class org.jasen.core.StandardParserData
Gets the number of occurrances of concealed HTML.
getConcealedHtmlCount() - Method in class org.jasen.core.parsers.SpamHTMLParser
Gets the number of times concealed html was found
getConfidence() - Method in class org.jasen.config.JasenConfiguration
Gets the "confidence" rating for the engine.
getConfidence() - Method in class org.jasen.core.engine.JasenEngineConfiguration
Gets the confidence we have in the "background information".
getConfig() - Method in class org.jasen.core.engine.Jasen
Gets the configuration object defined for the engine
getConfiguration() - Method in class org.jasen.update.JasenAutoUpdateManager
 
getContextClassLoader() - Method in class org.jasen.core.engine.Jasen
Gets the context classloader to use when loading plugins etc.
getContrastThreshold() - Method in class org.jasen.config.JasenParserConfiguration
 
getContrastThreshold() - Method in class org.jasen.core.parsers.SpamHTMLParser
Gets the threshold for contrast between foreground and background content elements.
getCount() - Method in class org.jasen.core.token.CountTokenErrorReport
 
getDateReceived() - Method in class org.jasen.core.parsers.ReceivedHeaderParserDataImpl
 
getDateReceived() - Method in interface org.jasen.interfaces.ReceivedHeaderParserData
Gets the date the message was recieved from the sending server
getDefinitions() - Method in class org.jasen.core.parsers.StandardHeuristicDefinitionSet
Gets the set of definitions contained in this set
getDescription() - Method in class org.jasen.config.JasenPluginConfiguration
Gets the summary description of this plugin.
getDescription() - Method in class org.jasen.core.PluginContainer
Gets the summary description of this plugin.
getDisplayName() - Method in class org.jasen.config.JasenPluginConfiguration
Gets the user friendly name of this plugin.
getDisplayName() - Method in class org.jasen.core.PluginContainer
Gets the user friendly name of this plugin.
getDnsResolver() - Method in class org.jasen.config.JasenConfiguration
Gets the FQCN of the DNS Resolver used to resolve DNS records
getDnsResolver() - Method in class org.jasen.core.engine.Jasen
Gets the resolver used to resolve DNS records
getDomainFromAddress(String) - Static method in class org.jasen.util.MimeUtils
Returns the domain component of an email address
getEngine() - Method in class org.jasen.JasenScanner
Gets the reference to the internal scan engine
getEngine() - Method in class org.jasen.core.JasenMessageWrapper
Gets the current engine instance into which this wrapper was injected.
getEnvelopeSender() - Method in class org.jasen.core.JasenMessageWrapper
 
getEnvelopeSender() - Method in class org.jasen.core.StandardJasenMessage
Gets the envelope (real) sender of the message
getEnvelopeSender() - Method in interface org.jasen.interfaces.JasenMessage
Returns the "envelope" sender.
getErrorHandler() - Method in class org.jasen.config.JasenConfiguration
Gets the FQCN of the error handler used to handle errors which are otherwise unable to be handled
getErrorHandler() - Method in class org.jasen.core.engine.Jasen
Gets the error handler used by the scanner
getErrorHandler() - Method in class org.jasen.error.ErrorHandlerBroker
Gets the current application-wide error handler
getErrorHandler() - Method in class org.jasen.update.JasenAutoUpdateConfiguration
 
getErrorHandler() - Method in class org.jasen.update.JasenAutoUpdateManager
 
getEsf() - Method in class org.jasen.config.JasenConfiguration
Returns the Effective Size Factor.
getEsf() - Method in class org.jasen.core.engine.JasenEngineConfiguration
Gets the ESF or Effective Size Factor.
getExtendedReplacement(char) - Static method in class org.jasen.core.linguistics.LinguisticAnalyzer
Gets the most logical standard ASCII replacement for the extended ASCII character passed
getExtractedText() - Method in class org.jasen.core.StandardScanResult
Gets the plain text extracted from the HTML after it was parsed
getFalseAnchorCount() - Method in class org.jasen.core.StandardParserData
Gets the count of anchor tags whose text was URL text (eg http://...) .
getFalseAnchorCount() - Method in class org.jasen.core.parsers.SpamHTMLParser
Gets the number if occurrences of "false" anchor tags.
getFileExtension(File) - Static method in class org.jasen.util.FileUtils
Returns the String that occurs after the last "dot" in the filename
getFileExtension(String) - Static method in class org.jasen.util.FileUtils
 
getFilenameWithoutExtension(String) - Static method in class org.jasen.util.FileUtils
Gets the name of a file without the extension (text after last dot)
getFiles() - Method in class org.jasen.update.JasenAutoUpdateParcel
 
getFiles() - Method in class org.jasen.update.JasenAutoUpdateParcelWrapper
Gets the list of files contained in the update.
getFirstPartFromList(List, String, String) - Static method in class org.jasen.util.MimeUtils
 
getFrequency() - Method in class org.jasen.update.JasenAutoUpdateConfiguration
Gets the frequency of updates in minutes
getFrom() - Method in class org.jasen.core.JasenMessageWrapper
 
getFrom() - Method in class org.jasen.core.StandardJasenMessage
 
getFrom() - Method in interface org.jasen.interfaces.JasenMessage
Returns the "From" header address.
getFromSafe(MimeMessage) - Method in class org.jasen.core.parsers.StandardMimeMessageParser
"Safely" gets the from header.
getFtt() - Method in class org.jasen.config.JasenConfiguration
Gets the Few Token Threshold for the scanner
The Few Token Threshold refers to the threshold below which an alternate algorithm is used by the RobinsonScanner to determine the internal Chi Square value
getFtt() - Method in class org.jasen.core.engine.JasenEngineConfiguration
Gets the FTT or Few Token Threshold This is just a fudge factor which toggles the engine between two different internal algorithms depending on the number of tokens (words) returned frmo message tokenization
getFullReplacement(char) - Static method in class org.jasen.core.linguistics.LinguisticAnalyzer
Looks for either standard, or extended replacements for the given character
getGuess() - Method in class org.jasen.config.JasenConfiguration
The guess is the value ascribed to result when no definative information about the nature of the email could be deduced
getGuess() - Method in class org.jasen.core.engine.JasenEngineConfiguration
The guess is the value given to a scan when (for whatever reason) no information about the message could be determined.
getHamCorpusPath() - Method in class org.jasen.core.engine.JasenTrainer
Gets the local path to the folder containing the HAM corpus.
getHamCount() - Method in class org.jasen.core.engine.JasenToken
Returns the number of times this token was discovered in a Ham email
getHamObservations() - Method in class org.jasen.core.engine.JasenMap
Get the number of times a ham message (observation) has been encountered
getHeaderParser() - Method in class org.jasen.config.JasenConfiguration
Gets the FQCN of the parser used to parse received headers
getHeaderParserClass() - Method in class org.jasen.core.engine.Jasen
Gets the mimeParser used to parse the "received" headers in the message
getHostname() - Method in class org.jasen.net.CachedInetAddress
Gets the hostname for this address
getHtmlAsText() - Method in class org.jasen.core.StandardParserData
 
getHtmlAsText() - Method in interface org.jasen.interfaces.ParserData
Gets the HTML part of the message as plain text
getHtmlPart() - Method in class org.jasen.core.JasenMessageWrapper
 
getHtmlPart() - Method in class org.jasen.core.StandardJasenMessage
 
getHtmlPart() - Method in interface org.jasen.interfaces.JasenMessage
Gets the HTML part (if it exists)
getImageCount() - Method in class org.jasen.core.StandardParserData
Gets the number of images in the email body.
getImageCount() - Method in class org.jasen.core.parsers.SpamHTMLParser
Gets the number of times images were found
getInetAddress() - Method in class org.jasen.net.CachedInetAddress
Gets the cached InetAddress
getInetAddressResolver() - Method in class org.jasen.core.engine.Jasen
Gets the resolver used to resolve InetAddresses
getInetResolver() - Method in class org.jasen.config.JasenConfiguration
Gets the FQCN of the Inet Resolver used to resolve InetAddress records
getInstance() - Static method in class org.jasen.JasenScanner
Gets the current instance of the JasenScanner
getInstance() - Static method in class org.jasen.core.engine.JasenEngineConfiguration
Gets the single (per JVM) instance of the configuration
getInstance() - Static method in class org.jasen.core.linguistics.LinguisticAnalyzer
Returns the current instance, or creates and initialises the internal analyzer
getInstance() - Static method in class org.jasen.error.ErrorHandlerBroker
Gets the single (per JVM) error handler instance
getInstance() - Static method in class org.jasen.update.JasenAutoUpdateManager
 
getJarName() - Method in class org.jasen.update.JasenAutoUpdateParcel
 
getJarName() - Method in class org.jasen.update.JasenAutoUpdateParcelWrapper
Gets the name of the jar file which contains the executable class.
getJarPath() - Method in class org.jasen.update.JasenAutoUpdateParcel
 
getJarPath() - Method in class org.jasen.update.JasenAutoUpdateParcelWrapper
Gets the local (relative) path to which the jar file will be deposited.
getJasenPath() - Method in class org.jasen.update.JasenAutoUpdateFile
Gets the local relative path in jASEN into which the files should be deposited
getLibPath() - Method in class org.jasen.config.JasenConfiguration
Gets the classpath-relative path to the primary library repository.
getLinguisticLimit() - Method in class org.jasen.core.token.EmailTokenizer
Gets the maximum number of linguistic errors tolerated before tokenization is aborted.
getMXRecords(DNSResolver, String) - Static method in class org.jasen.util.DNSUtils
Lists the MX records for the given canonical domain
getMap() - Method in class org.jasen.core.engine.JasenTrainer
Gets the JasenMap object produced as a result of a training run
getMax() - Method in class org.jasen.core.PointTestResult
Gets the max probablity allowed.
getMaxTokens() - Method in class org.jasen.core.token.SpamTokenizer
Gets the maximum number of tokens to be extracted prior to aborting the tokenization process
getMessageTokens() - Method in class org.jasen.core.StandardParserData
 
getMessageTokens() - Method in interface org.jasen.interfaces.ParserData
Gets the single (word) tokens extracted from the message
getMicroElementSize() - Method in class org.jasen.config.JasenParserConfiguration
 
getMicroElementSize() - Method in class org.jasen.core.parsers.SpamHTMLParser
Gets the size (in pixels) of the minimum allowable element dimension (usually height).
getMicroFontSize() - Method in class org.jasen.config.JasenParserConfiguration
 
getMicroFontSize() - Method in class org.jasen.core.parsers.SpamHTMLParser
Gets the size (in points) of the minimum allowable font size.
getMimeParser() - Method in class org.jasen.config.JasenConfiguration
Gets the FQCN of the parser used to parse MimeMessages
getMimeParser() - Method in class org.jasen.core.engine.Jasen
Gets the mimeParser used to parse the MimeMessage
getMimeParser() - Method in class org.jasen.core.engine.JasenTrainer
Gets the MIME parser to be used during training.
getMin() - Method in class org.jasen.core.PointTestResult
Gets the min probablity allowed.
getMultiplePartsFromList(List, String, String[]) - Static method in class org.jasen.util.MimeUtils
Gets the parts which match any of the dispositions
getName() - Method in class org.jasen.config.JasenPluginConfiguration
Gets the internal name used to identify this plugin
getName() - Method in class org.jasen.core.PluginContainer
Gets the name of this plugin
getObfuscatedCharacterCount() - Method in class org.jasen.core.StandardParserData
Gets the number of character obfuscation observations.
getParcel() - Method in class org.jasen.update.JasenAutoUpdateConfiguration
 
getParserConfiguration() - Method in class org.jasen.config.JasenConfiguration
Gets the configuration for the native HTML parser.
getParserContrastThreshold() - Method in class org.jasen.core.engine.JasenEngineConfiguration
Confguration value for the html parser
getParserMicroElementSize() - Method in class org.jasen.core.engine.JasenEngineConfiguration
Confguration value for the html parser
getParserMicroFontSize() - Method in class org.jasen.core.engine.JasenEngineConfiguration
Confguration value for the html parser
getPartContent(Part) - Static method in class org.jasen.util.MimeUtils
 
getParts(List, Part) - Static method in class org.jasen.util.MimeUtils
 
getParts(List, Part, String, String) - Static method in class org.jasen.util.MimeUtils
Gets the parts from the MimeMessage

Use null disposition to ignore
getPartsFromList(List, String, String) - Static method in class org.jasen.util.MimeUtils
 
getPlugin() - Method in class org.jasen.core.PluginContainer
Gets the contained plugin
getPluginConfigurations() - Method in class org.jasen.config.JasenConfiguration
Gets the list of configurations which pertain to the plugins used by the engine
getPlugins() - Method in class org.jasen.JasenScanner
Returns a read-only list of the plugins registered in the engine.
getPlugins() - Method in class org.jasen.core.engine.Jasen
Gets the list of plugins to be used when scanning a message
getPoints() - Method in class org.jasen.core.PointTestResult
Gets the number of points scored for the test form which this result was returned.
getPort() - Method in class org.jasen.core.parsers.handlers.URLPortTagHandlerResult
 
getPorts() - Method in class org.jasen.core.StandardParserData
Gets the list of TCP ports found appended to URLs in the HTML body of the message.
getPreference() - Method in class org.jasen.net.MXRecord
 
getPriority() - Method in class org.jasen.config.JasenPluginConfiguration
Gets the priority for this plugin.
getProbability() - Method in class org.jasen.core.ProbabilityTestResult
Gets the probability that the result of the test indicates a spam message.
getProbability() - Method in class org.jasen.core.StandardScanResult
 
getProbability() - Method in interface org.jasen.interfaces.JasenScanResult
Returns the probability that the scanned message was a spam message
getProperties() - Method in class org.jasen.config.JasenPluginConfiguration
Gets the classpath relative path to the properties file used to configure this plugin
getReadBuffer() - Method in class org.jasen.update.JasenAutoUpdateConfiguration
 
getReadBufferSize() - Method in class org.jasen.net.StandardURLReader
 
getReadTimeout() - Method in class org.jasen.net.StandardURLReader
 
getReadTimeout() - Method in class org.jasen.update.JasenAutoUpdateConfiguration
 
getReceiverHostName() - Method in class org.jasen.core.parsers.ReceivedHeaderParserDataImpl
 
getReceiverHostName() - Method in interface org.jasen.interfaces.ReceivedHeaderParserData
Gets the host name of the receiving server
getReport() - Method in class org.jasen.core.token.ObfuscatedCharacterTokenErrorRecorder
 
getReport() - Method in interface org.jasen.interfaces.TokenErrorRecorder
Gets the report returned from a tokenize
getResponseCode() - Method in class org.jasen.plugins.RBLScanner.RBLResponse
 
getResponseName() - Method in class org.jasen.plugins.RBLScanner.RBLResponse
 
getResult() - Method in class org.jasen.config.JasenConfiguration
Gets the FQCN of the result class returned by a call to scan
getRetainJar() - Method in class org.jasen.update.JasenAutoUpdateParcel
 
getRetainJar() - Method in class org.jasen.update.JasenAutoUpdateParcelWrapper
A boolean value which indicates whether the jar file will be retained after the update has completed.
getRootDomain(String) - Static method in class org.jasen.util.DNSUtils
Gets the root domain from a fully qualified domain
Eg, gets microsoft.com from a.b.c.microsoft.com
getSafePath(String) - Static method in class org.jasen.util.FileUtils
Ensures the path is terminated with a file separator
getScanListener() - Method in class org.jasen.JasenScanner
Gets the listener registered for scan events if one has been set.
getScanResultClass() - Method in class org.jasen.core.engine.Jasen
Gets the class used to hold the results of a scan
getSenderHostName() - Method in class org.jasen.core.parsers.ReceivedHeaderParserDataImpl
 
getSenderHostName() - Method in interface org.jasen.interfaces.ReceivedHeaderParserData
Gets the host name of the sending server
getSenderIPAddress() - Method in class org.jasen.core.parsers.ReceivedHeaderParserDataImpl
 
getSenderIPAddress() - Method in interface org.jasen.interfaces.ReceivedHeaderParserData
Gets the IP address of the sending server
getSize() - Method in class org.jasen.update.JasenAutoUpdateParcel
 
getSize() - Method in class org.jasen.update.JasenAutoUpdateParcelWrapper
Gets the size (in bytes) of the update.
getSleepTime() - Method in class org.jasen.thread.ControlledThread
Gets the sleep time for the thread.
getSpamCorpusPath() - Method in class org.jasen.core.engine.JasenTrainer
Gets the local path to the folder containind the SPAM corpus.
getSpamCount() - Method in class org.jasen.core.engine.JasenToken
Returns the number of times this token was discovered in a Spam email
getSpamObservations() - Method in class org.jasen.core.engine.JasenMap
Gets the number of spam observations.
getSrcCgiCount() - Method in class org.jasen.core.StandardParserData
Gets the number of occurrances of SRC cgi references.
getSrcCgiCount() - Method in class org.jasen.core.parsers.SpamHTMLParser
Gets the number of times the source attribute of a tag referenced a remote CGI script
getSrcPortCount() - Method in class org.jasen.core.StandardParserData
Gets the list of anchor or image src (or href) attributes which had alternate TCP ports appended.
getSrcPortCount() - Method in class org.jasen.core.parsers.SpamHTMLParser
Gets the list of url ports found in tags with a src attribute
getStandardReplacement(char) - Static method in class org.jasen.core.linguistics.LinguisticAnalyzer
Does a stanndard replacement of ASCII characters to ASCII characters.
getStore() - Method in class org.jasen.core.engine.JasenTrainer
Gets the store into which the map produced by the training run will be stored.
getStorePath() - Method in class org.jasen.core.engine.JasenTrainer
Gets the path to the local file system into which the final JasenMapStore will be saved.
getSubMessagePartsFromList(List) - Static method in class org.jasen.util.MimeUtils
Gets a list of all parts which are themselves MimeMessages
getTestResults() - Method in class org.jasen.core.StandardScanResult
 
getTestResults() - Method in interface org.jasen.interfaces.JasenScanResult
Gets the results of each test
NOTE: This is a convenience method only intended to help debugging etc
getTextParsed() - Method in class org.jasen.core.StandardParserData
 
getTextParsed() - Method in interface org.jasen.interfaces.ParserData
Gets the text part of the message as "clean" text
getTextPart() - Method in class org.jasen.core.JasenMessageWrapper
 
getTextPart() - Method in class org.jasen.core.StandardJasenMessage
 
getTextPart() - Method in interface org.jasen.interfaces.JasenMessage
Gets the text/plain part of the message
getThreshold() - Method in class org.jasen.core.PointTestResult
Gets the number of point observations which imply max probability.
getToken(String) - Method in class org.jasen.core.engine.JasenMap
Gets the token associated with the key.
getTokenErrorRecorder() - Method in class org.jasen.core.StandardParserData
 
getTokenErrorRecorder() - Method in interface org.jasen.interfaces.ParserData
Gets the recorder used to record errors or anomalies found while tokenizing during a parse
getTokenLimit() - Method in class org.jasen.config.JasenConfiguration
Gets the max number of tokens extracted from a message
getTokenLimit() - Method in class org.jasen.core.token.EmailTokenizer
Gets the maximum number of tokens extracted before tokenization is aborted
getTokenizer() - Method in class org.jasen.config.JasenConfiguration
Gets the FQCN of the tokenizer used to reduce the email to a set of tokens (words)
getTokenizer() - Method in class org.jasen.core.engine.Jasen
Gets the tokenizer used to extract meaningful text from the message
getTokenizer() - Method in class org.jasen.core.engine.JasenTrainer
Gets the tokenizer that will be used during training.
getTokens() - Method in class org.jasen.core.engine.JasenMap
Gets reference to the entire map of tokens.
getTokens() - Method in class org.jasen.core.token.SimpleWordTokenizer
Gets the tokens returned from the tokenization process
getTotalObservations() - Method in class org.jasen.core.engine.JasenMap
Gets the total number of observations in the map, both spam and ham
getTtl() - Method in class org.jasen.net.CachedInetAddress
Gets the Time To Live in seconds
getType() - Method in class org.jasen.config.JasenPluginConfiguration
Gets the plugin type.
getType() - Method in class org.jasen.error.JasenParseException
Gets the type of parse error
getType() - Method in class org.jasen.error.ParseErrorType
 
getUnknownPartsFromList(List) - Static method in class org.jasen.util.MimeUtils
Gets all parts which are unknown.
getUpdateDate() - Method in class org.jasen.update.JasenAutoUpdateParcel
 
getUpdateDate() - Method in class org.jasen.update.JasenAutoUpdateParcelWrapper
Gets the date of the update as a String.
getUpdateId() - Method in class org.jasen.update.JasenAutoUpdateParcel
 
getUpdateId() - Method in class org.jasen.update.JasenAutoUpdateParcelWrapper
Gets the ID of the update.
getUpdateParcel() - Method in class org.jasen.update.JasenAutoUpdateReport
 
getUpdateURL() - Method in class org.jasen.update.JasenAutoUpdateConfiguration
 
getUrlArray() - Method in class org.jasen.core.parsers.URLParser
Returns the contents of the parser as an array of String objects
getUrlPorts() - Method in class org.jasen.core.parsers.SpamHTMLParser
Gets the list of url ports found in anchor tags in the message html part
getUrlReader() - Method in class org.jasen.net.URLTokenizer
 
getUrls() - Method in class org.jasen.core.parsers.URLParser
Returns the list of URL objects as Strings
getValidDomainOnly(String) - Static method in class org.jasen.util.DNSUtils
Gets the valid domain part of a URL.
getWebUpdateRequired() - Method in class org.jasen.update.JasenAutoUpdateParcel
 
getWebUpdateRequired() - Method in class org.jasen.update.JasenAutoUpdateParcelWrapper
A boolean value which indicates whether a separate (manual) website update is required.
getWebUpdateUrl() - Method in class org.jasen.update.JasenAutoUpdateParcel
 
getWebUpdateUrl() - Method in class org.jasen.update.JasenAutoUpdateParcelWrapper
If a website update is required, returns the URL of the site containing the update.
getWebUpdateUrl() - Method in class org.jasen.update.JasenAutoUpdateReport
 
getWordScore(String, boolean) - Method in class org.jasen.core.linguistics.LinguisticAnalyzer
Computes the probability that the given word is a "real" word
getWordScore(String) - Method in class org.jasen.core.linguistics.LinguisticAnalyzer
Computes the probability that the given word is a "real" word

A B C D E F G H I J K L M N O P R S T U V W X