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

S

save(String, Properties) - Static method in class org.jutil.TProperties
usage: org.jutil.TProperties.save("myFileName", properties);
save(String, Properties, String) - Static method in class org.jutil.TProperties
usage: org.jutil.TProperties.save("myFileName", properties, "programming by Peter Blakely");
save(File, Properties) - Static method in class org.jutil.TProperties
usage: File mfile = new File("someDir", "myFileName"); Properties properties = org.jutil.TProperties.save(file, properties);
save(File, Properties, String) - Static method in class org.jutil.TProperties
usage: File file = new File("someDir", "myFileName"); org.jutil.TProperties.saveSorted(file, properties, "programming by Peter Blakely");
save(Properties, OutputStream, String, boolean) - Static method in class org.jutil.TProperties
 
saveSorted(String, Properties) - Static method in class org.jutil.TProperties
usage: org.jutil.TProperties.saveSorted("myFileName", properties);
saveSorted(String, Properties, String) - Static method in class org.jutil.TProperties
usage: Porg.jutil.TProperties.saveSorted("myFileName", properties, "programming by Peter Blakely");
saveSorted(File, Properties) - Static method in class org.jutil.TProperties
usage: File mfile = new File("someDir", "myFileName"); org.jutil.TProperties.save(file, properties);
saveSorted(File, Properties, String) - Static method in class org.jutil.TProperties
usage: File file = new File("someDir", "myFileName"); Properties properties = org.jutil.TProperties.save(file, properties, "programming by Peter Blakely");
scanChildrenForAttributeValue(Configuration, String, String, String) - Static method in class org.jutil.xml.util.ConfigurationUtils
 
scanChildrenForValue(Configuration, String, String) - Static method in class org.jutil.xml.util.ConfigurationUtils
 
scanDirs(String, String, boolean) - Static method in class org.jutil.TFile
 
scanDirs(String, FilenameFilter, boolean) - Static method in class org.jutil.TFile
org.jutil.TFile.scanDirs(String parent, FilenameFilter filter, boolean recursive);
scanFor(String) - Method in interface org.jutil.io.LineScanner
 
scanFor(String, int) - Method in interface org.jutil.io.LineScanner
 
scanFor(String, int, int) - Method in interface org.jutil.io.LineScanner
 
scanFor(Comparator) - Method in interface org.jutil.io.LineScanner
 
scanFor(Comparator, int) - Method in interface org.jutil.io.LineScanner
 
scanFor(Comparator, int, int) - Method in interface org.jutil.io.LineScanner
 
scanFor(String) - Method in class org.jutil.io.LineScannerImpl
 
scanFor(String, int) - Method in class org.jutil.io.LineScannerImpl
 
scanFor(String, int, int) - Method in class org.jutil.io.LineScannerImpl
 
scanFor(Comparator) - Method in class org.jutil.io.LineScannerImpl
 
scanFor(Comparator, int) - Method in class org.jutil.io.LineScannerImpl
 
scanFor(Comparator, int, int) - Method in class org.jutil.io.LineScannerImpl
 
scanFor(Comparator[], int, int) - Method in class org.jutil.io.LineScannerImpl
 
scanFor(String[], String) - Static method in class org.jutil.TStringArray
Scan String[] for occurence of the search String find
Uses the String method indexOf() to comapare the Strings
scanForEquals(String) - Method in interface org.jutil.io.LineScanner
 
scanForEquals(String, int) - Method in interface org.jutil.io.LineScanner
 
scanForEquals(String, int, int) - Method in interface org.jutil.io.LineScanner
 
scanForEquals(String) - Method in class org.jutil.io.LineScannerImpl
 
scanForEquals(String, int) - Method in class org.jutil.io.LineScannerImpl
 
scanForEquals(String, int, int) - Method in class org.jutil.io.LineScannerImpl
 
scanForEquals(String[], String) - Static method in class org.jutil.TStringArray
Scan String[] for occurence of the search String find
Uses the String method equals() to comapare the Strings
returns the index position in the String[] that equals the search string, -1 if not found usage: org.jutil.TStringArray.scanForEquals(String find, String[] array);
scanForKey(String[], String) - Static method in class org.jutil.TStringArray
scanForArgKey: scan String[] for occurence of key string using the default delim char '=' as the divider, for use in an array containg key/value pairs such as "myKey=MyValue" returns the index position in the String[] that contains the key string usage: org.jutil.TStringArray.scanForKey(String key);
scanForKey(String[], String, char) - Static method in class org.jutil.TStringArray
scanForArgKey: scan String[] for occurence of key string using the delim char as the divider, for use in an array containg key/value pairs such as "myKey=MyValue" returns the index position in the String[] that contains the key string usage: org.jutil.TStringArray.scanForKey( String key, String[] array );
scanForNamedConfigurations(Configuration, String, String) - Static method in class org.jutil.xml.util.ConfigurationUtils
flow configurations are stored at work-path/env/[control domain].xconf e.g.
scanType - Variable in class org.jutil.io.FScanner
 
scanType - Variable in class org.jutil.TGrep
 
SEC_1 - Static variable in class org.jutil.TTime
Const time value SEC_1 = 1,000ms = 1 sec
USAGE: long timeToWait = org.jutil.TTime.SEC_1;
SEC_10 - Static variable in class org.jutil.TTime
Const time value SEC_10 = 10,000ms = 10 sec
USAGE: long timeToWait = org.jutil.TTime.SEC_10;
SEC_30 - Static variable in class org.jutil.TTime
Const time value SEC_30 = 30,000ms = 30 sec
USAGE: long timeToWait = org.jutil.TTime.SEC_30;
SEC_5 - Static variable in class org.jutil.TTime
Const time value SEC_5 = 5,000ms = 5 sec
USAGE: long timeToWait = org.jutil.TTime.SEC_5;
seekEOF() - Method in interface org.jutil.io.LineScanner
 
seekEOF() - Method in class org.jutil.io.LineScannerImpl
 
seekSOF() - Method in interface org.jutil.io.LineScanner
 
seekSOF() - Method in class org.jutil.io.LineScannerImpl
 
Select - Class in org.jutil.text.html
 
Select() - Constructor for class org.jutil.text.html.Select
 
select(String) - Method in class org.jutil.xml.message.DefaultMessage
 
select(String) - Method in interface org.jutil.xml.message.Message
 
select(Document, String) - Static method in class org.jutil.xml.util.Dom4jUtil
 
selectElements(Document, String) - Static method in class org.jutil.xml.util.Dom4jUtil
 
selectObjectAsText(Document, String) - Static method in class org.jutil.xml.util.Dom4jUtil
 
send() - Method in class org.jutil.net.DefaultEmailMessage
 
send() - Method in interface org.jutil.net.EmailMessage
 
send(Message) - Static method in class org.jutil.TEmail
TEmail.send(message);
send(Message, boolean) - Static method in class org.jutil.TEmail
TEmail.send(message, true);
send(EmailMessage, boolean) - Static method in class org.jutil.TEmail
 
send(FTPFileDescriptor, String, String, File) - Static method in class org.jutil.TFTP
Send a file to host in descriptor
send(FTPFileDescriptor, String, String, File, boolean) - Static method in class org.jutil.TFTP
Send a file to host in descriptor
send(FTPFileDescriptor, String, String, File, IOMonitor, boolean) - Static method in class org.jutil.TFTP
Send a file to host in descriptor
sendCmd(String) - Method in class org.jutil.net.Pop3Connection
 
SEP - Static variable in class org.jutil.unique.UID
 
serialize(Collection, File) - Static method in class org.jutil.collections.SerUtil
 
serialize(Collection, File) - Static method in class org.jutil.TCollection
 
serialize(Key, Object, File) - Static method in class org.jutil.TCrypt
 
serialize(Key, Object, File, String, String) - Static method in class org.jutil.TCrypt
 
serialize(Object, File) - Static method in class org.jutil.TObject
org.jutil.TObject.serialize(Object object, File file)
serializeGZIP(Key, Object, File) - Static method in class org.jutil.TCrypt
 
serializeGZIP(Key, Object, File, String, String) - Static method in class org.jutil.TCrypt
 
serializeGZIP(Object, File) - Static method in class org.jutil.TObject
 
serializeKey(Key, File) - Static method in class org.jutil.TCrypt
 
SerUtil - Class in org.jutil.collections
 
set(Document, String, String) - Static method in class org.jutil.xml.util.Dom4jUtil
 
set(Element, String, String) - Static method in class org.jutil.xml.util.Dom4jUtil
 
set(Element, String) - Static method in class org.jutil.xml.util.Dom4jUtil
 
setAddress(String) - Method in class org.jutil.net.Pop3Connection
 
setAttribute(Object) - Method in class org.jutil.net.Get
 
setAttribute(String, Object) - Method in class org.jutil.net.Get
 
setAttribute(String, Object, boolean) - Method in class org.jutil.net.Get
 
setAttribute(String, Object) - Method in class org.jutil.net.Post
 
setAttribute(String, Object) - Method in class org.jutil.text.html.Input
 
setAttribute(String, Object) - Method in class org.jutil.text.html.InputCountry
 
setAttribute(String, Object) - Method in class org.jutil.text.html.InputCreditCardMonth
 
setAttribute(String, Object) - Method in class org.jutil.text.html.InputCreditCardType
 
setAttribute(String, Object) - Method in class org.jutil.text.html.InputCreditCardYear
 
setAttribute(String, Object) - Method in class org.jutil.text.html.InputDate
 
setAttribute(String, Object) - Method in class org.jutil.text.html.Select
 
setAttribute(String, Object) - Method in interface org.jutil.util.Attributes
 
setAttribute(String, Object, boolean) - Method in interface org.jutil.util.Attributes
 
setAttribute(String, Object) - Method in class org.jutil.util.AttributesImpl
 
setAttribute(String, Object, boolean) - Method in class org.jutil.util.AttributesImpl
 
setAttribute(String, String) - Method in class org.jutil.xml.message.DefaultElement
Add a new XMLAttribute
setAttribute(String, String) - Method in interface org.jutil.xml.message.Element
Add a new XMLAttribute
setAttributes(Element, String[]) - Static method in class org.jutil.text.html.Element
 
setBCC(String[]) - Method in class org.jutil.net.DefaultEmailMessage
 
setBCC(String) - Method in class org.jutil.net.DefaultEmailMessage
 
setBCC(String) - Method in interface org.jutil.net.EmailMessage
 
setBCC(String[]) - Method in interface org.jutil.net.EmailMessage
 
setBody(String) - Method in class org.jutil.net.DefaultEmailMessage
 
setBody(String) - Method in interface org.jutil.net.EmailMessage
 
setCC(String) - Method in class org.jutil.net.DefaultEmailMessage
 
setCC(String[]) - Method in class org.jutil.net.DefaultEmailMessage
 
setCC(String) - Method in interface org.jutil.net.EmailMessage
 
setCC(String[]) - Method in interface org.jutil.net.EmailMessage
 
setCDATAElement(Element, String, byte[]) - Static method in class org.jutil.xml.util.Dom4jUtil
 
setCDATAElement(Element, String, StringBuffer) - Static method in class org.jutil.xml.util.Dom4jUtil
 
setConnected(boolean) - Method in class org.jutil.net.FTPBase
 
setConsole(Logger) - Method in class org.jutil.net.Pop3Connection
 
setContent(Object) - Method in class org.jutil.net.URLContent
 
setContentType(String) - Method in class org.jutil.net.Post
 
setContentType(String) - Method in class org.jutil.net.URLContent
 
setCreated(long) - Method in class org.jutil.unique.UID
 
setData(String[]) - Method in class org.jutil.io.DelimData
 
setDataItems(String[][]) - Method in class org.jutil.io.DelimData
 
setDebug(boolean) - Method in class org.jutil.io.PrintStreamTraceWriter
 
setDebug(boolean) - Method in interface org.jutil.io.TraceWriter
 
setDebug(boolean) - Method in class org.jutil.net.FTPBase
 
setDebug(boolean) - Method in interface org.jutil.net.FTPReader
 
setDebug(boolean) - Method in interface org.jutil.net.FTPWriter
 
setDebug(boolean) - Method in class org.jutil.util.ArgParser
 
setDefaultValue(String) - Method in class org.jutil.util.Arg
 
setDelim(char) - Method in class org.jutil.io.DelimData
 
setDescription(String) - Method in class org.jutil.io.FileFilter
 
setDir(String) - Method in interface org.jutil.net.FTPFileDescriptor
 
setDir(String) - Method in class org.jutil.net.FTPFileDescriptorImpl
 
setDirsAllowed(boolean) - Method in class org.jutil.io.FileFilter
 
setEndTimestamp(Timestamp) - Method in class org.jutil.util.TimePeriod
 
setEvent(String, Object) - Method in class org.jutil.net.Get
usage: get.setEvent("onMouseover", "changeImg(\'tbar_logo\', \'logo\', 1)");
setFieldArray(String[]) - Method in class org.jutil.io.DelimData
 
setFieldsAquired(boolean) - Method in class org.jutil.io.DelimData
 
setFilename(String) - Method in interface org.jutil.net.FTPFileDescriptor
 
setFilename(String) - Method in class org.jutil.net.FTPFileDescriptorImpl
 
setFilePattern(String) - Method in class org.jutil.TGrep
 
setFilePattern(String) - Method in class org.jutil.TRep
 
setFlag(String) - Method in class org.jutil.util.Arg
 
setFrom(String) - Method in class org.jutil.net.DefaultEmailMessage
 
setFrom(String) - Method in interface org.jutil.net.EmailMessage
 
setHash(int) - Method in class org.jutil.unique.UID
 
setHelp(String) - Method in class org.jutil.util.Arg
 
setHost(String) - Method in interface org.jutil.net.FTPFileDescriptor
 
setHost(String) - Method in class org.jutil.net.FTPFileDescriptorImpl
 
setIntAt(byte[], int, int) - Static method in class org.jutil.TArray
Write an int value from an array; usage: org.jutil.TByteArray.setIntAt(byte[] array, int i, int index);
setIOMonitor(IOMonitor) - Method in class org.jutil.net.FTPBase
 
setIOMonitor(IOMonitor) - Method in interface org.jutil.net.FTPReader
 
setIOMonitor(IOMonitor) - Method in interface org.jutil.net.FTPWriter
 
setKeepAlive(boolean) - Method in class org.jutil.net.Pop3Connection
 
setMaxCacheSize(int) - Method in class org.jutil.collections.AssocLRUCache
 
setMaxCacheSize(int) - Method in class org.jutil.collections.LRUCache
 
setMaxThreads(int) - Method in class org.jutil.TGrep
 
setMaxThreads(int) - Method in class org.jutil.TRep
 
setMessage(Message) - Method in class org.jutil.xml.message.NamedMessageSlot
 
setMimeType(String) - Method in class org.jutil.net.DefaultEmailMessage
 
setMimeType(String) - Method in interface org.jutil.net.EmailMessage
 
setMode(byte) - Method in interface org.jutil.net.FTPFileDescriptor
 
setMode(byte) - Method in class org.jutil.net.FTPFileDescriptorImpl
 
setMultiple(boolean) - Method in class org.jutil.text.html.Select
 
setName(String) - Method in class org.jutil.text.html.Input
 
setName(String) - Method in class org.jutil.xml.message.DefaultElement
Set the name of the Element
setName(String) - Method in interface org.jutil.xml.message.Element
Set the name of the Element
setName(String) - Method in class org.jutil.xml.message.NamedMessageSlot
 
setNamedMessageSlotManager(NamedMessageSlotManager) - Method in class org.jutil.xml.message.NamedMessageSlot
 
setNamespaceAttribute(Element, Namespace, String, String) - Static method in class org.jutil.xml.util.Dom4jUtil
 
setNewLine(String) - Method in class org.jutil.xml.message.DefaultMessageWriter
 
setObjectToCompare(Object) - Method in class org.jutil.compare.ObjectComparator
 
setOption(String, String) - Method in class org.jutil.text.html.Select
 
setOverwrite(boolean) - Method in interface org.jutil.net.FTPFileDescriptor
 
setOverwrite(boolean) - Method in class org.jutil.net.FTPFileDescriptorImpl
 
setPass(String) - Method in class org.jutil.net.Pop3Connection
 
setPort(int) - Method in class org.jutil.net.Pop3Connection
 
setPrefix(String) - Method in class org.jutil.io.FileNameStartsWithFilter
 
setPrefix(String) - Method in class org.jutil.net.FTPBase
 
setProperty(Object, String, String) - Static method in class org.jutil.TReflect
Find a method with the right name If found, call the method ( if param is int or boolean we'll convert value to the right type before) - that means you can have setDebug(1).
setQNameAttribute(Element, QName, String) - Static method in class org.jutil.xml.util.Dom4jUtil
 
setRecurse(boolean) - Method in class org.jutil.TGrep
 
setRecurse(boolean) - Method in class org.jutil.TRep
 
setReliable(boolean) - Method in class org.jutil.net.Pop3Connection
 
setReplacement(String) - Method in class org.jutil.TRep
 
setRequired(boolean) - Method in class org.jutil.util.Arg
 
setRoot(Element) - Method in class org.jutil.xml.message.DefaultMessage
 
setRoot(Element) - Method in interface org.jutil.xml.message.Message
 
setRootAttribute(Document, String, String) - Static method in class org.jutil.xml.util.Dom4jUtil
DOCUMENT ME!
setScanType(byte) - Method in class org.jutil.io.FScanner
 
setScanType(byte) - Method in class org.jutil.TGrep
 
setSearchPattern(String) - Method in class org.jutil.TGrep
 
setSearchPattern(String) - Method in class org.jutil.TRep
 
setSelected(String, boolean) - Method in class org.jutil.text.html.Select
 
setServer(String) - Method in class org.jutil.net.DefaultEmailMessage
 
setServer(String) - Method in interface org.jutil.net.EmailMessage
 
setSmtpPass(String) - Method in class org.jutil.net.DefaultEmailMessage
 
setSmtpPass(String) - Method in interface org.jutil.net.EmailMessage
 
setSmtpUser(String) - Method in class org.jutil.net.DefaultEmailMessage
 
setSmtpUser(String) - Method in interface org.jutil.net.EmailMessage
 
setSocket(Socket) - Method in class org.jutil.net.Pop3Connection
 
setSrc(String) - Method in class org.jutil.net.Get
 
setStartTimestamp(Timestamp) - Method in class org.jutil.util.TimePeriod
 
setStreamIn(BufferedReader) - Method in class org.jutil.net.Pop3Connection
 
setStreamOut(PrintStream) - Method in class org.jutil.net.Pop3Connection
 
setStringToCompare(String) - Method in class org.jutil.compare.StringContains
 
setStringToCompare(String) - Method in class org.jutil.compare.StringEndsWith
 
setStringToCompare(String) - Method in class org.jutil.compare.StringEqualsIgnoreCase
 
setStringToCompare(String) - Method in class org.jutil.compare.StringNotEmpty
 
setStringToCompare(String) - Method in class org.jutil.compare.StringStartsWith
 
setSubject(String) - Method in class org.jutil.net.DefaultEmailMessage
 
setSubject(String) - Method in interface org.jutil.net.EmailMessage
 
setSuffix(String) - Method in class org.jutil.io.FileNameEndsWithFilter
 
setTab(String) - Method in class org.jutil.xml.message.DefaultMessageWriter
 
setText(String) - Method in class org.jutil.net.Get
 
setTextValue(String) - Method in class org.jutil.io.VersionImpl
 
setTextValue(String) - Method in interface org.jutil.text.TextValue
 
setTimeout(int) - Method in class org.jutil.net.Pop3Connection
 
setTO(String) - Method in class org.jutil.net.DefaultEmailMessage
 
setTO(String[]) - Method in class org.jutil.net.DefaultEmailMessage
 
setTO(String) - Method in interface org.jutil.net.EmailMessage
 
setTO(String[]) - Method in interface org.jutil.net.EmailMessage
 
setTrace(boolean) - Method in class org.jutil.io.FileFilter
 
setTrace(boolean) - Method in class org.jutil.io.PrintStreamTraceWriter
 
setTrace(boolean) - Method in interface org.jutil.io.TraceWriter
 
setType(String) - Method in class org.jutil.text.html.Input
 
setType(String) - Method in class org.jutil.text.html.InputHidden
 
setType(String) - Method in class org.jutil.text.html.Select
 
setUnique(String) - Method in class org.jutil.unique.UID
 
setURL(String) - Method in class org.jutil.net.Get
 
setURL(String) - Method in class org.jutil.net.Post
 
setUsage(String) - Method in class org.jutil.util.Arg
 
setUser(String) - Method in class org.jutil.net.Pop3Connection
 
setValue(String) - Method in class org.jutil.io.FileNameContainsFilter
 
setValue(String) - Method in class org.jutil.io.FileNameEqualsFilter
 
setValue(String) - Method in class org.jutil.io.RegexFilter
 
setValue(String) - Method in class org.jutil.io.WildCardFilter
 
setValue(Object) - Method in class org.jutil.text.html.Element
 
setValue(Object) - Method in class org.jutil.text.html.Input
 
setValue(String) - Method in class org.jutil.text.html.Input
 
setValue(Object) - Method in class org.jutil.text.html.InputCountry
 
setValue(String) - Method in class org.jutil.text.html.InputCountry
 
setValue(Object) - Method in class org.jutil.text.html.InputCreditCardMonth
 
setValue(String) - Method in class org.jutil.text.html.InputCreditCardMonth
 
setValue(Object) - Method in class org.jutil.text.html.InputCreditCardType
 
setValue(String) - Method in class org.jutil.text.html.InputCreditCardType
 
setValue(Object) - Method in class org.jutil.text.html.InputCreditCardYear
 
setValue(String) - Method in class org.jutil.text.html.InputCreditCardYear
 
setValue(Object) - Method in class org.jutil.text.html.InputDate
 
setValue(Date, Locale) - Method in class org.jutil.text.html.InputDate
 
setValue(Object) - Method in class org.jutil.text.html.Select
 
setValue(String) - Method in class org.jutil.xml.message.DefaultElement
Set the value of the Element
setValue(String) - Method in interface org.jutil.xml.message.Element
Set the value of the Element
setVerbose(boolean) - Method in class org.jutil.TGrep
 
setVerbose(boolean) - Method in class org.jutil.TRep
 
setWriter(Writer) - Method in class org.jutil.xml.message.DefaultMessageWriter
 
shutDown() - Method in class org.jutil.io.ReplaceScanner
 
size() - Method in class org.jutil.collections.AssocHashtable
 
size() - Method in class org.jutil.collections.AssocLRUCache
 
size() - Method in class org.jutil.collections.LRUCache
 
size() - Method in class org.jutil.collections.Queue
 
size() - Method in class org.jutil.net.Get
 
size() - Method in interface org.jutil.util.Attributes
 
size() - Method in class org.jutil.util.AttributesImpl
 
size() - Method in class org.jutil.util.DynamicProperties
 
SIZEOF_INT - Static variable in class org.jutil.TRuntime
SIZEOF_INT, convienence variable representing the size of an int (4)
SIZEOF_K - Static variable in class org.jutil.TRuntime
Convienence variable representing the size of an kilobyte (1024)
SIZEOF_LONG - Static variable in class org.jutil.TRuntime
Convienence variable representing the size of an long (8)
SIZEOF_MEG - Static variable in class org.jutil.TRuntime
Convienence variable representing the size of a megabyte (1024*1024)
SMTPAuthenticator - Class in org.jutil.net
 
SMTPAuthenticator(String, String) - Constructor for class org.jutil.net.SMTPAuthenticator
 
snipLeft(String, int) - Static method in class org.jutil.TString
Pare the String str to the length size, by removing charcters on the left hand side
snipRight(String, int) - Static method in class org.jutil.TString
Pare the String str to the length size, by removing charcters on the right hand side
sort(String[]) - Static method in class org.jutil.TStringArray
Sort the String[] array
usage: org.jutil.TStringArray.sort(array);
stackTraceToString(Exception) - Static method in class org.jutil.TException
Writes StackTrace to a String org.jutil.TException.stackTraceToString(Exception exception);
stackTraceToString(Throwable) - Static method in class org.jutil.TThrowable
Writes StackTrace to a String org.jutil.TThrowable.stackTraceToString(java.lang.Throwable throwable);
stackTraceToStringBuffer(Exception) - Static method in class org.jutil.TException
Writes StackTrace to a String org.jutil.TException.stackTraceToString(Exception exception);
stackTraceToStringBuffer(Throwable) - Static method in class org.jutil.TThrowable
Writes StackTrace to a String org.jutil.TThrowable.stackTraceToStringBuffer(java.lang.Throwable throwable);
startUp() - Method in class org.jutil.io.ReplaceScanner
 
status(String) - Method in class org.jutil.io.DefaultIOMonitor
 
status(String, Throwable) - Method in class org.jutil.io.DefaultIOMonitor
 
status(String, int, int) - Method in class org.jutil.io.DefaultIOMonitor
 
status(String) - Method in interface org.jutil.io.IOMonitor
 
status(String, Throwable) - Method in interface org.jutil.io.IOMonitor
 
status(String, int, int) - Method in interface org.jutil.io.IOMonitor
 
STD - Static variable in class org.jutil.io.FScanner
 
StdoutLogger - Class in org.jutil.io
 
StdoutLogger() - Constructor for class org.jutil.io.StdoutLogger
 
StdoutLogger(String, PrintStream, PrintStream) - Constructor for class org.jutil.io.StdoutLogger
 
StdoutLogger(String, PrintStream, PrintStream, boolean) - Constructor for class org.jutil.io.StdoutLogger
 
STR_OUT_PREFIX_DEBUG - Variable in class org.jutil.io.PrintStreamTraceWriter
 
STR_OUT_PREFIX_ERR - Variable in class org.jutil.io.PrintStreamTraceWriter
 
STR_OUT_PREFIX_TRACE - Variable in class org.jutil.io.PrintStreamTraceWriter
 
STR_REQUEST_APOP - Static variable in class org.jutil.net.Pop3Connection
 
STR_REQUEST_DELE - Static variable in class org.jutil.net.Pop3Connection
 
STR_REQUEST_LIST - Static variable in class org.jutil.net.Pop3Connection
 
STR_REQUEST_NOOP - Static variable in class org.jutil.net.Pop3Connection
 
STR_REQUEST_PSWD - Static variable in class org.jutil.net.Pop3Connection
 
STR_REQUEST_QUIT - Static variable in class org.jutil.net.Pop3Connection
 
STR_REQUEST_RETR - Static variable in class org.jutil.net.Pop3Connection
 
STR_REQUEST_RSET - Static variable in class org.jutil.net.Pop3Connection
 
STR_REQUEST_STAT - Static variable in class org.jutil.net.Pop3Connection
 
STR_REQUEST_TOP - Static variable in class org.jutil.net.Pop3Connection
 
STR_REQUEST_UIDL - Static variable in class org.jutil.net.Pop3Connection
 
STR_REQUEST_USR - Static variable in class org.jutil.net.Pop3Connection
 
STR_RESPONSE_ERR - Static variable in class org.jutil.net.Pop3Connection
 
STR_RESPONSE_OK - Static variable in class org.jutil.net.Pop3Connection
 
STR_RESPONSE_TERMINATION - Static variable in class org.jutil.net.Pop3Connection
 
StringContains - Class in org.jutil.compare
This is the StringContains Comparator class.
StringContains() - Constructor for class org.jutil.compare.StringContains
 
StringContains(String) - Constructor for class org.jutil.compare.StringContains
 
StringEndsWith - Class in org.jutil.compare
This is the StringEndsWith Comparator class.
StringEndsWith() - Constructor for class org.jutil.compare.StringEndsWith
 
StringEndsWith(String) - Constructor for class org.jutil.compare.StringEndsWith
 
StringEqualsIgnoreCase - Class in org.jutil.compare
This is the StringEqualsIgnoreCase Comparator class.
StringEqualsIgnoreCase() - Constructor for class org.jutil.compare.StringEqualsIgnoreCase
 
StringEqualsIgnoreCase(String) - Constructor for class org.jutil.compare.StringEqualsIgnoreCase
 
StringMatcher - Interface in org.jutil.io
This is the StringMatcher code class.
StringNotEmpty - Class in org.jutil.compare
This is the StringNotEmpty Comparator class.
StringNotEmpty() - Constructor for class org.jutil.compare.StringNotEmpty
 
StringNotEmpty(String) - Constructor for class org.jutil.compare.StringNotEmpty
 
StringNotEmpty - Class in org.jutil.validation
 
StringNotEmpty() - Constructor for class org.jutil.validation.StringNotEmpty
 
StringStartsWith - Class in org.jutil.compare
This is the StringStartsWith Comparator class.
StringStartsWith() - Constructor for class org.jutil.compare.StringStartsWith
 
StringStartsWith(String) - Constructor for class org.jutil.compare.StringStartsWith
 
stripLeft(String, String) - Static method in class org.jutil.TString
Remove the strip String from the left hand side of the
str String str
stripLeft(String, String, int) - Static method in class org.jutil.TString
Remove the strip String from the left hand side of the String str recurse count times
Usage:org.jutil.TString.stripLeft("aabcd", "a", 1);

stripRight(String, String) - Static method in class org.jutil.TString
Remove the strip String from the right hand side of the String str
stripRight(String, String, int) - Static method in class org.jutil.TString
Remove the strip String from the right hand side of the String str recurse count times
substring(StringBuffer, int) - Static method in class org.jutil.TStringBuffer
get substring from StringBuffer input
usage: org.jutil.TStringBuffer.substring(StringBuffer input, int beginIndex)
substring(StringBuffer, int, int) - Static method in class org.jutil.TStringBuffer
get substring from StringBuffer input
usage: org.jutil.TStringBuffer.substring(StringBuffer input, int beginIndex, int endIndex)
substringbuffer(StringBuffer, int) - Static method in class org.jutil.TStringBuffer
get substring from StringBuffer input
usage: org.jutil.TStringBuffer.substringbuffer(StringBuffer input, int beginIndex)
substringbuffer(StringBuffer, int, int) - Static method in class org.jutil.TStringBuffer
get substring from StringBuffer input
usage: org.jutil.TStringBuffer.substringbuffer(StringBuffer input, int beginIndex, int endIndex)
suffix - Variable in class org.jutil.io.FileNameEndsWithFilter
 
syncLock - Variable in class org.jutil.io.LineScannerImpl
The object used to synchronize operations on this stream.
SyncTime - Class in org.jutil.util
 
SyncTime() - Constructor for class org.jutil.util.SyncTime
 
SYSTEM_PARAMETER_DEBUG - Static variable in class org.jutil.TPop3
 

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