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

S

save() - Method in class org.clapper.util.misc.FileHashMap
Save any in-memory index changes to disk without closing the map.
ScriptFrameworkType - Enum in org.clapper.util.scripting
Defines the set of script frameworks supported by the UnifiedScriptEngineManager class.
SectionExistsException - Exception in org.clapper.util.config
A SectionExistsException is thrown by the Configuration class to signify that a requested configuration section already exists and cannot be created.
SectionExistsException(String) - Constructor for exception org.clapper.util.config.SectionExistsException
Constructs an exception.
Semaphore - Interface in org.clapper.util.misc
Deprecated. J2SE 5.0 now provides a java.util.concurrent.Semaphore class
SemaphoreException - Exception in org.clapper.util.misc
Thrown by classes that implement the Semaphore interface, to indicate an error.
SemaphoreException() - Constructor for exception org.clapper.util.misc.SemaphoreException
Default constructor, for an exception with no nested exception and no message.
SemaphoreException(Throwable) - Constructor for exception org.clapper.util.misc.SemaphoreException
Constructs an exception containing another exception, but no message of its own.
SemaphoreException(String) - Constructor for exception org.clapper.util.misc.SemaphoreException
Constructs an exception containing an error message, but no nested exception.
SemaphoreException(String, Throwable) - Constructor for exception org.clapper.util.misc.SemaphoreException
Constructs an exception containing another exception and a message.
SemaphoreException(String, String, String) - Constructor for exception org.clapper.util.misc.SemaphoreException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
SemaphoreException(String, String, String, Object[]) - Constructor for exception org.clapper.util.misc.SemaphoreException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
SemaphoreException(String, String, String, Throwable) - Constructor for exception org.clapper.util.misc.SemaphoreException
Constructs an exception containing a resource bundle name, a message key, a default message (in case the resource bundle can't be found), and another exception.
SemaphoreException(String, String, String, Object[], Throwable) - Constructor for exception org.clapper.util.misc.SemaphoreException
Constructs an exception containing a resource bundle name, a message key, a default message format (in case the resource bundle can't be found), arguments to be incorporated in the message via java.text.MessageFormat, and another exception.
send(EmailMessage) - Method in interface org.clapper.util.mail.EmailTransport
Send an EmailMessage.
send(EmailMessage) - Method in class org.clapper.util.mail.SMTPEmailTransport
Attempts to deliver the message via the specified SMTP host.
set(int, T) - Method in class org.clapper.util.misc.SparseArrayList
Replaces the element at the specified position in this list with the specified element.
setAbortOnSyntaxError(boolean) - Method in class org.clapper.util.text.AbstractVariableSubstituter
Set or clear the flag that controls whether the substitute() methods will abort when they encounter a syntax error.
setAbortOnSyntaxError(boolean) - Method in interface org.clapper.util.text.VariableSubstituter
Set or clear the flag that controls whether the substitute() methods will abort when they encounter a syntax error.
setAbortOnUndefinedVariable(boolean) - Method in class org.clapper.util.config.Configuration
Set or clear the flag that controls whether the Configuration object will abort when it encounters an undefined variable.
setAbortOnUndefinedVariable(boolean) - Method in class org.clapper.util.text.AbstractVariableSubstituter
Set or clear the flag that controls whether the substitute() methods will abort when they encounter an undefined variable.
setAbortOnUndefinedVariable(boolean) - Method in interface org.clapper.util.text.VariableSubstituter
Set or clear the flag that controls whether the substitute() methods will abort when they encounter an undefined variable.
setAntversion(String) - Method in class org.clapper.util.ant.MakeBuildInfoTask
Called by Ant to set the "antversion" attribute.
setCharAt(int, char) - Method in class org.clapper.util.text.XStringBuffer
Set the character at a specified index.
setCharAt(int, char) - Method in class org.clapper.util.text.XStringBuilder
Set the character at a specified index.
setCommandName(String) - Method in class org.clapper.util.cmdline.UsageInfo
Set the command name to be used in the usage output.
setCompiler(String) - Method in class org.clapper.util.ant.MakeBuildInfoTask
Called by Ant to set the "compiler" attribute.
setDebug(boolean, PrintStream) - Method in interface org.clapper.util.mail.EmailTransport
Enable or disable the underlying implementation's debug flag, if there is one.
setDebug(boolean, PrintStream) - Method in class org.clapper.util.mail.SMTPEmailTransport
Enable or disable the underlying implementation's debug flag, if there is one.
setFile(File) - Method in class org.clapper.util.ant.MakeBuildInfoTask
Called by Ant to set the "file" attribute.
setHonorEscapes(boolean) - Method in class org.clapper.util.text.UnixShellVariableSubstituter
Set the value of the flag that controls whether or not the substitute() method will honor backslash escapes within variable references.
setIndentation(int) - Method in class org.clapper.util.io.WordWrapWriter
Set the indentation value for wrapped lines.
setIndentationChar(char) - Method in class org.clapper.util.io.WordWrapWriter
Change the indentation character.
setJustification(JustifyStyle) - Method in class org.clapper.util.io.JustifyTextWriter
Set or change the current justification style.
setLength(int) - Method in class org.clapper.util.text.XStringBuffer
Set the length of this XStringBuffer.
setLength(int) - Method in class org.clapper.util.text.XStringBuilder
Set the length of this XStringBuilder.
setLineLength(int) - Method in class org.clapper.util.io.JustifyTextWriter
Set the line length.
setLineLength(int) - Method in class org.clapper.util.io.WordWrapWriter
Set the line length.
setMaximumCapacity(int) - Method in class org.clapper.util.misc.LRUMap
Set or change the maximum capacity of this LRUMap.
setMode(CombinationFilterMode) - Method in class org.clapper.util.io.CombinationFileFilter
Deprecated. Change the combination mode of this CombinationFileFilter object.
setMode(CombinationFilterMode) - Method in class org.clapper.util.io.CombinationFilenameFilter
Deprecated. Change the combination mode of this CombinationFilenameFilter object.
setMultipartSubtype(MultipartSubtype) - Method in class org.clapper.util.mail.EmailMessage
Set the multipart subtype.
setOutput(OutputStream) - Method in class org.clapper.util.ant.JUnitSummaryFormatter
Set the output object.
setPrefix(String) - Method in class org.clapper.util.io.WordWrapWriter
Set the current prefix.
setProperty(String) - Method in class org.clapper.util.ant.HostnameTask
Called by Ant to set the "property" attribute.
setSender(String) - Method in class org.clapper.util.mail.EmailMessage
Set the sender's email address.
setSender(EmailAddress) - Method in class org.clapper.util.mail.EmailMessage
Set the sender's email address.
setSubject(String) - Method in class org.clapper.util.mail.EmailMessage
Set the subject of this message.
setText(String) - Method in class org.clapper.util.mail.EmailMessage
Set the text part of the message from a String object.
setText(String, String) - Method in class org.clapper.util.mail.EmailMessage
Set the text part of the message from a String object.
setText(String, String, String) - Method in class org.clapper.util.mail.EmailMessage
Set the text part of the message from a String object.
setText(String[]) - Method in class org.clapper.util.mail.EmailMessage
Set the text part of the message from an array of String objects.
setText(String[], String) - Method in class org.clapper.util.mail.EmailMessage
Set the text part of the message from an array of String objects.
setText(String[], String, String) - Method in class org.clapper.util.mail.EmailMessage
Set the text part of the message from an array of String objects.
setText(InputStream) - Method in class org.clapper.util.mail.EmailMessage
Set the text part of the message from an InputStream object.
setText(InputStream, String) - Method in class org.clapper.util.mail.EmailMessage
Set the text part of the message from an InputStream object.
setText(InputStream, String, String) - Method in class org.clapper.util.mail.EmailMessage
Set the text part of the message from an InputStream object.
setText(Iterator) - Method in class org.clapper.util.mail.EmailMessage
Set the text part of the message from Iterator of String objects.
setText(Iterator, String) - Method in class org.clapper.util.mail.EmailMessage
Set the text part of the message from Iterator of String objects.
setText(Iterator, String, String) - Method in class org.clapper.util.mail.EmailMessage
Set the text part of the message from an Iterator of String objects.
setText(File) - Method in class org.clapper.util.mail.EmailMessage
Set the text part of the message from the contents of a file.
setText(File, String) - Method in class org.clapper.util.mail.EmailMessage
Set the text part of the message from the contents of a file.
setText(File, String, String) - Method in class org.clapper.util.mail.EmailMessage
Set the text part of the message from the contents of a file, allowing the caller to specify the file name to use when identifying the text part.
setVariable(String, String, String, boolean) - Method in class org.clapper.util.config.Configuration
Set a variable's value.
SHORT_OPTION_PREFIX - Static variable in class org.clapper.util.cmdline.UsageInfo
The option prefix strings used at the command line.
showBuildInfo(PrintStream) - Method in class org.clapper.util.misc.BuildInfo
Display build information to the specified PrintStream.
showBuildInfo(PrintWriter) - Method in class org.clapper.util.misc.BuildInfo
Display build information to the specified PrintWriter.
SINGLE_LOW_9_QUOTE - Static variable in class org.clapper.util.text.Unicode
Single low-9 quotation mark, used as an opening single quote in some languages.
size() - Method in class org.clapper.util.misc.FileHashMap
Returns the number of key-value mappings in this map.
size() - Method in class org.clapper.util.misc.LRUMap
Get the number of entries in the map.
size() - Method in class org.clapper.util.misc.MultiValueMap
Returns the number of key-value mappings in this map.
size() - Method in class org.clapper.util.misc.PropertiesMap
Get the number of entries in the map.
SMTPEmailTransport - Class in org.clapper.util.mail
SMTPEmailTransport defines a class that sends EmailMessage objects via the Simple Mail Transfer Protocol (SMTP).
SMTPEmailTransport() - Constructor for class org.clapper.util.mail.SMTPEmailTransport
Constructs a new SMTPEmailTransport object that will use the local host as its SMTP server.
SMTPEmailTransport(String) - Constructor for class org.clapper.util.mail.SMTPEmailTransport
Constructs a new SMTPEmailTransport object, with the specified SMTP host.
SparseArrayList<T> - Class in org.clapper.util.misc
SparseList implements a sparse array.
SparseArrayList() - Constructor for class org.clapper.util.misc.SparseArrayList
Allocate a new SparseList object with the same default initial capacity as a java.util.ArrayList object created with its default constructor.
SparseArrayList(int) - Constructor for class org.clapper.util.misc.SparseArrayList
Constructs an empty list with the specified initial capacity.
SparseArrayList(Collection<T>) - Constructor for class org.clapper.util.misc.SparseArrayList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
split(String) - Static method in class org.clapper.util.text.TextUtil
Split a string on white space, into one or more strings.
split(String, boolean) - Static method in class org.clapper.util.text.TextUtil
Split a string on white space, into one or more strings.
split(String, Collection<String>) - Static method in class org.clapper.util.text.TextUtil
Split a string on white space, into one or more strings.
split(String, Collection<String>, boolean) - Static method in class org.clapper.util.text.TextUtil
Split a string on white space, into one or more strings.
split(String, char) - Static method in class org.clapper.util.text.TextUtil
Split a string into one or more strings, based on a delimiter.
split(String, char, boolean) - Static method in class org.clapper.util.text.TextUtil
Split a string into one or more strings, based on a delimiter.
split(String, String) - Static method in class org.clapper.util.text.TextUtil
Split a string into one or more strings, based on a set of delimiter.
split(String, String, boolean) - Static method in class org.clapper.util.text.TextUtil
Split a string into one or more strings, based on a set of delimiter.
split(String, char, Collection<String>) - Static method in class org.clapper.util.text.TextUtil
Split a string into one or more strings, based on a delimiter.
split(String, char, Collection<String>, boolean) - Static method in class org.clapper.util.text.TextUtil
Split a string into one or more strings, based on a delimiter.
split(String, String, Collection<String>) - Static method in class org.clapper.util.text.TextUtil
Split a string into one or more strings, based on a set of delimiter.
split(String, String, Collection<String>, boolean) - Static method in class org.clapper.util.text.TextUtil
Split a string into one or more strings, based on a set of delimiter.
split() - Method in class org.clapper.util.text.XStringBufBase
Split the contents of a buffer on white space, and return the resulting strings.
split(char) - Method in class org.clapper.util.text.XStringBufBase
Split the contents of a buffer on a delimiter, and return the resulting strings.
split(String) - Method in class org.clapper.util.text.XStringBufBase
Split the contents of a buffer on a delimiter, and return the resulting strings.
split(char, Collection<String>) - Method in class org.clapper.util.text.XStringBufBase
Split the contents of a buffer on a delimiter, and store the resulting strings in a specified Collection.
split(String, Collection<String>) - Method in class org.clapper.util.text.XStringBufBase
Split the contents of a buffer on a delimiter, and store the resulting strings in a specified Collection.
StringDataSource - Class in org.clapper.util.mail
StringDataSource implements the Java Activation Framework's DataSource interface to enable using a string as a data source.
StringDataSource(String, String, String) - Constructor for class org.clapper.util.mail.StringDataSource
Create a new StringDataSource object.
stringIsEmpty(String) - Static method in class org.clapper.util.text.TextUtil
Determine whether a given string is empty.
stripHTMLTags(String) - Static method in class org.clapper.util.html.HTMLUtil
Removes all HTML element tags from a string, leaving just the character data.
stripHTMLTags(String) - Static method in class org.clapper.util.text.HTMLUtil
Deprecated. Use HTMLUtil.stripHTMLTags(java.lang.String)
SubclassClassFilter - Class in org.clapper.util.classutil
SubclassClassFilter is a ClassFilter that matches class names that (a) can be loaded and (b) extend a given subclass or implement a specified interface, directly or indirectly.
SubclassClassFilter(Class) - Constructor for class org.clapper.util.classutil.SubclassClassFilter
Construct a new SubclassClassFilter that will accept only classes that extend the specified class or implement the specified interface.
subSequence(int, int) - Method in class org.clapper.util.text.XStringBufBase
Return a new CharSequence object (really, another XStringBuffer0 that contains a subsequence of characters currently contained in this buffer.
substitute(String, String) - Method in class org.clapper.util.regex.RegexUtil
This method implements Perl-like regular expression substitution.
substitute(String, VariableDereferencer) - Method in class org.clapper.util.text.AbstractVariableSubstituter
Substitute all variable references in the supplied string, using a Unix Bourne Shell-style variable syntax.
substitute(String, VariableDereferencer, Object) - Method in class org.clapper.util.text.AbstractVariableSubstituter
Substitute all variable references in the supplied string, using a Unix Bourne Shell-style variable syntax.
substitute(String, VariableDereferencer, VariableNameChecker, Object) - Method in class org.clapper.util.text.AbstractVariableSubstituter
Substitute all variable references in the supplied string, using a Unix Bourne Shell-style variable syntax.
substitute(String, VariableDereferencer, VariableNameChecker, Object, boolean) - Method in class org.clapper.util.text.UnixShellVariableSubstituter
Deprecated. As of version 2.3; please use UnixShellVariableSubstituter.setHonorEscapes(boolean)
substitute(String, VariableDereferencer, VariableNameChecker, Object) - Method in class org.clapper.util.text.UnixShellVariableSubstituter
Substitute all variable references in the supplied string, using a Unix Bourne Shell-style variable syntax.
substitute(String, VariableDereferencer, Object) - Method in interface org.clapper.util.text.VariableSubstituter
Substitute all variable references in the supplied string, returning the new String, according to the variable syntax defined by the implementing class.
substitute(String, VariableDereferencer, VariableNameChecker, Object) - Method in interface org.clapper.util.text.VariableSubstituter
Substitute all variable references in the supplied string, returning the new String, according to the variable syntax defined by the implementing class.
substitute(String, VariableDereferencer, VariableNameChecker, Object) - Method in class org.clapper.util.text.WindowsCmdVariableSubstituter
Substitute all variable references in the supplied string, using a Unix Bourne Shell-style variable syntax.
substring(int) - Method in class org.clapper.util.text.XStringBufBase
Return a new String that contains a subsequence of characters currently contained in this buffer.
substring(int, int) - Method in class org.clapper.util.text.XStringBufBase
Return a new String that contains a subsequence of characters currently contained in this buffer.

A B C D E F G H I J K L M N O P R S T U V W X Z
Copyright © 2004-2007 Brian M. Clapper. All Rights Reserved.