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

S

SMART_HOST - Static variable in class org.jasen.plugins.RBLScanner.RBLResponse
 
SPAM - Static variable in class org.jasen.core.engine.JasenMap
 
SPAM_SOURCE - Static variable in class org.jasen.plugins.RBLScanner.RBLResponse
 
SPAM_WARE - Static variable in class org.jasen.plugins.RBLScanner.RBLResponse
 
SPLIT_REGEX - Static variable in class org.jasen.core.parsers.GenericReceivedHeaderParser
 
STANDARD_UNICODE_REPLACE - Static variable in class org.jasen.core.linguistics.LinguisticAnalyzer
 
STANDARD_UNICODE_SEARCH - Static variable in class org.jasen.core.linguistics.LinguisticAnalyzer
 
STOP_CHARS - Static variable in class org.jasen.core.token.SpamTokenizer
List list does NOT contain "$,@,?,!" as we want to retain these.
STOP_WORDS - Static variable in class org.jasen.core.token.SpamTokenizer
 
STOP_WORDS - Static variable in class org.jasen.core.token.StopWordList
 
ScanFile - class org.jasen.samples.ScanFile.
Performs a scan on a single file using the default configurations in the engine.
ScanFile() - Constructor for class org.jasen.samples.ScanFile
 
ScanFolder - class org.jasen.samples.ScanFolder.
Performs a scan on all files in a given folder.
ScanFolder() - Constructor for class org.jasen.samples.ScanFolder
 
SenderAddressValidationScanner - class org.jasen.plugins.SenderAddressValidationScanner.
Validates the forged status of the sender.
SenderAddressValidationScanner() - Constructor for class org.jasen.plugins.SenderAddressValidationScanner
 
SenderServerValidationScanner - class org.jasen.plugins.SenderServerValidationScanner.
Validates the integrity of the sender domain based on the MX records for that domain.
SenderServerValidationScanner() - Constructor for class org.jasen.plugins.SenderServerValidationScanner
 
SimpleWordTokenizer - class org.jasen.core.token.SimpleWordTokenizer.
Used to parse text which has already been semi formatted.
SimpleWordTokenizer(File) - Constructor for class org.jasen.core.token.SimpleWordTokenizer
 
SimpleWordTokenizer(InputStream) - Constructor for class org.jasen.core.token.SimpleWordTokenizer
 
SpamHTMLParser - class org.jasen.core.parsers.SpamHTMLParser.
Extracts plain text elements from an HTML document.
SpamHTMLParser() - Constructor for class org.jasen.core.parsers.SpamHTMLParser
 
SpamTokenizer - class org.jasen.core.token.SpamTokenizer.
This class is used exlusively by the EmailTokenizer.
SpamTokenizer() - Constructor for class org.jasen.core.token.SpamTokenizer
 
SrcCgiTagHandler - class org.jasen.core.parsers.handlers.SrcCgiTagHandler.
Looks for source attributes of HTML tags which do not end in a known file type.
SrcCgiTagHandler() - Constructor for class org.jasen.core.parsers.handlers.SrcCgiTagHandler
 
StandardHTMLParser - class org.jasen.core.parsers.StandardHTMLParser.
Parses the HTML part of an email for two main purposes.
StandardHTMLParser() - Constructor for class org.jasen.core.parsers.StandardHTMLParser
 
StandardHeuristicAnalyzer - class org.jasen.core.parsers.StandardHeuristicAnalyzer.
Scans a message looking for regular expression matches.
StandardHeuristicAnalyzer() - Constructor for class org.jasen.core.parsers.StandardHeuristicAnalyzer
 
StandardHeuristicDefinitionSet - class org.jasen.core.parsers.StandardHeuristicDefinitionSet.
Maintains a set of regular expressions.
StandardHeuristicDefinitionSet() - Constructor for class org.jasen.core.parsers.StandardHeuristicDefinitionSet
 
StandardJasenMessage - class org.jasen.core.StandardJasenMessage.
Simple implementation of a JasenMessage produced by the StandardMimeMessageParser.
StandardJasenMessage() - Constructor for class org.jasen.core.StandardJasenMessage
 
StandardMimeMessageParser - class org.jasen.core.parsers.StandardMimeMessageParser.
A simple implementation of a mime message parser.
StandardMimeMessageParser() - Constructor for class org.jasen.core.parsers.StandardMimeMessageParser
 
StandardParserData - class org.jasen.core.StandardParserData.
Holds the information obtained from parsing and tokenizing the message.
StandardParserData() - Constructor for class org.jasen.core.StandardParserData
 
StandardScanResult - class org.jasen.core.StandardScanResult.
Captures the information relating to the results of a scan.
StandardScanResult() - Constructor for class org.jasen.core.StandardScanResult
 
StandardURLReader - class org.jasen.net.StandardURLReader.
Extracts the content from a remote web server for the purposes of analysis.
StandardURLReader() - Constructor for class org.jasen.net.StandardURLReader
 
StopWordList - class org.jasen.core.token.StopWordList.
Maintains a hard-coded list of English stopwords.
Stoppable - interface org.jasen.interfaces.Stoppable.
A thread which can be programatically stopped.
StoppableThread - class org.jasen.thread.StoppableThread.
Represents a "stoppable" thread.
StoppableThread() - Constructor for class org.jasen.thread.StoppableThread
 
StoppableThread(Runnable) - Constructor for class org.jasen.thread.StoppableThread
 
StoppableThread(Runnable, String) - Constructor for class org.jasen.thread.StoppableThread
 
StoppableThread(String) - Constructor for class org.jasen.thread.StoppableThread
 
StoppableThread(ThreadGroup, Runnable) - Constructor for class org.jasen.thread.StoppableThread
 
StoppableThread(ThreadGroup, Runnable, String) - Constructor for class org.jasen.thread.StoppableThread
 
StoppableThread(ThreadGroup, Runnable, String, long) - Constructor for class org.jasen.thread.StoppableThread
 
StoppableThread(ThreadGroup, String) - Constructor for class org.jasen.thread.StoppableThread
 
StreamReaderListener - interface org.jasen.io.StreamReaderListener.
Used exclusively by the NonBlockingStreamReader.
SystemErrorHandler - class org.jasen.error.SystemErrorHandler.
Implementation of the JasenErrorHandler which simply prints exceptions to System.err.
SystemErrorHandler() - Constructor for class org.jasen.error.SystemErrorHandler
 
save(JasenMap, Object) - Method in class org.jasen.core.engine.DiskMapStore
 
save(JasenMap, Object) - Method in interface org.jasen.interfaces.JasenMapStore
Saves the map.
scan(MimeMessage) - Method in class org.jasen.JasenScanner
Scans the given message.
scan(MimeMessage, float) - Method in class org.jasen.JasenScanner
Scans the given message.
scan(MimeMessage, JasenMessage) - Method in class org.jasen.JasenScanner
Scans the message without a threshold specified
scan(MimeMessage, JasenMessage, float) - Method in class org.jasen.JasenScanner
Scans the given mime message using the already mime-parsed JasenMessage.
scan(MimeMessage, String[]) - Method in class org.jasen.JasenScanner
Scans the given message.
scan(MimeMessage, float, String[]) - Method in class org.jasen.JasenScanner
Scans the given message.
scan(MimeMessage, JasenMessage, String[]) - Method in class org.jasen.JasenScanner
Scans the message without a threshold specified
scan(MimeMessage, JasenMessage, float, String[]) - Method in class org.jasen.JasenScanner
Scans the given mime message using the already mime-parsed JasenMessage.
scan(MimeMessage, String[]) - Method in class org.jasen.core.engine.Jasen
Scans the given message.
scan(MimeMessage, JasenMessage, String[]) - Method in class org.jasen.core.engine.Jasen
Scans the message without a threshold specified
scan(MimeMessage, JasenMessage, float, String[]) - Method in class org.jasen.core.engine.Jasen
Scans the given mime message using the already mime-parsed JasenMessage.
scan(MimeMessage, float, String[]) - Method in class org.jasen.core.engine.Jasen
Scans the given message.
set(int, Object) - Method in class org.jasen.util.ReadOnlyList
 
setAbsolute(boolean) - Method in class org.jasen.core.AbstractTestResult
Sets the absolute value for this result
setAddress(InetAddress) - Method in class org.jasen.net.MXRecord
Sets the InetAddress for this MX Record
setApplicationRestart(boolean) - Method in class org.jasen.update.JasenAutoUpdateReport
 
setArchiveName(String) - Method in class org.jasen.update.JasenAutoUpdateParcel
 
setArchivePath(String) - Method in class org.jasen.update.JasenAutoUpdateFile
Sets the path to the file in the update archive
setAttachmentNames(String[]) - Method in class org.jasen.core.StandardJasenMessage
Sets the names of the attachments found in the message
setAutoUpdateCheckOnStartup(String) - Method in class org.jasen.config.JasenConfiguration
Sets the value of the auto update check-on-startup configuration.
setAutoUpdateEnabled(String) - Method in class org.jasen.config.JasenConfiguration
Sets the value of the auto update enabled configuration.
setAutoUpdateErrorHandler(String) - Method in class org.jasen.config.JasenConfiguration
Sets the class name of the error handler to use in the auto update engine.
setAutoUpdateFrequency(String) - Method in class org.jasen.config.JasenConfiguration
Sets the frequency of the auto-update engine in minutes
setAutoUpdateListener(JasenAutoUpdateListener) - Method in class org.jasen.JasenScanner
Sets the listener which will record update completion events.
setAutoUpdateParcel(String) - 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
setAutoUpdateReadBuffer(String) - Method in class org.jasen.config.JasenConfiguration
Sets the size (in bytes) of the buffer to use when downloading updates
setAutoUpdateReadTimout(String) - Method in class org.jasen.config.JasenConfiguration
Sets the timeout (in milliseconds) to be used when reading update information from the update server
setAutoUpdateUrl(String) - Method in class org.jasen.config.JasenConfiguration
Sets the URL from which updates are downloaded
setBoundary(String) - Method in class org.jasen.config.JasenConfiguration
Sets the "boundary" condition for the scanner.
setCachedAt(long) - Method in class org.jasen.net.CachedInetAddress
Sets the time (in seconds) that this address was cached
setCalculator(String) - Method in class org.jasen.config.JasenConfiguration
Sets the FQCN of the calculator used to compute the results of a scan
setCalculator(String) - Method in class org.jasen.config.JasenPluginConfiguration
Sets the calculator used to compute the result for this plugin
setCalculator(ProbabilityCalculator) - Method in class org.jasen.core.PluginContainer
Sets the calculator used for this plugin
setCalculator(ProbabilityCalculator) - Method in class org.jasen.core.engine.Jasen
Sets the calculator used to calculate the combined probabilities of all the tests
setCheckOnStartup(boolean) - Method in class org.jasen.update.JasenAutoUpdateConfiguration
 
setClassName(String) - Method in class org.jasen.update.JasenAutoUpdateParcel
 
setConcealedHtmlCount(int) - Method in class org.jasen.core.StandardParserData
Sets the number of occurrances of concealed HTML.
setConfidence(String) - Method in class org.jasen.config.JasenConfiguration
Gets the "confidence" rating for the engine.
setConfidence(float) - Method in class org.jasen.core.engine.JasenEngineConfiguration
Gets the confidence we have in the "background information".
setContextClassLoader(ClassLoader) - Method in class org.jasen.core.engine.Jasen
Sets the class loader to use when loading plugins etc.
setContrastThreshold(String) - Method in class org.jasen.config.JasenParserConfiguration
 
setContrastThreshold(float) - Method in class org.jasen.core.parsers.SpamHTMLParser
Sets the threshold for contrast between foreground and background content elements.
setDateReceived(Date) - Method in class org.jasen.core.parsers.ReceivedHeaderParserDataImpl
 
setDefinitions(String[]) - Method in class org.jasen.core.parsers.StandardHeuristicDefinitionSet
Sets the set of definitions contained in this set
setDescription(String) - Method in class org.jasen.config.JasenPluginConfiguration
Sets the summary description of this plugin.
setDescription(String) - Method in class org.jasen.core.PluginContainer
Sets the summary description of this plugin.
setDisplayName(String) - Method in class org.jasen.config.JasenPluginConfiguration
Sets the user friendly name of this plugin.
setDisplayName(String) - Method in class org.jasen.core.PluginContainer
Sets the user friendly name of this plugin.
setDnsResolver(String) - Method in class org.jasen.config.JasenConfiguration
Sets the FQCN of the DNS Resolver used to resolve DNS records
setDnsResolver(DNSResolver) - Method in class org.jasen.core.engine.Jasen
Sets the resolver used to resolve DNS records
setEncoding(String) - Method in class org.jasen.core.parsers.StandardHTMLParser
Sets the encoding to use on the output stream (optional)
setEngine(Jasen) - Method in class org.jasen.core.JasenMessageWrapper
Sets the current engine instance into which this wrapper was injected.
setEngineRestart(boolean) - Method in class org.jasen.update.JasenAutoUpdateReport
 
setEnvelopeSender(String) - Method in class org.jasen.core.StandardJasenMessage
Sets the envelope (real) sender of the message
setErrorHandler(String) - Method in class org.jasen.config.JasenConfiguration
Sets the FQCN of the error handler used to handle errors which are otherwise unable to be handled
setErrorHandler(JasenErrorHandler) - Method in class org.jasen.core.engine.Jasen
Sets the error handler used by the scanner
setErrorHandler(JasenErrorHandler) - Method in class org.jasen.error.ErrorHandlerBroker
Sets true if the message could not be parsed, false otherwise
setErrorHandler(JasenErrorHandler) - Method in class org.jasen.update.JasenAutoUpdateConfiguration
 
setEsf(String) - Method in class org.jasen.config.JasenConfiguration
Sets the Effective Size Factor.
setEsf(float) - Method in class org.jasen.core.engine.JasenEngineConfiguration
Sets the Effective Size Factor
setExtractedText(String) - Method in class org.jasen.core.StandardScanResult
Sets the plain text extracted from the HTML after it was parsed
setFalseAnchorCount(int) - Method in class org.jasen.core.StandardParserData
Sets the count of anchor tags whose text was URL text (eg http://...) but did not match the href attribute .
setFiles(List) - Method in class org.jasen.update.JasenAutoUpdateParcel
 
setFrequency(long) - Method in class org.jasen.update.JasenAutoUpdateConfiguration
Sets the frequency of updates in minutes
setFrom(InternetAddress) - Method in class org.jasen.core.StandardJasenMessage
Sets the FROM sender
setFtt(String) - 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
setFtt(int) - Method in class org.jasen.core.engine.JasenEngineConfiguration
Sets 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
setGuess(String) - 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
setGuess(float) - Method in class org.jasen.core.engine.JasenEngineConfiguration
Sets the guess value.
setHamCorpusPath(String) - Method in class org.jasen.core.engine.JasenTrainer
Sets the local path to the folder containind the HAM corpus.
setHamCount(int) - Method in class org.jasen.core.engine.JasenToken
Sets the number of times this token was discovered in a Ham email
setHamObservations(int) - Method in class org.jasen.core.engine.JasenMap
Sets the number of ham observations
setHeaderParser(String) - Method in class org.jasen.config.JasenConfiguration
Sets the FQCN of the parser used to parse received headers
setHeaderParserClass(Class) - Method in class org.jasen.core.engine.Jasen
Sets the mimeParser used to parse the "received" headers in the message
setHostname(String) - Method in class org.jasen.net.CachedInetAddress
Sets the hostname for this address
setHtmlAsText(String) - Method in class org.jasen.core.StandardParserData
Sets the parsed html.
setHtmlPart(String) - Method in class org.jasen.core.StandardJasenMessage
Sets the content of the html part found in the message
setIgnoreHeaders(boolean) - Method in class org.jasen.core.token.EmailTokenizer
Flags the tokenizer to ignore list of IGNORED_HEADERS when tokenizing
setImageCount(int) - Method in class org.jasen.core.StandardParserData
Sets the number of images in the email body.
setInetAddress(InetAddress) - Method in class org.jasen.net.CachedInetAddress
Sets the cached InetAddress
setInetAddressResolver(InetAddressResolver) - Method in class org.jasen.core.engine.Jasen
Sets the resolver used to resolve InetAddresses
setInetResolver(String) - Method in class org.jasen.config.JasenConfiguration
Sets the FQCN of the Inet Resolver used to resolve InetAddress records
setJarName(String) - Method in class org.jasen.update.JasenAutoUpdateParcel
 
setJarPath(String) - Method in class org.jasen.update.JasenAutoUpdateParcel
 
setJasenPath(String) - Method in class org.jasen.update.JasenAutoUpdateFile
Sets the local relative path in jASEN into which the files should be deposited
setLibPath(String) - Method in class org.jasen.config.JasenConfiguration
Sets the classpath-relative path to the primary library repository.
setLinguisticLimit(int) - Method in class org.jasen.core.token.EmailTokenizer
Sets the maximum number of linguistic errors tolerated before tokenization is aborted.
setLoad(boolean) - Method in class org.jasen.core.engine.JasenTrainer
Sets the load value for the trainer.
setMax(float) - Method in class org.jasen.core.PointTestResult
Sets the max probablity allowed.
setMaxTokens(int) - Method in class org.jasen.core.token.SpamTokenizer
 
setMessageTokens(String[]) - Method in class org.jasen.core.StandardParserData
Sets the message tokens obtained from tokenization.
setMicroElementSize(String) - Method in class org.jasen.config.JasenParserConfiguration
 
setMicroElementSize(int) - Method in class org.jasen.core.parsers.SpamHTMLParser
Sets the size (in pixels) of the minimum allowable element dimension (usually height).
setMicroFontSize(String) - Method in class org.jasen.config.JasenParserConfiguration
 
setMicroFontSize(int) - Method in class org.jasen.core.parsers.SpamHTMLParser
Sets the size (in points) of the minimum allowable font size.
setMimeParser(String) - Method in class org.jasen.config.JasenConfiguration
Sets the FQCN of the parser used to parse MimeMessages
setMimeParser(MimeMessageParser) - Method in class org.jasen.core.engine.Jasen
Sets the mimeParser used to parse the MimeMessage
setMimeParser(MimeMessageParser) - Method in class org.jasen.core.engine.JasenTrainer
Sets the MIME parser to be used during training.
setMin(float) - Method in class org.jasen.core.PointTestResult
Sets the max probablity allowed.
setName(String) - Method in class org.jasen.config.JasenPluginConfiguration
Sets the internal name used to identify this plugin
setName(String) - Method in class org.jasen.core.PluginContainer
Sets the name of this plugin
setParcel(String) - Method in class org.jasen.update.JasenAutoUpdateConfiguration
 
setParseError(boolean) - Method in class org.jasen.core.StandardScanResult
Flags the message as having a parse error during parsing
setParserConfiguration(JasenParserConfiguration) - Method in class org.jasen.config.JasenConfiguration
Sets the configuration for the native HTML parser
setParserContrastThreshold(float) - Method in class org.jasen.core.engine.JasenEngineConfiguration
Confguration value for the html parser
setParserMicroElementSize(int) - Method in class org.jasen.core.engine.JasenEngineConfiguration
Confguration value for the html parser
setParserMicroFontSize(int) - Method in class org.jasen.core.engine.JasenEngineConfiguration
Confguration value for the html parser
setPlugin(JasenPlugin) - Method in class org.jasen.core.PluginContainer
Gets the contained plugin
setPluginConfigurations(List) - Method in class org.jasen.config.JasenConfiguration
Sets the list of configurations which pertain to the plugins used by the engine
setPlugins(Vector) - Method in class org.jasen.core.engine.Jasen
Sets the list of plugins to be used when scanning a message
setPoints(int) - Method in class org.jasen.core.PointTestResult
Sets the number of points as a discrete value.
setPort(String) - Method in class org.jasen.core.parsers.handlers.URLPortTagHandlerResult
 
setPorts(List) - Method in class org.jasen.core.StandardParserData
Sets the list of TCP ports found appended to URLs in the HTML body of the message.
setPreference(int) - Method in class org.jasen.net.MXRecord
 
setPriority(String) - Method in class org.jasen.config.JasenPluginConfiguration
Sets the priority for this plugin.
setProbability(float) - Method in class org.jasen.core.ProbabilityTestResult
Sets the probability that the result of the test indicates a spam message.
setProbability(double) - Method in class org.jasen.core.StandardScanResult
Sets the probability value to return from this result
setProcessOnStart(boolean) - Method in class org.jasen.thread.ControlledThread
Flags the thread to execute a process on startup.
setProperties(String) - Method in class org.jasen.config.JasenPluginConfiguration
Gets the classpath relative path to the properties file used to configure this plugin
This file MUST be in the classpath for the application
setReadBuffer(int) - Method in class org.jasen.update.JasenAutoUpdateConfiguration
 
setReadBufferSize(int) - Method in class org.jasen.net.StandardURLReader
 
setReadTimeout(long) - Method in class org.jasen.net.StandardURLReader
 
setReadTimeout(long) - Method in class org.jasen.update.JasenAutoUpdateConfiguration
 
setReceiverHostName(String) - Method in class org.jasen.core.parsers.ReceivedHeaderParserDataImpl
 
setResult(String) - Method in class org.jasen.config.JasenConfiguration
Sets the FQCN of the result class returned by a call to scan
setRetainJar(String) - Method in class org.jasen.update.JasenAutoUpdateParcel
 
setScanListener(JasenScanListener) - Method in class org.jasen.JasenScanner
Sets the listener which will record scan events.
setScanResultClass(Class) - Method in class org.jasen.core.engine.Jasen
Sets the class used to hold the results of a scan
setSenderHostName(String) - Method in class org.jasen.core.parsers.ReceivedHeaderParserDataImpl
 
setSenderIPAddress(String) - Method in class org.jasen.core.parsers.ReceivedHeaderParserDataImpl
 
setSize(String) - Method in class org.jasen.update.JasenAutoUpdateParcel
 
setSleepTime(long) - Method in class org.jasen.thread.ControlledThread
Sets the sleep time for the thread.
setSpamCorpusPath(String) - Method in class org.jasen.core.engine.JasenTrainer
Sets the local path to the folder containind the SPAM corpus.
setSpamCount(int) - Method in class org.jasen.core.engine.JasenToken
Sets the number of times this token was discovered in a Spam email
setSpamObservations(int) - Method in class org.jasen.core.engine.JasenMap
Sets the number of spam observations
setSrcCgiCount(int) - Method in class org.jasen.core.StandardParserData
Sets the number of occurrances of SRC cgi references.
setSrcPortCount(int) - Method in class org.jasen.core.StandardParserData
Sets the list of anchor or image src (or href) attributes which had alternate TCP ports appended.
setStore(JasenMapStore) - Method in class org.jasen.core.engine.JasenTrainer
Sets the store into which the map produced by the training run will be stored.
setStorePath(String) - Method in class org.jasen.core.engine.JasenTrainer
Sets the path to the local file system into which the final JasenMapStore will be saved.
setTestResults(String[][]) - Method in class org.jasen.core.StandardScanResult
Sets the list of test results for debugging
setTextParsed(String) - Method in class org.jasen.core.StandardParserData
Sets the parsed (cleaned) text resulting from the message parse.
setTextPart(String) - Method in class org.jasen.core.StandardJasenMessage
Sets the content of the plain text part found in the message
setThreshold(int) - Method in class org.jasen.core.PointTestResult
Sets the number of point observations which imply max probability.
setTokenLimit(String) - Method in class org.jasen.config.JasenConfiguration
Sets the max number of tokens extracted from a message
setTokenLimit(int) - Method in class org.jasen.core.token.EmailTokenizer
Sets the maximum number of tokens extracted before tokenization is aborted
setTokenLimit(int) - Method in interface org.jasen.interfaces.MimeMessageTokenizer
Sets the max number of tokens to extract from a message
setTokenizer(String) - Method in class org.jasen.config.JasenConfiguration
Sets the FQCN of the tokenizer used to reduce the email to a set of tokens (words)
setTokenizer(MimeMessageTokenizer) - Method in class org.jasen.core.engine.Jasen
Sets the tokenizer used to extract meaningful text from the message
setTokenizer(MimeMessageTokenizer) - Method in class org.jasen.core.engine.JasenTrainer
Sets the tokenizer that will be used during training.
setTokens(Map) - Method in class org.jasen.core.engine.JasenMap
Sets the token map
setTtl(long) - Method in class org.jasen.net.CachedInetAddress
Sets the Time To Live in seconds
setType(String) - Method in class org.jasen.config.JasenPluginConfiguration
Sets the plugin type.
setUpdateAborted(boolean) - Method in class org.jasen.update.JasenAutoUpdateReport
 
setUpdateDate(String) - Method in class org.jasen.update.JasenAutoUpdateParcel
 
setUpdateId(String) - Method in class org.jasen.update.JasenAutoUpdateParcel
 
setUpdateParcel(JasenAutoUpdateParcel) - Method in class org.jasen.update.JasenAutoUpdateReport
 
setUpdateURL(URL) - Method in class org.jasen.update.JasenAutoUpdateConfiguration
 
setUpdated(boolean) - Method in class org.jasen.update.JasenAutoUpdateReport
 
setUrlReader(URLReader) - Method in class org.jasen.net.URLTokenizer
 
setWebUpdateRequired(String) - Method in class org.jasen.update.JasenAutoUpdateParcel
 
setWebUpdateRequired(boolean) - Method in class org.jasen.update.JasenAutoUpdateReport
 
setWebUpdateUrl(String) - Method in class org.jasen.update.JasenAutoUpdateParcel
 
setWebUpdateUrl(String) - Method in class org.jasen.update.JasenAutoUpdateReport
 
showCommandHelp() - Static method in class org.jasen.samples.ScanFolder
 
size() - Method in class org.jasen.core.engine.JasenMap
Gets the number of tokens in the map
size() - Method in class org.jasen.util.ReadOnlyList
 
subList(int, int) - Method in class org.jasen.util.ReadOnlyList
 

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