Skip navigation links
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 _ 

A

AbstractJsonArrayType - Class in to.etc.json
 
AbstractJsonArrayType(ITypeMapping) - Constructor for class to.etc.json.AbstractJsonArrayType
 
accept(T) - Method in interface to.etc.function.ConsumerEx
Performs this operation on the given argument.
accept(T, U) - Method in interface to.etc.function.Lambda.BiConsumer_WithExceptions
 
accept(T) - Method in interface to.etc.function.Lambda.Consumer_WithExceptions
 
accept() - Method in class to.etc.lexer.TextReaderBase
Called to advance the character, WITHOUT copying it.
accept(int) - Method in class to.etc.lexer.TextReaderBase
Accept ct characters by skipping over them, they are NOT copied.
accept() - Method in class to.etc.util.TextScanner
 
accept(int) - Method in class to.etc.util.TextScanner
 
add(Image, int, boolean, int, int) - Method in class to.etc.sjit.AnimGifEncoder
Adds the specified image to the list of images.
add(Image) - Method in class to.etc.sjit.AnimGifEncoder
Adds the specified image to the list of images.
add(Image, int) - Method in class to.etc.sjit.AnimGifEncoder
Adds the specified image to the list of images.
add(int, int, String, boolean) - Method in class to.etc.telnet.ExtendedPrintWriter
 
add(int, int, String) - Method in class to.etc.telnet.ExtendedPrintWriter
 
add(String) - Method in class to.etc.util.ProcessTools
 
add(List<String>) - Method in class to.etc.util.ProcessTools
 
add(String...) - Method in class to.etc.util.ProcessTools
 
add(int) - Method in class to.etc.util.SmallIntSet
Add a new member to the set.
addAttachment(String, File) - Method in class to.etc.smtp.MailBuilder
Add attachment to the email
addAttachment(IMailAttachment) - Method in class to.etc.smtp.Message
 
addBcc(Address) - Method in class to.etc.smtp.Message
 
addCc(Address) - Method in class to.etc.smtp.Message
 
addClassloader(ClassLoader) - Method in class to.etc.util.ClassPathScanner
 
addCommandHandler(ITelnetCommandHandler) - Method in class to.etc.telnet.TelnetServer
Adds a command handler.
addDays(Date, int) - Static method in class to.etc.util.DateUtil
 
addFieldSeparator(String) - Method in class to.etc.csv.CSVRecordReader
 
addFile(String, String, MultipartFile) - Method in class to.etc.net.MultipartPoster
Deprecated.
Adds a file parameter to the request.
addFile(String, String, File) - Method in class to.etc.net.MultipartPoster
Deprecated.
Adds a file parameter to the request.
addFile(String, String, InputStream, int) - Method in class to.etc.net.MultipartPoster
Deprecated.
Adds a file to send to the request.
addLibrary(String, String) - Method in class to.etc.template.JSTemplateCompiler
 
addLibrary(File) - Method in class to.etc.template.JSTemplateCompiler
 
addLibrary(Class<?>, String) - Method in class to.etc.template.JSTemplateCompiler
 
addListener(ClassPathScanner.IPathEntry) - Method in class to.etc.util.ClassPathScanner
 
addListener(ClassPathScanner.IClassFileEntry) - Method in class to.etc.util.ClassPathScanner
 
addListener(ClassPathScanner.IClassEntry) - Method in class to.etc.util.ClassPathScanner
 
addListener(IProgressListener) - Method in class to.etc.util.Progress
 
addListenerForEvent(ILocalEventListener<T>, Class<? extends T>) - Method in class to.etc.event.local.LocalEventManager
Method will add an listener, listening for the given event.
addMinutes(Date, int) - Static method in class to.etc.util.DateUtil
 
addMonths(Date, int) - Static method in class to.etc.util.DateUtil
 
addParam(String, String) - Method in class to.etc.net.MultipartPoster
Deprecated.
Adds a parameter to send to the http server.
addPathToVector(List<String>, String) - Static method in class to.etc.util.StringTool
Adds a path to the vector specified, if the path is an existing file or directory, and it doesn't already exist in the vector.
Address - Class in to.etc.smtp
An email recipient.
Address(String) - Constructor for class to.etc.smtp.Address
 
Address(String, String) - Constructor for class to.etc.smtp.Address
 
addSearchEnvToVector(List<String>, String) - Static method in class to.etc.util.StringTool
Adds the value of a "search path environment variable" to the vector.
addSearchPathToVector(List<String>, String) - Static method in class to.etc.util.StringTool
Takes a search path, i.e.
addTo(Address) - Method in class to.etc.smtp.Message
 
addUrl(URL) - Method in class to.etc.util.ClassPathScanner
 
addYears(Date, int) - Static method in class to.etc.util.DateUtil
 
age(Date) - Static method in class to.etc.util.CalculationUtil
 
ageOn(Date, Date) - Static method in class to.etc.util.CalculationUtil
Calculates the age of something on a specified date.
andThen(ConsumerEx<? super T>) - Method in interface to.etc.function.ConsumerEx
Returns a composed Consumer that performs, in sequence, this operation followed by the after operation.
andThen(FunctionEx<? super R, ? extends V>) - Method in interface to.etc.function.FunctionEx
 
AnimGifDecoder - Class in to.etc.sjit
This class allows quick decoding of GIF images into BufferedImages.
AnimGifDecoder(InputStream) - Constructor for class to.etc.sjit.AnimGifDecoder
 
AnimGifEncoder - Class in to.etc.sjit
This class can be used to write an animated GIF file by combining several images.
AnimGifEncoder(OutputStream) - Constructor for class to.etc.sjit.AnimGifEncoder
This constructor creates an empty default codec.
AnimGifEncoder(OutputStream, boolean) - Constructor for class to.etc.sjit.AnimGifEncoder
Creates a codec and specify interlace (not implemented yet).
append(char) - Method in class to.etc.lexer.TextReaderBase
 
append(int) - Method in class to.etc.lexer.TextReaderBase
 
append(String) - Method in class to.etc.smtp.MailBuilder
Just add verbatim text, without anything else.
append(String) - Method in class to.etc.util.TextScanner
 
append(long) - Method in class to.etc.util.TextScanner
 
append(char) - Method in class to.etc.util.TextScanner
 
appendClassHierarchy(List<Class<?>>, Class<?>) - Static method in class to.etc.util.ClassUtil
 
appendHTML(String) - Method in class to.etc.smtp.MailBuilder
 
appendRootRelativeURL(Appendable, HttpServletRequest, String) - Static method in class to.etc.net.NetTools
Constructs an URL that is relative to the root of the server from an application-root based URL.
appendText(String) - Method in class to.etc.smtp.MailBuilder
 
apply(T) - Method in interface to.etc.function.FunctionEx
Applies this function to the given argument.
apply(T) - Method in interface to.etc.function.Lambda.Function_WithExceptions
 
ArrayIterator<T> - Class in to.etc.util
Sigh.
ArrayIterator(T[]) - Constructor for class to.etc.util.ArrayIterator
 
arrayToAsciiStr(Appendable, byte[], int, int) - Static method in class to.etc.util.StringTool
Returns a string containing only printable chars for the given bytes.
arrayToDumpLine(Appendable, byte[], int, int) - Static method in class to.etc.util.StringTool
Returns a dumpstring containing the offset, the hex bytes, and the ascii representation of a given dump buffer.
arrayToHexStr(Appendable, byte[], int, int, boolean) - Static method in class to.etc.util.StringTool
Returns a string of hex bytes for a given thing.
asFile() - Method in class to.etc.util.FileBackedBuffer
 
assignFrom(LexerToken) - Method in class to.etc.lexer.LexerToken
 
assignTo(HtmlScanner) - Method in class to.etc.util.HtmlScanner
 
atend() - Method in class to.etc.template.ExpReader
Deprecated.
 
atEof() - Method in class to.etc.util.HtmlScanner
 
atEof(int) - Method in class to.etc.util.HtmlScanner
 
attr(String, String) - Method in class to.etc.xml.XmlWriter
 
attr(String, Object) - Method in class to.etc.xml.XmlWriter
 
attrForDomApi(String, String) - Method in class to.etc.xml.XmlWriter
Renders attribute with string value, complying to DOM API 5.2 Character Escaping http://www.w3.org/TR/2000/WD-xml-c14n-20000119.html#charescaping
AttrSelector - Class in to.etc.xml
 
AttrSelector(String) - Constructor for class to.etc.xml.AttrSelector
 
available() - Method in class to.etc.net.NetTools.HttpInputStream
 
available() - Method in class to.etc.util.ByteBufferInputStream
 
available() - Method in class to.etc.util.StringInputStream
 
available() - Method in class to.etc.util.WrappedDatabaseInputStream
 
awtLoadBufferedImage(File) - Static method in class to.etc.sjit.ImaTool
Loads the image from the file into an image.
awtLoadImage(File) - Static method in class to.etc.sjit.ImaTool
Loads the image from the file into an image.
awtResize(BufferedImage, int, int) - Static method in class to.etc.sjit.ImaTool
Resizes a BufferedImage while keeping it's aspect ratio, using the AWT mechanism...

B

b(String) - Method in class to.etc.smtp.MailBuilder
 
Base64OutputStream - Class in to.etc.util
Writes all data sent to it as a base64 encoded stream to the wrapped stream.
Base64OutputStream(OutputStream, boolean) - Constructor for class to.etc.util.Base64OutputStream
 
BColorQuantizer - Class in to.etc.sjit
 
BColorQuantizer() - Constructor for class to.etc.sjit.BColorQuantizer
 
BellFilter - Class in to.etc.sjit
Implements the Bell filter.
BellFilter() - Constructor for class to.etc.sjit.BellFilter
 
between(Date, Date, Date) - Static method in class to.etc.util.DateUtil
 
BIGBANG - Static variable in class to.etc.xml.DomTools
 
boolAttr(Node, String) - Static method in class to.etc.xml.DomTools
 
boolAttr(Node, String, boolean) - Static method in class to.etc.xml.DomTools
 
boolAttr(Node, String, String) - Static method in class to.etc.xml.NSDomTools
 
boolAttr(Node, String, String, boolean) - Static method in class to.etc.xml.NSDomTools
 
booleanNode(Node, String) - Static method in class to.etc.xml.DomTools
Finds the child node with the name specified, and returns it as a boolean value.
boolNode(Node, String) - Static method in class to.etc.xml.DomTools
Finds the child node with the name specified, and returns it as a boolean value.
boolNode(Node, String, String) - Static method in class to.etc.xml.NSDomTools
Finds the child node with the name specified, and returns it as a boolean value.
BoolVector - Class in to.etc.util
This contains a packed array of boolean values.
BoolVector() - Constructor for class to.etc.util.BoolVector
Create a default vector..
BoolVector(int) - Constructor for class to.etc.util.BoolVector
Create a vector for the specified capacity.
BoxFilter - Class in to.etc.sjit
Box filter implementation
BoxFilter() - Constructor for class to.etc.sjit.BoxFilter
 
ByteArrayUtil - Class in to.etc.util
 
ByteBufferInputStream - Class in to.etc.util
This is a utility class that implements an input stream which retrieves it's data from an array of byte arrays.
ByteBufferInputStream(byte[][]) - Constructor for class to.etc.util.ByteBufferInputStream
 
ByteBufferOutputStream - Class in to.etc.util
This is a streamer class which accepts data and writes this data into an array of fixed-size buffers.
ByteBufferOutputStream() - Constructor for class to.etc.util.ByteBufferOutputStream
 
ByteBufferOutputStream(int) - Constructor for class to.etc.util.ByteBufferOutputStream
 

C

calculateDurationEndInSec(Date, int) - Static method in class to.etc.util.DateUtil
 
calculateProperties(Class<?>) - Static method in class to.etc.util.ClassUtil
DO NOT USE - uncached calculation of a class's properties.
CalculationUtil - Class in to.etc.util
 
CALENDAR_TIMES_COMPARATOR - Static variable in class to.etc.util.DateUtil
Compares calendar times (hours, minutes, seconds and milliseconds) and returns a negative integer, zero, or a positive integer as the first argument is less than, equal to, or greater than the second.
callConstructor(Class<T>, Class<?>[], Object...) - Static method in class to.etc.util.ClassUtil
 
callMethod(Object, String, Object...) - Static method in class to.etc.util.ClassUtil
Calls the given method with the given parameters in a given class instance.
callMethod(Object, String, Class[], Object...) - Static method in class to.etc.util.ClassUtil
Calls the given method with the given parameters in a given class instance.
callObjectMethod(Object, String, Class<?>[], Object...) - Static method in class to.etc.util.ClassUtil
Generic caller of a method using reflection.
canAccept() - Method in class to.etc.sjit.AnimGifDecoder
Returns T if the stream (seems) to represent a GIF file.
cancel(boolean) - Method in class to.etc.util.FutureImpl
 
cancel(boolean) - Method in class to.etc.util.FutureValueNB
 
cancel() - Method in class to.etc.util.Progress
Request the action to be cancelled.
CancelledException - Exception in to.etc.util
Thrown by the progress reporter when cancel is pressed.
CancelledException() - Constructor for exception to.etc.util.CancelledException
 
capacity() - Method in class to.etc.util.BoolVector
Returns the current capacity
cdata(String) - Method in class to.etc.xml.XmlWriter
Writes string data.
CharReader - Class in to.etc.util
A character stream wrapped around (part of) a character array.
CharReader(char[]) - Constructor for class to.etc.util.CharReader
 
CharReader(char[], int, int) - Constructor for class to.etc.util.CharReader
 
checkCycle() - Method in class to.etc.util.RotatingLogfile
Checks to see if the log must be opened/rotated.
checkCycle() - Method in class to.etc.util.StandardLogfile
Called when a new line is to be logged.
ClassInfo - Class in to.etc.util
Cached information on class properties detected in ClassUtil.
ClassInfo(Class<?>, List<PropertyInfo>) - Constructor for class to.etc.util.ClassInfo
 
ClassPathScanner - Class in to.etc.util
This scans all parts of the classpath as passed, and calls user-supplied methods for the parts discovered.
ClassPathScanner() - Constructor for class to.etc.util.ClassPathScanner
 
ClassPathScanner.IClassEntry - Interface in to.etc.util
 
ClassPathScanner.IClassFileEntry - Interface in to.etc.util
Notify event for a classfile (a class or resource inside a jar or dir).
ClassPathScanner.IPathEntry - Interface in to.etc.util
Notify event for a classpath .jar or directory.
ClassUtil - Class in to.etc.util
 
ClassUtilCached - Class in to.etc.util
Like ClassUtil, but this caches the retrieved information.
ClassUtilCached() - Constructor for class to.etc.util.ClassUtilCached
 
ClassUtilCached.ClassInfo - Class in to.etc.util
 
clear() - Method in class to.etc.net.MultipartPoster
Deprecated.
Removes all parameters currently in the table.
clear() - Method in class to.etc.telnet.ExtendedPrintWriter
 
clear() - Method in class to.etc.util.FileBackedBuffer
Removes all contents from this thingy, and reopens it as an output stream.
clear() - Method in class to.etc.util.IntHashMap
Clears this Map so that it contains no keys.
clear() - Method in class to.etc.util.LRUHashMap
Clear the map.
clear() - Method in class to.etc.util.SmallIntSet
 
clear() - Method in class to.etc.util.TextScanner
 
clearCopy() - Method in class to.etc.lexer.TextReaderBase
 
clearProxyAuthentication() - Method in class to.etc.net.MultipartPoster
Deprecated.
 
clearTime(Calendar) - Static method in class to.etc.util.DateUtil
Clears the entire time portion of a Calendar.
clone() - Method in class to.etc.util.LRUHashMap
FIXME Needs an implementation
close() - Method in class to.etc.csv.CSVRecordReader
 
close() - Method in interface to.etc.csv.iRecordReader
 
close() - Method in class to.etc.json.JsonWriter
 
close() - Method in class to.etc.net.MultipartFile
Deprecated.
 
close() - Method in class to.etc.net.NetTools.HttpInputStream
 
close() - Method in class to.etc.smtp.MimeWriter
Write the final boundary terminating the mime body.
close() - Method in class to.etc.telnet.TelnetSession
Called when the session MUST close.
close() - Method in class to.etc.telnet.TelnetSysoutMirrorStream
 
close() - Method in class to.etc.telnet.TelnetWriter
 
close() - Method in class to.etc.util.Base64OutputStream
 
close() - Method in class to.etc.util.ByteBufferOutputStream
 
close() - Method in class to.etc.util.CharReader
 
close() - Method in class to.etc.util.CompoundInputStream
 
close() - Method in class to.etc.util.CopyingReader
 
close() - Method in class to.etc.util.FileBackedBuffer
This closes the write channel.
close() - Method in class to.etc.util.IndentWriter
 
close() - Method in class to.etc.util.SizeCountingOutputStream
 
close() - Method in class to.etc.util.StringInputStream
 
close() - Method in class to.etc.util.TeeStream
 
close() - Method in class to.etc.util.TeeWriter
 
close() - Method in class to.etc.util.WrappedDatabaseInputStream
 
close() - Method in class to.etc.xml.XmlWriter
XMLWriters cannot be closed: ignore.
closeAll(Object...) - Static method in class to.etc.util.FileTool
This attempts to close all of the resources passed to it, without throwing exceptions.
CmdStringDecoder - Class in to.etc.util
This class helps decoding command lines where a command line is a string.
CmdStringDecoder(String) - Constructor for class to.etc.util.CmdStringDecoder
 
ColorQuantize - Class in to.etc.sjit
 
ColorQuantize() - Constructor for class to.etc.sjit.ColorQuantize
 
COMMAD - Static variable in class to.etc.telnet.ExtendedPrintWriter
 
compare(byte[], int, int, byte[]) - Static method in class to.etc.util.ByteArrayUtil
Compares a byte array part with an array.
compare(byte[], int, byte[], int, int) - Static method in class to.etc.util.ByteArrayUtil
 
compareArrays(byte[], byte[]) - Static method in class to.etc.file.DirectoryInventory
 
compareDirectories(IDirectoryDelta, File, File) - Static method in class to.etc.util.FileTool
Compare the content of two directories, and callback methods on changes.
compareFiles(File, File, String) - Method in interface to.etc.util.IDirectoryDelta
Called when a and b both contain the same-named file.
compareTo(DirectoryInventory, DirectoryInventory.IDeltaListener) - Method in class to.etc.file.DirectoryInventory
Compare this and another inventory, and generate events that tell how THIS would need to change to become OTHER.
compareTo(DirectoryInventory) - Method in class to.etc.file.DirectoryInventory
Compare to inventories and return a list of changes.
compareTo(VersionNumber) - Method in class to.etc.util.VersionNumber
 
compile(Reader, String) - Method in class to.etc.template.JSTemplateCompiler
Create a template from input.
compile(Class<?>, String, String) - Method in class to.etc.template.JSTemplateCompiler
Get a class resource as a template and compile it.
complete() - Method in class to.etc.util.Progress
 
compose(FunctionEx<? super V, ? extends T>) - Method in interface to.etc.function.FunctionEx
Returns a composed function that first applies the before function to its input, and then applies this function to the result.
CompoundInputStream - Class in to.etc.util
 
CompoundInputStream(InputStream...) - Constructor for class to.etc.util.CompoundInputStream
 
computeTime() - Method in class to.etc.util.GregorianCalendarFixDutchTime
Some time values don't seem to exist time does not exist for may 16th 1940 between 00:00:00 and 01:40:00 and july 1st 1937 between 00:00:00 and 00:00:27 for dutch locale Return next lenient time value for these dates
ConfigFile - Class in to.etc.util
Deprecated.
ConfigFile() - Constructor for class to.etc.util.ConfigFile
Deprecated.
 
ConfigFile(ConfigFile) - Constructor for class to.etc.util.ConfigFile
Deprecated.
 
ConfigFile(File) - Constructor for class to.etc.util.ConfigFile
Deprecated.
 
ConfigFile(File, File) - Constructor for class to.etc.util.ConfigFile
Deprecated.
 
ConfigSource - Interface in to.etc.util
Deprecated.
ConfigSourceWrapper - Class in to.etc.util
Deprecated.
ConfigSourceWrapper(ConfigSource) - Constructor for class to.etc.util.ConfigSourceWrapper
Deprecated.
 
ConsumerEx<T> - Interface in to.etc.function
Version of Consumer which allows for exceptions, replacing the version written by Oracle's morons 8-(.
contains(int) - Method in class to.etc.util.SmallIntSet
 
containsKey(int) - Method in class to.etc.util.IntHashMap
Tests if the specified object is a key in this hashtable.
containsKey(Object) - Method in class to.etc.util.LRUHashMap
Returns T if this map contains the keyed object.
containsValue(T) - Method in class to.etc.util.IntHashMap
Tests if some key maps into the specified value in this hashtable.
containsValue(Object) - Method in class to.etc.util.LRUHashMap
Returns T if this map contains the value.
convertRD(double, double) - Method in class to.etc.util.GIS
 
convertRDToWGS84(double[], double, double) - Static method in class to.etc.util.GIS
Convert RijksDriehoeksstel coordinates (epsg:28992) to WGS84 coordinates (epsg:4326) in decimal (longitude,latitude) notation.
convertResult(Collection<Object>) - Method in class to.etc.json.AbstractJsonArrayType
 
convertResult(Collection<Object>) - Method in class to.etc.json.JsonArrayType
 
convertTo(Object, Class<T>) - Static method in class to.etc.util.RuntimeConversions
Converts an input type to whatever type is needed.
convertToArray(Class<T>, Object) - Static method in class to.etc.util.RuntimeConversions
 
convertToBigDecimal(Object) - Static method in class to.etc.util.RuntimeConversions
 
convertToBigInteger(Object) - Static method in class to.etc.util.RuntimeConversions
 
convertToBool(Object) - Static method in class to.etc.util.RuntimeConversions
Convert an object to a boolean.
convertToBooleanWrapper(Object) - Static method in class to.etc.util.RuntimeConversions
 
convertToByte(Object) - Static method in class to.etc.util.RuntimeConversions
Convert an object to a byte.
convertToByteWrapper(Object) - Static method in class to.etc.util.RuntimeConversions
 
convertToChar(Object) - Static method in class to.etc.util.RuntimeConversions
Convert an object to a char.
convertToCharacterWrapper(Object) - Static method in class to.etc.util.RuntimeConversions
 
convertToComplex(Object, Class<T>) - Static method in class to.etc.util.RuntimeConversions
 
convertToDate(String, String, boolean) - Static method in class to.etc.util.DateUtil
Parses input String to Date class, according to dateFormat argument.
convertToDate(String, String) - Static method in class to.etc.util.DateUtil
Parses input String to Date class, according to dateFormat argument.
convertToDate(Object) - Static method in class to.etc.util.RuntimeConversions
 
convertToDouble(Object) - Static method in class to.etc.util.RuntimeConversions
Convert an object to a double.
convertToDoubleWrapper(Object) - Static method in class to.etc.util.RuntimeConversions
 
convertToEnum(Class<Enum<?>>, Object) - Static method in class to.etc.util.RuntimeConversions
 
convertToInt(Object) - Static method in class to.etc.util.RuntimeConversions
Convert an object to an integer.
convertToIntegerWrapper(Object) - Static method in class to.etc.util.RuntimeConversions
 
convertToListable(Object) - Static method in class to.etc.util.RuntimeConversions
Converts any collection-like structure to a Listable.
convertToLong(Object) - Static method in class to.etc.util.RuntimeConversions
Convert an object to a long.
convertToLongWrapper(Object) - Static method in class to.etc.util.RuntimeConversions
 
convertToMappable(Object) - Static method in class to.etc.util.RuntimeConversions
 
convertToMoney(Locale, String) - Static method in class to.etc.util.CalculationUtil
Convert to a monetary amount.
convertToMoneyString(Locale, BigDecimal, boolean, boolean) - Static method in class to.etc.util.CalculationUtil
 
convertToShort(Object) - Static method in class to.etc.util.RuntimeConversions
Convert an object to a Short.
convertToShortWrapper(Object) - Static method in class to.etc.util.RuntimeConversions
 
convertToString(Object) - Static method in class to.etc.util.RuntimeConversions
Converts a string.
copy() - Method in class to.etc.lexer.TextReaderBase
 
copy(int) - Method in class to.etc.lexer.TextReaderBase
 
copy(OutputStream) - Method in class to.etc.util.FileBackedBuffer
Sends all of the contained data to the outputstream.
copy() - Method in class to.etc.util.TextScanner
 
copy(StringBuilder) - Method in class to.etc.util.TextScanner
 
copy(int) - Method in class to.etc.util.TextScanner
 
copyAndDumpStream(StringBuilder, InputStream, String) - Static method in class to.etc.util.FileTool
 
copyDir(File, File) - Static method in class to.etc.util.FileTool
Copies an entire directory structure from src to dest.
copyFile(File, File) - Static method in class to.etc.util.FileTool
Copies a file.
copyFile(OutputStream, InputStream) - Static method in class to.etc.util.FileTool
Copies the inputstream to the output stream.
copyFile(Writer, Reader) - Static method in class to.etc.util.FileTool
Copy the input reader to the output reader.
copyHardlinked(File, File, String...) - Static method in class to.etc.util.FileTool
Copy a file or directory using hard links.
CopyingReader - Class in to.etc.util
This is a reader class which appends all of the data read to an appendable.
CopyingReader(Reader, Writer) - Constructor for class to.etc.util.CopyingReader
 
copyResource(Writer, Class<?>, String) - Static method in class to.etc.util.FileTool
 
copyStreamToTmpFile(InputStream, String) - Static method in class to.etc.util.FileTool
 
copyStreamToTmpFile(InputStream) - Static method in class to.etc.util.FileTool
 
create(File) - Static method in class to.etc.file.DirectoryInventory
Create an inventory for the specified directory by scanning and reading all files.
createConcreteCollection(Class<?>) - Static method in class to.etc.util.RuntimeConversions
Create a concrete instance of some collection type, i.e.
createEmpty() - Static method in class to.etc.file.DirectoryInventory
 
createInsertStatement(StringBuilder, String, String, String, String[]) - Static method in class to.etc.util.StringTool
 
createInstance() - Method in class to.etc.json.AbstractJsonArrayType
 
createInstance() - Method in class to.etc.json.JsonArrayType
 
createMapper(JsonTypeRegistry, Class<?>, Type) - Method in interface to.etc.json.IJsonTypeFactory
 
createMapper(JsonTypeRegistry, Class<?>, Type) - Method in class to.etc.json.JsonArrayFactory
 
createMapper(JsonTypeRegistry, Class<?>, Type) - Method in class to.etc.json.JsonBooleanFactory
 
createMapper(JsonTypeRegistry, Class<?>, Type) - Method in class to.etc.json.JsonEnumFactory
 
createMapper(JsonTypeRegistry, Class<?>, Type) - Method in class to.etc.json.JsonIntFactory
 
createMapper(JsonTypeRegistry, Class<?>, Type) - Method in class to.etc.json.JsonListFactory
 
createMapper(JsonTypeRegistry, Class<?>, Type) - Method in class to.etc.json.JsonLongFactory
 
createMapper(JsonTypeRegistry, Class<?>, Type) - Method in class to.etc.json.JsonSetFactory
 
createMapper(JsonTypeRegistry, Class<?>, Type) - Method in class to.etc.json.JsonStringFactory
 
createMapper(JsonTypeRegistry, Class<?>, Type) - Method in class to.etc.json.JsonUtcDateFactory
 
createMapping(Class<T>, Type) - Method in class to.etc.json.JsonTypeRegistry
 
createMessage() - Method in class to.etc.smtp.MailBuilder
 
createMessage() - Method in class to.etc.smtp.SmtpTransport
 
createMimeWriter(OutputStream, String, String...) - Static method in class to.etc.smtp.MimeWriter
This creates the root mime writer to some stream.
createNondecoratedMailBuilder() - Static method in class to.etc.smtp.MailBuilder
Creates mail builder that allows full control over HTML content.
createParallelProgress(String, double) - Method in class to.etc.util.Progress
 
createServer(int) - Static method in class to.etc.telnet.TelnetServer
Creates a new Telnet server.
createSubMime(String, String...) - Method in class to.etc.smtp.MimeWriter
Create a MIME part in THIS version that is a full MIME compound document itself.
createSubProgress(String, double) - Method in class to.etc.util.Progress
Create a single (non-parallel) sub-progress indicator for the specified portion of work.
createTmpDir() - Static method in class to.etc.util.FileTool
 
createType(File, String) - Static method in class to.etc.util.FileContentInfo
 
createUpdateStatement(StringBuilder, String, String, String[]) - Static method in class to.etc.util.StringTool
 
CSVRecordReader - Class in to.etc.csv
Reads CSV files record by record, and implements the iLoadInputProvider interface to access the fields.
CSVRecordReader() - Constructor for class to.etc.csv.CSVRecordReader
 
currentChar() - Method in class to.etc.util.TextScanner
Deprecated.
currInt() - Method in class to.etc.util.CmdStringDecoder
 
currIs(String) - Method in class to.etc.util.CmdStringDecoder
Returns T if the current part is...
currIsInt() - Method in class to.etc.util.CmdStringDecoder
 
currToken() - Method in class to.etc.template.ExpReader
Deprecated.
 

D

date(String) - Static method in class to.etc.util.CalculationUtil
Convert a date string in the format yyyy mm dd (with any separators) to a date value.
dateDecode(String) - Static method in class to.etc.xml.DomTools
Decodes a date and converts it to the local time.
dateEncode(Date) - Static method in class to.etc.xml.DomTools
Encodes a date-only field to some readable form.
dateFor(int, int, int) - Static method in class to.etc.util.DateUtil
 
dateFor(int, int, int, int, int, int, int) - Static method in class to.etc.util.DateUtil
 
dateFromDateTime(Date, String) - Static method in class to.etc.util.DateUtil
Decraps the separate date / time found in the VP database into a normal date containing the time.
dateNode(Node, String) - Static method in class to.etc.xml.DomTools
 
dateNode(Node, String, Date) - Static method in class to.etc.xml.DomTools
 
dateNode(Node, String, String) - Static method in class to.etc.xml.NSDomTools
 
dateNode(Node, String, String, Date) - Static method in class to.etc.xml.NSDomTools
 
dateOnly(String) - Method in class to.etc.xml.DOMDecoderBase
Returns an encoded DATE string, represented by xsd:date.
dateOnly(String, Date) - Method in class to.etc.xml.DOMDecoderBase
Returns an encoded DATE string, represented by xsd:date.
dateTime(String) - Method in class to.etc.xml.DOMDecoderBase
Returns an encoded DATE string, encoded by xsd:dateTime.
DateUtil - Class in to.etc.util
Static date/time utiility class.
DbConnectionInfo - Class in to.etc.util
 
DbConnectionInfo(String, int, String, String, String) - Constructor for class to.etc.util.DbConnectionInfo
 
dbGetBool(String) - Static method in class to.etc.util.StringTool
Returns a boolean value from some database field.
DBNULL - Static variable in class to.etc.xml.DomTools
 
dbSetBool(boolean) - Static method in class to.etc.util.StringTool
Returns a char(1) value to store in a database for booleans.
DEBUG - Static variable in class to.etc.util.Diff
 
DEBUG2 - Static variable in class to.etc.util.Diff
 
dec() - Method in class to.etc.json.JsonWriter
 
dec() - Method in class to.etc.util.IndentWriter
 
decode(Class<T>, Reader) - Static method in class to.etc.json.JSON
 
decode(Class<T>, Type, Reader) - Static method in class to.etc.json.JSON
 
decode(String) - Static method in class to.etc.util.DbConnectionInfo
 
decodeBase64(String) - Static method in class to.etc.util.StringTool
This method decodes the given string using the base64-encoding specified in RFC-2045 (Section 6.8).
decodeBase64(byte[]) - Static method in class to.etc.util.StringTool
This method decodes the given byte[] using the base64-encoding specified in RFC-2045 (Section 6.8).
decodeBase64ToString(String) - Static method in class to.etc.util.StringTool
This method decodes the given string using the base64-encoding specified in RFC-2045 (Section 6.8).
decodeBoolean(String) - Static method in class to.etc.xml.W3CSchemaCoder
 
decodeBoolStr(String, String) - Static method in class to.etc.xml.DomTools
 
decodeDate(String) - Static method in class to.etc.xml.W3CSchemaCoder
Decodes a xsd:date format value; lexical representation is [['-'? yyyy '-' mm '-' dd zzzzzz?]].
decodeDateTime(String) - Static method in class to.etc.xml.W3CSchemaCoder
Decodes a xsd:dateTime value; lexical representation is [['-'? yyyy '-' mm '-' dd 'T' hh ':' mm ':' ss ('.' s+)? (zzzzzz)?]].
decodeDateTime_iso8601(String) - Static method in class to.etc.xml.W3CSchemaCoder
XML/RPC datetime type.
decodePrivateKeyFromBase64(String) - Static method in class to.etc.util.SecurityUtils
Decodes a private key from an encoded value.
decodePrivateKeyFromBase64(String, String) - Static method in class to.etc.util.SecurityUtils
Decodes a private key from an encoded value.
decodePrivateKeyFromHex(String, String) - Static method in class to.etc.util.SecurityUtils
Decodes a private key from an encoded value.
decodePrivateKeyFromHex(String) - Static method in class to.etc.util.SecurityUtils
Decodes a private key from an encoded value.
decodePublicKeyFromBase64(String) - Static method in class to.etc.util.SecurityUtils
Decodes a public key from an encoded value.
decodePublicKeyFromBase64(String, String) - Static method in class to.etc.util.SecurityUtils
Decodes a public key from an encoded value.
decodePublicKeyFromHex(String, String) - Static method in class to.etc.util.SecurityUtils
Decodes a public key from an encoded value.
decodePublicKeyFromHex(String) - Static method in class to.etc.util.SecurityUtils
Decodes a public key from an encoded value.
decodeTime(String) - Static method in class to.etc.util.DateUtil
Decodes a time string, encoded as hh:mm:ss.mmmm where ss.mmmm are optional.
decodeTime(String) - Static method in class to.etc.xml.W3CSchemaCoder
 
decodeURLEncoded(String) - Static method in class to.etc.util.StringTool
Decode the URLEncoded string passed to a real string.
DefaultErrorHandler - Class in to.etc.xml
 
DefaultErrorHandler() - Constructor for class to.etc.xml.DefaultErrorHandler
 
defineFields(String) - Method in class to.etc.csv.CSVRecordReader
Defines fieldnames using a comma or semicolon separated field name string.
deg2rad(double) - Static method in class to.etc.util.GIS
 
deleteDir(File) - Static method in class to.etc.util.FileTool
Delete the directory and all it's contents.
deltaInDays(Date, Date) - Static method in class to.etc.util.DateUtil
Get the difference in number of days between the specified dates.
deltaMonths(Date, Date) - Static method in class to.etc.util.DateUtil
 
DeltaRecord(DirectoryInventory.DeltaType, String) - Constructor for class to.etc.file.DirectoryInventory.DeltaRecord
 
DeveloperOptions - Class in to.etc.util
This is a static-only class which should be used to access options that configure a system on a developer's station.
Diff<T> - Class in to.etc.util
 
Diff.Type - Enum in to.etc.util
 
diffList(List<I>, List<I>, Comparator<I>) - Static method in class to.etc.util.Diff
 
diffList(List<I>, List<I>, Comparator<I>, boolean) - Static method in class to.etc.util.Diff
 
dir(File, boolean, boolean) - Static method in class to.etc.file.DirWalker
Get a list of all files, directories under a given directory.
directory(File) - Method in class to.etc.util.ProcessTools
 
directoryAdded(String) - Method in interface to.etc.file.DirectoryInventory.IDeltaListener
 
directoryAdded(File, File, String) - Method in interface to.etc.util.IDirectoryDelta
The directory "b" was added, and did not exist in "a".
directoryDeleted(String) - Method in interface to.etc.file.DirectoryInventory.IDeltaListener
 
directoryDeleted(File, File, String) - Method in interface to.etc.util.IDirectoryDelta
Mark directory "b" as deleted (it exists as "a").
DirectoryInventory - Class in to.etc.file
Contains a "directory contents" snapshot consisting of all files and directories in the target directory and the hash values for all files.
DirectoryInventory.DeltaRecord - Class in to.etc.file
Records a single change between two inventories.
DirectoryInventory.DeltaType - Enum in to.etc.file
 
DirectoryInventory.IDeltaListener - Interface in to.etc.file
This listener receives all changes found by comparing two DirectoryInventory objects.
DirectoryInventory.InvEntry - Class in to.etc.file
 
dirEmpty(File) - Static method in class to.etc.util.FileTool
Deletes all files in the directory.
dirEmpty(File, Vector<Object>) - Static method in class to.etc.util.FileTool
Deprecated.
DirWalker - Class in to.etc.file
Walks a directory tree and calls a handler for each entry, recursively.
DirWalker.IEntry<T> - Interface in to.etc.file
 
discard() - Method in class to.etc.util.FileBackedBuffer
This MUST be called after use.
distanceInDeg(double, double, double, double) - Static method in class to.etc.util.GIS
Calculate distance with lat/long in deg (90%).
DOMDecoder - Class in to.etc.xml
Helper class to marshal and unmarshal SOAP encoded nodes (using SOAP encoding http://www.w3.org/2001/XMLSchema).
DOMDecoder() - Constructor for class to.etc.xml.DOMDecoder
 
DOMDecoder(Node, String, String) - Constructor for class to.etc.xml.DOMDecoder
 
DOMDecoder(Node) - Constructor for class to.etc.xml.DOMDecoder
 
DOMDecoder(String) - Constructor for class to.etc.xml.DOMDecoder
 
DOMDecoderBase - Class in to.etc.xml
 
DOMDecoderBase() - Constructor for class to.etc.xml.DOMDecoderBase
 
DOMDecoderBase(Node) - Constructor for class to.etc.xml.DOMDecoderBase
 
DOMDecoderBase(String) - Constructor for class to.etc.xml.DOMDecoderBase
 
DOMDecoderBase(Node, String, String) - Constructor for class to.etc.xml.DOMDecoderBase
 
DomPath - Class in to.etc.xml
Static helper class to retrieve DOM nodes/node values using a path syntax.
DomPath() - Constructor for class to.etc.xml.DomPath
 
DomTools - Class in to.etc.xml
Static utility class having stuff to easily obtain data from a DOM parsed document.
DOMWriter - Class in to.etc.xml
Deprecated.
DOMWriter() - Constructor for class to.etc.xml.DOMWriter
Deprecated.
 
done() - Method in class to.etc.telnet.ExtendedPrintWriter
 
doubleNode(Node, String, double) - Static method in class to.etc.xml.DomTools
 
doubleNode(Node, String, String, double) - Static method in class to.etc.xml.NSDomTools
 
dumbEndOfDayDate(Date) - Static method in class to.etc.util.DateUtil
INTERNAL DAO USE ONLY -- This returns a date/ which ends at 23:59 of the day passed.
dumpBean(Object) - Method in class to.etc.xml.XmlWriter
 
dumpData(Appendable, byte[], int, int) - Static method in class to.etc.util.StringTool
Dump the data as a formatted multiline buffer: like
dumpDebugLocation(Logger, String) - Static method in class to.etc.util.StringTool
 
dumpErrorLocation(Logger, String) - Static method in class to.etc.util.StringTool
 
dumpInfoLocation(Logger, String) - Static method in class to.etc.util.StringTool
 
dumpLocation(String) - Static method in class to.etc.util.StringTool
Kept in api since it was useful for some debugs while coding, use just for debug purposes only, do not use in produciton code.
dumpStreams(Process, Appendable) - Static method in class to.etc.util.ProcessTools
Waits for completion of the command and collect data into the streams.
dumpTraceLocation(Logger, String) - Static method in class to.etc.util.StringTool
 
dumpWarnLocation(Logger, String) - Static method in class to.etc.util.StringTool
 
dup() - Method in class to.etc.lexer.LexerToken
 
duplicate() - Method in class to.etc.util.HtmlScanner
 
dutchDate(String) - Static method in class to.etc.util.CalculationUtil
Converts a string to a java.util.Date object.
dutchDateAndTime(String) - Static method in class to.etc.util.CalculationUtil
 
dutchDateRAW(String) - Static method in class to.etc.util.CalculationUtil
Converts a string to a java.util.Date object.

E

elementAt(int) - Method in class to.etc.util.SmallIntSet
 
ElementSelector - Class in to.etc.xml
 
ElementSelector(String) - Constructor for class to.etc.xml.ElementSelector
 
EmailOutputStream - Class in to.etc.smtp
Escapes lines starting with a '.' to use 2 dots.
EmailOutputStream(OutputStream) - Constructor for class to.etc.smtp.EmailOutputStream
 
encode() - Method in class to.etc.sjit.AnimGifEncoder
Creates the GIF file from all images added to the encoder.
encodeBase64(String) - Static method in class to.etc.util.StringTool
This method encodes the given string using the base64-encoding specified in RFC-2045 (Section 6.8).
encodeBase64(byte[]) - Static method in class to.etc.util.StringTool
This method encodes the given byte[] using the base64-encoding specified in RFC-2045 (Section 6.8).
encodeBase64(Writer, byte[]) - Static method in class to.etc.xml.W3CSchemaCoder
DO NOT USE: Bulk-encodes data into base64-encoding.
encodeBase64ToString(byte[]) - Static method in class to.etc.util.StringTool
 
encodeBoolean(boolean) - Static method in class to.etc.xml.W3CSchemaCoder
 
encodeDate(Date, TimeZone) - Static method in class to.etc.xml.W3CSchemaCoder
Outputs the date specified (which is a date in the specified timezone) using only date fields, no time.
encodeDateTime(Date, TimeZone) - Static method in class to.etc.xml.W3CSchemaCoder
Outputs the date specified (which is a time in the specified timezone) and add the timezone identifier if present.
encodeDateTimeToUTC(Date, TimeZone) - Static method in class to.etc.xml.W3CSchemaCoder
This encodes the date/time.
encodeDecimal(BigDecimal) - Static method in class to.etc.xml.W3CSchemaCoder
 
encodeDouble(double) - Static method in class to.etc.xml.W3CSchemaCoder
 
encodeInteger(long) - Static method in class to.etc.xml.W3CSchemaCoder
 
encodeInteger(int) - Static method in class to.etc.xml.W3CSchemaCoder
 
encodeTime(Date, TimeZone) - Static method in class to.etc.xml.W3CSchemaCoder
Outputs the time-only specified (which is a time in the specified timezone) and add the timezone identifier if present.
encodeTimeInMS(long, int, boolean) - Static method in class to.etc.util.DateUtil
Quick conversion of time to a string for presentation pps.
encodeToBase64(PrivateKey) - Static method in class to.etc.util.SecurityUtils
 
encodeToBase64(PublicKey) - Static method in class to.etc.util.SecurityUtils
 
encodeToHex(PrivateKey) - Static method in class to.etc.util.SecurityUtils
 
encodeToHex(PublicKey) - Static method in class to.etc.util.SecurityUtils
 
encodeURLEncoded(Appendable, String) - Static method in class to.etc.util.StringTool
Encode the string passed to URLEncoded format.
encodeURLEncoded(String) - Static method in class to.etc.util.StringTool
 
endsWithSlash() - Method in class to.etc.util.PathSplitter
 
endTag(boolean) - Method in class to.etc.xml.XmlWriter
 
entitiesToUnicode(Appendable, String, boolean) - Static method in class to.etc.util.StringTool
Scans the input string for entities and replaces all entities that are actually found with their Unicode character code.
entityToUnicode(String) - Static method in class to.etc.util.StringTool
Translates an entity name to unicode.
Entry(FileIterator.Type, File, String) - Constructor for class to.etc.util.FileIterator.Entry
 
entrySet() - Method in class to.etc.util.LRUHashMap
Returns a collection view of the mappings contained in this map.
env() - Method in class to.etc.util.ProcessTools
 
envStrip(String...) - Method in class to.etc.util.ProcessTools
 
eof() - Method in class to.etc.util.TextScanner
 
equals(Object) - Method in class to.etc.util.SmallIntSet
 
equals(Object) - Method in class to.etc.util.VersionNumber
 
equalStringList(List<String>, List<String>, boolean) - Static method in class to.etc.util.StringTool
 
error(String) - Method in class to.etc.lexer.ReaderScannerBase
 
error(String) - Method in class to.etc.template.JSTemplateCompiler
 
error(SAXParseException) - Method in class to.etc.xml.DefaultErrorHandler
 
eventFired(T) - Method in interface to.etc.event.local.ILocalEventListener
 
eventFired(T) - Method in class to.etc.event.local.LocalEventManager
fire an event.
exception(Throwable, String) - Method in interface to.etc.util.ILogSink
 
exception(Throwable, String) - Method in class to.etc.util.MemoryLogSink
 
exception(Throwable, String) - Method in class to.etc.util.StandardLogfile
Logs an exception to the stream.
ExceptionClassifier - Class in to.etc.util
This determines whether an exception is severe or not.
ExceptionClassifier() - Constructor for class to.etc.util.ExceptionClassifier
 
ExceptionClassifier.Severity - Enum in to.etc.util
The severity of the exception
exchange(URL) - Method in class to.etc.net.MultipartPoster
Deprecated.
Sends the constructed request to the server, and returns the reply stream (the output file generated by the server).
execute(IJSTemplateContext, Object...) - Method in class to.etc.template.JSTemplate
Execute this template.
execute(IJSTemplateContext, Map<String, Object>) - Method in class to.etc.template.JSTemplate
Execute this template.
execute(Appendable, Object...) - Method in class to.etc.template.JSTemplate
Execute this template, and leave the result in the specified appendable.
execute(Appendable, Map<String, Object>) - Method in class to.etc.template.JSTemplate
Execute this template, and leave the result in the specified appendable.
execute(Appendable, Reader, String, Object...) - Method in class to.etc.template.JSTemplateCompiler
Compile, then execute the specified template once.
execute(IJSTemplateContext, Reader, String, Object...) - Method in class to.etc.template.JSTemplateCompiler
Compile, then execute the specified template once.
execute(Appendable, Class<?>, String, Object...) - Method in class to.etc.template.JSTemplateCompiler
 
execute(IJSTemplateContext, Reader, String, Map<String, Object>) - Method in class to.etc.template.JSTemplateCompiler
 
executeMap(Appendable, Reader, String, Map<String, Object>) - Method in class to.etc.template.JSTemplateCompiler
 
executeMap(Appendable, Class<?>, String, Map<String, Object>) - Method in class to.etc.template.JSTemplateCompiler
 
executeTelnetCommand(TelnetPrintWriter, CmdStringDecoder) - Method in interface to.etc.telnet.ITelnetCommandHandler
 
executeTelnetCommand(TelnetPrintWriter, String) - Method in class to.etc.telnet.TelnetServer
Calls a command handler for a given (session, command) to get it executed.
expand(InputStream) - Method in class to.etc.template.ServletTplExpander
Deprecated.
Expands the template from the input-stream to the output-stream, using the specified context.
expand(InputStream, PrintWriter) - Method in class to.etc.template.TplExpander
Deprecated.
Expands the template to the printwriter spec'd.
expand(String, PrintWriter) - Method in class to.etc.template.TplExpander
Deprecated.
 
expand(String) - Method in class to.etc.template.TplExpander
Deprecated.
 
ExpReader - Class in to.etc.template
Deprecated.
ExpReader(String) - Constructor for class to.etc.template.ExpReader
Deprecated.
 
ExtendedPrintWriter - Class in to.etc.telnet
 
ExtendedPrintWriter(Writer) - Constructor for class to.etc.telnet.ExtendedPrintWriter
 
extractSingleLine(String) - Static method in class to.etc.util.StringTool
Tries to extract a single line of max.
extractTimeString(Date, int) - Static method in class to.etc.util.DateUtil
Extracts the dumb time field from a date.

F

fatalError(SAXParseException) - Method in class to.etc.xml.DefaultErrorHandler
 
field(String) - Method in class to.etc.csv.InputWrapper
 
FieldNotFoundException - Exception in to.etc.csv
Created on Nov 4, 2003
FieldNotFoundException(String) - Constructor for exception to.etc.csv.FieldNotFoundException
 
fileAdded(String, long, byte[]) - Method in interface to.etc.file.DirectoryInventory.IDeltaListener
 
fileAdded(File, File, String) - Method in interface to.etc.util.IDirectoryDelta
 
FileBackedBuffer - Class in to.etc.util
A buffer which accepts data and buffers it.
FileBackedBuffer() - Constructor for class to.etc.util.FileBackedBuffer
 
FileBackedBuffer(int) - Constructor for class to.etc.util.FileBackedBuffer
 
FileBackedBuffer(int, int) - Constructor for class to.etc.util.FileBackedBuffer
 
FileContentInfo - Class in to.etc.util
Helper class to determine a file's type (text, binary) and encoding (for text files).
fileDeleted(String, long, byte[]) - Method in interface to.etc.file.DirectoryInventory.IDeltaListener
 
fileDeleted(File, File, String) - Method in interface to.etc.util.IDirectoryDelta
 
FileIterator - Class in to.etc.util
This iterator allows you to walk through all files/directories in a directory tree using just a loop instead of the usual set of recursive methods.
FileIterator(File) - Constructor for class to.etc.util.FileIterator
 
FileIterator.Entry - Class in to.etc.util
 
FileIterator.Type - Enum in to.etc.util
 
fileModified(String, long, long, byte[], byte[]) - Method in interface to.etc.file.DirectoryInventory.IDeltaListener
 
fileNameNode(Node, String) - Static method in class to.etc.xml.DomTools
Checks if there's a file node with the spec'd name in the node.
fileNameSansExtension(String) - Static method in class to.etc.util.FileTool
Returns the file name excluding the suffix of the name.
FileTool - Class in to.etc.util
Contains some often-used file subroutines.
fill(int, char) - Static method in class to.etc.util.StringTool
 
filter(float) - Method in class to.etc.sjit.BellFilter
 
filter(float) - Method in class to.etc.sjit.BoxFilter
 
filter(float) - Method in class to.etc.sjit.HermiteFilter
 
filter(float) - Method in class to.etc.sjit.Lanczos3Filter
 
filter(float) - Method in class to.etc.sjit.MitchellFilter
 
filter(float) - Method in class to.etc.sjit.ResamplerFilter
 
filter(float) - Method in class to.etc.sjit.SplineFilter
 
filter(float) - Method in class to.etc.sjit.TriangleFilter
 
finalize() - Method in class to.etc.util.FileBackedBuffer
This finalizer at least tries to cleanup the mess if discard() was not called...
find(String) - Method in class to.etc.csv.CSVRecordReader
 
find(String) - Method in class to.etc.csv.InputWrapper
 
find(String) - Method in interface to.etc.csv.iRecordReader
Locates the specified field in the current record.
findAnnotation(Annotation[], Class<T>) - Static method in class to.etc.util.ClassUtil
Locates an annotation in an array of 'm, returns null if not found.
findAnnotationIncludingSuperClasses(Method, Class<T>) - Static method in class to.etc.util.ClassUtil
Since annotations are not inherited, we do the extends search on super classed in order to be able to work also with annotations on inherited properties.
findChildNodeValue(Node, String) - Static method in class to.etc.xml.DomTools
Deprecated. 
findCode(String) - Static method in class to.etc.util.HtmlEntityTables
 
findCollectionType(Type) - Static method in class to.etc.util.ClassUtil
This tries to determine the value class for a property defined as some kind of Collection<T> or T[].
findConstructor(Class<T>, Class<?>...) - Static method in class to.etc.util.ClassUtil
 
findFactory(Class<?>, Type) - Method in class to.etc.json.JsonTypeRegistry
 
findFilenameExtension(String) - Static method in class to.etc.util.FileTool
Returns the start position of the filename extension in the string.
findFileOnEnv(String, String) - Static method in class to.etc.util.StringTool
Finds a filename along the classpath..
findFileOnPath(String, String) - Static method in class to.etc.util.StringTool
Returns the complete filename of the first file that is found along the path specified.
findKey(List<byte[]>, int, byte[]) - Static method in class to.etc.util.ByteArrayUtil
Find a key by means of a binary search.
findMatchingEndTag(String) - Method in class to.etc.util.HtmlScanner
Finds the first matching end tag at the CURRENT level.
findMethod(Class<?>, String, Class<?>...) - Static method in class to.etc.util.ClassUtil
 
findMethod(Class<?>, String, Object...) - Static method in class to.etc.util.ClassUtil
Tries to find a method that can be called using the specified parameters.
findName(String) - Method in class to.etc.template.TplExpander
Deprecated.
This function can be overridden to provide more predefined names.
findName(int) - Static method in class to.etc.util.HtmlEntityTables
 
findNodes(Node, String) - Method in class to.etc.xml.DomPath
Main worker.
findPredef(String) - Method in class to.etc.template.ServletTplExpander
Deprecated.
If the name passed is a predefined name this function will return the result object for the name.
findPredef(String) - Method in class to.etc.template.TplExpander
Deprecated.
If the name passed is a predefined name this function will return the result object for the name.
findProperty(String) - Method in class to.etc.util.ClassInfo
 
findProperty(String) - Method in class to.etc.util.ClassUtilCached.ClassInfo
 
findProperty(Class<?>, String) - Method in class to.etc.util.ClassUtilCached
Locates a property using cached class property info.
findPropertyInfo(Class<?>, String) - Static method in class to.etc.util.ClassUtil
 
findQualityBySize(BufferedImage, int) - Static method in class to.etc.sjit.ImaTool
Taking a BufferedImage, this function will try to find a JPEG quality factor that will save the image with a size around the size specified.
findSrcFolderForModification(String) - Static method in class to.etc.util.ClassUtil
Finds source folder for package in the same project.
findSrcForModification(String) - Static method in class to.etc.util.ClassUtil
Finds sources for classes in the same project.
findTag(String) - Method in class to.etc.util.HtmlScanner
This tries to find the tag specified starting from the current position in the document.
findUrlsFor(ClassLoader) - Static method in class to.etc.util.ClassUtil
Scan the classloader hierarchy and find all urls.
fixFileURL(String) - Static method in class to.etc.util.StringTool
 
flush() - Method in class to.etc.json.JsonWriter
 
flush() - Method in class to.etc.sjit.AnimGifEncoder
Releases ALL cached resources.
flush() - Method in class to.etc.telnet.TelnetSysoutMirrorStream
 
flush() - Method in class to.etc.telnet.TelnetWriter
 
flush() - Method in class to.etc.util.IndentWriter
 
flush() - Method in class to.etc.util.ProcessTools
 
flush() - Method in class to.etc.util.SizeCountingOutputStream
 
flush() - Method in class to.etc.util.StandardLogfile
 
flush() - Method in class to.etc.util.TeeStream
 
flush() - Method in class to.etc.util.TeeWriter
 
follow(ProcessTools.IFollow) - Method in class to.etc.util.ProcessTools
 
forceNewline() - Method in class to.etc.util.IndentWriter
 
formatSafe(Date, DateFormat) - Static method in class to.etc.util.DateUtil
Returns format for specified date and formatter.
foundClass(File, Class<?>) - Method in interface to.etc.util.ClassPathScanner.IClassEntry
 
foundFile(File, File, String) - Method in interface to.etc.util.ClassPathScanner.IClassFileEntry
 
foundJarEntry(File, String, ZipInputStream) - Method in interface to.etc.util.ClassPathScanner.IClassFileEntry
 
foundPathEntry(File) - Method in interface to.etc.util.ClassPathScanner.IPathEntry
 
fromHex(String) - Static method in class to.etc.util.StringTool
Decodes a hex string into a byte array.
FunctionEx<T,R> - Interface in to.etc.function
 
FUTURE - Static variable in class to.etc.util.DateUtil
A fixed date way into the future.
FutureImpl<T> - Class in to.etc.util
Basic Implementation of Future<T> which is nicely missing from the JDK, sigh.
FutureImpl() - Constructor for class to.etc.util.FutureImpl
 
FutureImpl(String) - Constructor for class to.etc.util.FutureImpl
 
FutureImpl(T) - Constructor for class to.etc.util.FutureImpl
Create a future that's already done, with the specified result.
FutureImpl(String, T) - Constructor for class to.etc.util.FutureImpl
 
FutureImpl(Exception) - Constructor for class to.etc.util.FutureImpl
Create a future that's already done, with the specified error.
FutureValueNB<T> - Class in to.etc.util
Basic non-blocking Implementation of Future<T> which immediately aborts on get() if no value is provided.
FutureValueNB() - Constructor for class to.etc.util.FutureValueNB
 
FutureValueNB(String) - Constructor for class to.etc.util.FutureValueNB
 
FutureValueNB(T) - Constructor for class to.etc.util.FutureValueNB
Create a future that's already done, with the specified result.
FutureValueNB(String, T) - Constructor for class to.etc.util.FutureValueNB
 
FutureValueNB(Exception) - Constructor for class to.etc.util.FutureValueNB
Create a future that's already done, with the specified error.

G

generateContentID() - Static method in class to.etc.smtp.MimeWriter
Return a valid content ID for a MIME part.
generateGUID() - Static method in class to.etc.util.StringTool
Generate an unique identifier with reasonable expectations that it will be globally unique.
generateUniqueName(String) - Static method in class to.etc.pombuilder.PomBuilder
 
get(String) - Method in class to.etc.csv.InputWrapper
 
get() - Method in interface to.etc.function.Lambda.Supplier_WithExceptions
 
get() - Method in interface to.etc.function.SupplierEx
Gets a result.
get(String) - Method in class to.etc.telnet.TelnetSession
Removes a client data thing from this-session's session data.
get(int) - Method in class to.etc.util.BoolVector
Get a value from the vector.
get() - Method in class to.etc.util.FutureImpl
Get the result, wait if it's not yet available.
get(long, TimeUnit) - Method in class to.etc.util.FutureImpl
 
get() - Method in class to.etc.util.FutureValueNB
Get the result, wait if it's not yet available.
get(long, TimeUnit) - Method in class to.etc.util.FutureValueNB
 
get(int) - Method in interface to.etc.util.IListable
 
get(K) - Method in interface to.etc.util.IMappable
Looks up an object by key.
get(int) - Method in class to.etc.util.IntHashMap
Returns the value to which the specified key is mapped in this map.
get(Object) - Method in class to.etc.util.LRUHashMap
Retrieve a value by key.
get1() - Method in class to.etc.tuples.Tuple2
 
get1() - Method in class to.etc.tuples.Tuple3
 
get1() - Method in class to.etc.tuples.Tuple4
 
get1() - Method in class to.etc.util.Pair
 
get2() - Method in class to.etc.tuples.Tuple2
 
get2() - Method in class to.etc.tuples.Tuple3
 
get2() - Method in class to.etc.tuples.Tuple4
 
get2() - Method in class to.etc.util.Pair
 
get3() - Method in class to.etc.tuples.Tuple3
 
get3() - Method in class to.etc.tuples.Tuple4
 
get4() - Method in class to.etc.tuples.Tuple4
 
getActionPath(int) - Method in class to.etc.util.Progress
Get the path until the first parallel subprocess or the specified level
getActualGenericType() - Method in interface to.etc.util.IPropertyAccessor
 
getActualGenericType() - Method in class to.etc.util.PropertyInfo
 
getActualType() - Method in interface to.etc.util.IPropertyAccessor
 
getActualType() - Method in class to.etc.util.PropertyInfo
 
getApplicationContext(HttpServletRequest) - Static method in class to.etc.net.NetTools
This returns the application's context path without any slashes!!.
getApplicationURL(HttpServletRequest) - Static method in class to.etc.net.NetTools
Returns the URL to the root of the application.
getAttachmentList() - Method in class to.etc.smtp.Message
 
getBase64Map() - Static method in class to.etc.util.StringTool
 
getBcc() - Method in class to.etc.smtp.Message
 
getBody() - Method in class to.etc.smtp.Message
 
getBool(String) - Method in class to.etc.util.ConfigSourceWrapper
Deprecated.
 
getBool(String, boolean) - Method in class to.etc.util.ConfigSourceWrapper
Deprecated.
 
getBool(String, boolean) - Static method in class to.etc.util.DeveloperOptions
Returns the developer option specified by name as a boolean.
getBoolean(boolean) - Static method in class to.etc.util.WrapperCache
Deprecated.
 
getBoundary() - Method in class to.etc.smtp.MimeWriter
 
getBoundaryString() - Method in class to.etc.smtp.MimeWriter
 
getBuffer() - Method in class to.etc.util.TextScanner
 
getBuffers() - Method in class to.etc.util.ByteBufferOutputStream
Returns the buffer table for the write.
getByte(byte) - Static method in class to.etc.util.WrapperCache
Deprecated.
 
getBytes(byte[]) - Method in class to.etc.net.MultipartFile
Deprecated.
This must provide data for the file to sent.
getCalendar() - Static method in class to.etc.util.DateUtil
GregorianCalendarFixDutchTime fixes missing date-time in the GregorianCalendar for dutch locale when validating those missing date-times the next valid time will be returned instead of generating an error
getCalendar(Locale) - Static method in class to.etc.util.DateUtil
GregorianCalendarFixDutchTime fixes missing date-time in the GregorianCalendar for dutch locale when validating those missing date-times the next valid time will be returned instead of generating an error
getCc() - Method in class to.etc.smtp.Message
 
getCharacter(char) - Static method in class to.etc.util.WrapperCache
Deprecated.
 
getChildIterator() - Method in class to.etc.xml.DOMDecoderBase
Creates an iterator for ALL nodes below the currently selected node.
getChildren() - Method in class to.etc.file.DirectoryInventory.InvEntry
 
getClassHierarchy(Class<?>) - Static method in class to.etc.util.ClassUtil
 
getClassInfo(Class<?>) - Static method in class to.etc.util.ClassUtil
Get introspected bean information for the class.
getClassInfo(Class<?>) - Method in class to.etc.util.ClassUtilCached
Get all information for a given class from cache if possible, create and cache it if needed.
getClassValue(Object, String) - Static method in class to.etc.util.ClassUtil
Retrieves a value from an object using introspection.
getCode() - Method in exception to.etc.net.HttpCallException
 
getCode(char) - Method in class to.etc.util.Soundex
Returns the Soundex code for the specified character.
getCol() - Method in class to.etc.lexer.SourceLocation
 
getCollectionValueType() - Method in class to.etc.util.PropertyInfo
 
getColumn() - Method in class to.etc.lexer.LexerToken
 
getColumn() - Method in exception to.etc.template.JSTemplateError
 
getCompletedWork() - Method in class to.etc.util.Progress
 
getConfigSource() - Method in class to.etc.util.ConfigSourceWrapper
Deprecated.
 
getCopied() - Method in class to.etc.lexer.TextReaderBase
 
getCopied() - Method in class to.etc.util.TextScanner
 
getCreationTime() - Method in class to.etc.file.DirectoryInventory
 
getCurr() - Method in class to.etc.util.CmdStringDecoder
 
getCurrent() - Method in class to.etc.util.PathSplitter
 
getCurrentAndRest() - Method in class to.etc.util.PathSplitter
 
getCurrentColumn() - Method in class to.etc.lexer.TextReaderBase
 
getCurrentLine() - Method in class to.etc.lexer.TextReaderBase
 
getCurrentRecNr() - Method in class to.etc.csv.CSVRecordReader
 
getCurrentRecNr() - Method in class to.etc.csv.InputWrapper
 
getCurrentRecNr() - Method in interface to.etc.csv.iRecordReader
 
getCurrentRoot() - Method in class to.etc.xml.DOMDecoderBase
Return the current root for node lookups.
getCurrentTag() - Method in class to.etc.util.HtmlScanner
 
getDefaultNamespace() - Method in class to.etc.xml.DOMDecoderBase
 
getDocument() - Method in class to.etc.util.HtmlScanner
 
getDocument(InputStream, String, ErrorHandler, boolean) - Static method in class to.etc.xml.DomTools
Creates a DOM parser, parses the document, and returns the DOM associated with the thing.
getDocument(Reader, String, ErrorHandler, boolean) - Static method in class to.etc.xml.DomTools
Creates a DOM parser, parses the document, and returns the DOM associated with the thing.
getDocument(File, ErrorHandler, boolean) - Static method in class to.etc.xml.DomTools
Creates a DOM parser, parses the document, and returns the DOM associated with the thing.
getDocument(File, boolean) - Static method in class to.etc.xml.DomTools
Creates a DOM parser, parses the document, and returns the DOM associated with the thing.
getDocument(InputStream, String, boolean) - Static method in class to.etc.xml.DomTools
Creates a DOM parser, parses the document, and returns the DOM associated with the thing.
getDocument(Reader, String, boolean) - Static method in class to.etc.xml.DomTools
Creates a DOM parser, parses the document, and returns the DOM associated with the thing.
getDocumentFromZIP(File, String, ErrorHandler, boolean) - Static method in class to.etc.xml.DomTools
 
getDocumentRoot(String, String, ErrorHandler, boolean) - Static method in class to.etc.xml.DomTools
 
getDocumentRoot(String, String, boolean) - Static method in class to.etc.xml.DomTools
 
getDouble(double) - Static method in class to.etc.util.WrapperCache
Deprecated.
 
getDropLastS() - Method in class to.etc.util.Soundex
If true, the final 's' or 'S' of the word being encoded is dropped.
getDutchMonthShorts() - Static method in class to.etc.util.CalculationUtil
 
getEmail() - Method in class to.etc.smtp.Address
 
getEncoding() - Method in class to.etc.net.NetTools.HttpInputStream
 
getEncoding() - Method in class to.etc.util.FileContentInfo
 
getEncodingNamespace() - Method in class to.etc.xml.DOMDecoderBase
 
getEndIndex() - Method in class to.etc.util.Diff
 
getEntry() - Method in class to.etc.util.FileIterator.Entry
 
getEnvironment() - Static method in class to.etc.util.StringTool
Returns the list of environment variables of the supported OS's.
getErrors() - Method in class to.etc.xml.DefaultErrorHandler
 
getErrorStream() - Method in exception to.etc.net.HttpCallException
 
getExceptionMessage(Throwable) - Static method in class to.etc.util.StringTool
If the throwable passed as a message then return it verbatim, else return the exception's classname.
getExceptionSeverity(Throwable) - Method in class to.etc.util.ExceptionClassifier
 
getExceptionSeverity(Throwable) - Method in interface to.etc.util.IExceptionClassifier
 
getExpression(String) - Static method in class to.etc.xml.PathExpression
Converts a path selection string into a path expression.
getExtension() - Method in class to.etc.util.FileContentInfo
 
getExtra(String) - Method in class to.etc.xml.MimeUtil
 
getField(int) - Method in class to.etc.csv.CSVRecordReader
 
getField(int) - Method in interface to.etc.csv.iRecordReader
 
getFile() - Method in class to.etc.util.ConfigFile
Deprecated.
 
getFile() - Method in class to.etc.util.StandardLogfile
 
getFileExtension(String) - Static method in class to.etc.util.FileTool
Returns the extension of a file.
getFileExtension(String) - Static method in class to.etc.util.StringTool
Deprecated. 
getFinalFrom(Class<?>, long) - Static method in class to.etc.util.StringTool
 
getFinalFrom(Class<?>, long, String) - Static method in class to.etc.util.StringTool
Traverses a given class and tries to find a public
getFinalFrom(Class<?>, long, String, String) - Static method in class to.etc.util.StringTool
Traverses a given class and tries to find a public
getFirstDayOfNextMonth(Date) - Static method in class to.etc.util.DateUtil
Gets the first day of the next month for the date specified in parameter.
getFloat(float) - Static method in class to.etc.util.WrapperCache
Deprecated.
 
getFraction() - Method in class to.etc.util.Progress
 
getFrom() - Method in class to.etc.smtp.Message
 
getGetter() - Method in class to.etc.json.PropertyMapping
 
getGetter() - Method in class to.etc.util.PropertyInfo
 
getHostName(HttpServletRequest) - Static method in class to.etc.net.NetTools
 
getHostname() - Method in class to.etc.util.DbConnectionInfo
 
getHostPort(HttpServletRequest) - Static method in class to.etc.net.NetTools
 
getHostURL(StringBuffer, HttpServletRequest) - Static method in class to.etc.net.NetTools
Takes the host= parameter in the header to construct the real hostname.
getHostURL(HttpServletRequest) - Static method in class to.etc.net.NetTools
 
getHtmlBody() - Method in class to.etc.smtp.Message
 
getHtmlBuffer() - Method in class to.etc.smtp.MailBuilder
 
getIdent() - Method in interface to.etc.smtp.IMailAttachment
 
getImageDimension(File) - Static method in class to.etc.sjit.ImaTool
 
getImageDimension(InputStream) - Static method in class to.etc.sjit.ImaTool
 
getImplementationClass(Class<?>, Class<?>) - Static method in class to.etc.json.AbstractJsonArrayType
Create the best holding type for an input type for basic Collection types.
getImplementationClass(Class<?>, Class<?>) - Static method in class to.etc.json.JsonArrayType
Create the best holding type for an input type for basic Collection types.
getInputPath(HttpServletRequest) - Static method in class to.etc.net.NetTools
Takes an input request and returns a proper relative path for the request.
getInputStream() - Method in interface to.etc.smtp.IMailAttachment
 
getInputStream() - Method in class to.etc.util.FileBackedBuffer
Returns an inputstream which reads this.
getInstance() - Static method in class to.etc.event.local.LocalEventManager
 
getInstance() - Static method in class to.etc.util.ClassPathScanner
 
getInstance() - Static method in class to.etc.util.ClassUtilCached
Get an instance to use for retrieving cached information.
getInstance() - Static method in class to.etc.util.ExceptionClassifier
 
getInt(byte[], int) - Static method in class to.etc.util.ByteArrayUtil
Returns an integer packed into a byte array.
getInt(String) - Method in class to.etc.util.ConfigSourceWrapper
Deprecated.
 
getInt(String, int) - Method in class to.etc.util.ConfigSourceWrapper
Deprecated.
 
getInt(String, int) - Static method in class to.etc.util.DeveloperOptions
Returns the developer option specified by name as an integer.
getInt() - Method in class to.etc.util.TextScanner
 
getInteger(int) - Static method in class to.etc.util.WrapperCache
Deprecated.
 
getIntSizeOfFile(File) - Static method in class to.etc.util.FileTool
Returns size of a file as int type.
getIntValue(String) - Method in class to.etc.csv.CSVRecordReader
 
getIntValue(String, int) - Method in class to.etc.csv.CSVRecordReader
 
getIsoCalendarForYearAndWeek(int, int) - Static method in class to.etc.util.DateUtil
Returns ISO calendar with specified year and week.
getIterator(Object) - Method in class to.etc.json.AbstractJsonArrayType
 
getIterator(Object) - Method in class to.etc.json.JsonArrayType
 
getJreVersion() - Static method in class to.etc.util.StringTool
 
getKeyIterator() - Method in interface to.etc.util.IMappable
 
getLastInt() - Method in class to.etc.util.TextScanner
 
getLastModified() - Method in class to.etc.file.DirectoryInventory.InvEntry
 
getLastToken() - Method in class to.etc.lexer.ReaderTokenizerBase
 
getLatitude() - Method in class to.etc.util.GIS
 
getLength() - Method in class to.etc.util.Soundex
Returns the length of code strings to build, 4 by default.
getLevenshteinDistance(String, String, boolean) - Static method in class to.etc.util.StringTool
This returns the Levenshtein distance between two strings, which is the number of changes (adds, removes) that are needed to convert source into target.
getLine() - Method in class to.etc.csv.CSVRecordReader
 
getLine() - Method in class to.etc.lexer.LexerToken
 
getLine() - Method in class to.etc.lexer.SourceLocation
 
getLine() - Method in exception to.etc.template.JSTemplateError
 
getList() - Method in class to.etc.util.Diff
 
getLocation() - Method in exception to.etc.lexer.SourceErrorException
 
getLocation() - Static method in class to.etc.util.StringTool
 
getLocation(StringBuffer) - Static method in class to.etc.util.StringTool
 
getLocation() - Method in exception to.etc.xml.W3CEncodingException
 
getLogRoot(String) - Static method in class to.etc.util.FileTool
This returns the File location of a directory that should contain application-generated log files.
getLong(byte[], int) - Static method in class to.etc.util.ByteArrayUtil
Return a long value from bytearray "ar" starting at the offset "offset".
getLong(long) - Static method in class to.etc.util.WrapperCache
Deprecated.
 
getLongitude() - Method in class to.etc.util.GIS
 
getLongValue(String) - Method in class to.etc.csv.CSVRecordReader
 
getLongValue(String, long) - Method in class to.etc.csv.CSVRecordReader
 
getLorumSentences(int) - Static method in class to.etc.util.Lorem
Get the specified number of lorum sentences (ending in '.').
getMap() - Method in class to.etc.lexer.HtmlTextScanner
 
getMapper() - Method in class to.etc.json.PropertyMapping
 
getMaxLineSize() - Method in class to.etc.util.FileContentInfo
 
getMaxSize() - Method in class to.etc.util.LRUHashMap
 
getMd5hash() - Method in class to.etc.file.DirectoryInventory.InvEntry
 
getMD5Hash(String, String) - Static method in class to.etc.util.SecurityUtils
 
getMessage() - Method in exception to.etc.net.HttpCallException
 
getMessage() - Method in exception to.etc.util.RuntimeConversionException
 
getMessage() - Method in exception to.etc.xml.W3CEncodingException
 
getMethodName(String, String) - Static method in class to.etc.util.ClassUtil
 
getMime() - Method in interface to.etc.smtp.IMailAttachment
 
getMonth(Date) - Static method in class to.etc.util.DateUtil
Returns month for Date.
getName() - Method in interface to.etc.csv.iInputField
 
getName() - Method in class to.etc.file.DirectoryInventory.InvEntry
 
getName() - Method in class to.etc.json.PropertyMapping
 
getName() - Method in class to.etc.sjit.BellFilter
 
getName() - Method in class to.etc.sjit.BoxFilter
 
getName() - Method in class to.etc.sjit.HermiteFilter
 
getName() - Method in class to.etc.sjit.Lanczos3Filter
 
getName() - Method in class to.etc.sjit.MitchellFilter
 
getName() - Method in class to.etc.sjit.ResamplerFilter
 
getName() - Method in class to.etc.sjit.SplineFilter
 
getName() - Method in class to.etc.sjit.TriangleFilter
 
getName() - Method in class to.etc.smtp.Address
 
getName() - Method in class to.etc.telnet.TelnetSession
Returns a session name from the IP address and the port.
getName() - Method in class to.etc.util.FileContentInfo
 
getName() - Method in interface to.etc.util.IPropertyAccessor
 
getName() - Method in class to.etc.util.Progress
 
getName() - Method in class to.etc.util.PropertyInfo
 
getName() - Method in class to.etc.util.StandardLogfile
 
getNext() - Method in class to.etc.util.CmdStringDecoder
 
getNextPathComponent(int, String, boolean) - Static method in class to.etc.util.StringTool
Find the 1st part of the path passed, i.e.
getNextPathComponent(String, boolean) - Static method in class to.etc.util.StringTool
 
getNode(Node, Node, StringBuffer) - Method in class to.etc.xml.PathExpression
 
getNodeAttribute(Node, String, String) - Static method in class to.etc.xml.DomTools
Get the named attribute from a node.
getNodeAttribute(Node, String, int) - Static method in class to.etc.xml.DomTools
Get the named attribute from a node.
getNodeAttribute(Node, String, String, String) - Static method in class to.etc.xml.NSDomTools
Get the named attribute from a node.
getNodeAttribute(Node, String, String, int) - Static method in class to.etc.xml.NSDomTools
Get the named attribute from a node.
getNumberOfLines(File) - Static method in class to.etc.util.FileTool
Returns number of lines in a specified file.
getNumDirectories() - Method in class to.etc.file.DirectoryInventory
 
getNumFiles() - Method in class to.etc.file.DirectoryInventory
 
getNumHigh() - Method in class to.etc.util.FileContentInfo
 
getNumLines() - Method in class to.etc.util.FileContentInfo
 
getNumNonISO() - Method in class to.etc.util.FileContentInfo
 
getNumNulls() - Method in class to.etc.util.FileContentInfo
 
getNumUtf8() - Method in class to.etc.util.FileContentInfo
 
getOffset() - Method in class to.etc.sjit.GifHandlerBase
 
getOption(String) - Method in class to.etc.util.ConfigFile
Deprecated.
 
getOption(String) - Method in interface to.etc.util.ConfigSource
Deprecated.
 
getOption(String) - Method in class to.etc.util.ConfigSourceWrapper
Deprecated.
 
getOption(String, String) - Method in class to.etc.util.ConfigSourceWrapper
Deprecated.
 
getOutWriter() - Method in class to.etc.util.StandardLogfile
 
getPad() - Method in class to.etc.util.Soundex
If true and a word is coded to a shorter length than getLength(), the code will be padded with zeros.
getParallels(int) - Method in class to.etc.util.Progress
Return all parallel-running progress parts, starting with the root one.
getParent() - Method in class to.etc.util.Progress
 
getParmInt(String) - Method in class to.etc.template.ServletTplExpander
Deprecated.
 
getParmStr(String) - Method in class to.etc.template.ServletTplExpander
Deprecated.
 
getParmStr(String, boolean) - Method in class to.etc.template.ServletTplExpander
Deprecated.
 
getPassword() - Method in class to.etc.util.DbConnectionInfo
 
getPath() - Method in class to.etc.file.DirectoryInventory.DeltaRecord
 
getPath() - Method in class to.etc.util.PathSplitter
Return the entire input path.
getPath() - Method in class to.etc.util.Progress.Info
 
getPercentage() - Method in class to.etc.util.Progress
 
getPercentage() - Method in class to.etc.util.Progress.Info
 
getPort() - Method in class to.etc.util.DbConnectionInfo
 
getPos() - Method in class to.etc.template.ExpReader
Deprecated.
 
getPos() - Method in class to.etc.util.HtmlScanner
 
getProp(String, String) - Method in class to.etc.util.ConfigFile
Deprecated.
Returns a string property.
getProp(String, int) - Method in class to.etc.util.ConfigFile
Deprecated.
Returns an int property.
getProperties() - Method in class to.etc.util.ClassInfo
 
getProperties(Class<?>) - Static method in class to.etc.util.ClassUtil
 
getProperties(Class<?>) - Method in class to.etc.util.ClassUtilCached
Return a cached variant of properties for a class.
getPropertyList() - Method in class to.etc.util.ClassUtilCached.ClassInfo
 
getPropertyMap() - Method in class to.etc.util.ClassUtilCached.ClassInfo
 
getRandomLorumSentences(int) - Static method in class to.etc.util.Lorem
 
getRandomStringWithPrefix(int, String) - Static method in class to.etc.util.StringTool
This methods creates a random String with the specified prefix and length given.
getRead() - Method in class to.etc.util.CopyingReader
 
getReason() - Method in exception to.etc.xml.W3CEncodingException
 
getRegistry() - Static method in class to.etc.json.JSON
 
getRelativePath() - Method in class to.etc.util.FileIterator.Entry
 
getRelativePath(File, File) - Static method in class to.etc.util.FileTool
Calculate the relative path of file in the root passed.
getReplyTo() - Method in class to.etc.smtp.Message
 
getResourceReader(Class<?>, String) - Static method in class to.etc.util.FileTool
 
getRest() - Method in class to.etc.util.PathSplitter
 
getRoot() - Method in class to.etc.util.Progress
Return the root progress handler; this NEVER returns null - it returns itself if it is the root.
getRootElement(Document) - Static method in class to.etc.xml.DomTools
 
getRootElement(Document) - Static method in class to.etc.xml.NSDomTools
 
getRootRelativeURL(HttpServletRequest, String) - Static method in class to.etc.net.NetTools
 
getRunMax() - Method in class to.etc.sjit.GifHandlerBase
Returns the #of pixels that can be written in one go, before end-of-line processing has to take place.
getScol() - Method in class to.etc.template.JSLocationMapping
 
getServletFullPath() - Method in class to.etc.template.ServletTplExpander
Deprecated.
 
getSession() - Method in class to.etc.telnet.TelnetPrintWriter
 
getSession() - Method in class to.etc.telnet.TelnetWriter
 
getSetter() - Method in class to.etc.json.PropertyMapping
 
getSetter() - Method in class to.etc.util.PropertyInfo
 
getShort(byte[], int) - Static method in class to.etc.util.ByteArrayUtil
 
getShort(short) - Static method in class to.etc.util.WrapperCache
Deprecated.
 
getSid() - Method in class to.etc.util.DbConnectionInfo
 
getSize() - Method in class to.etc.file.DirectoryInventory.InvEntry
 
getSize() - Method in class to.etc.net.MultipartFile
Deprecated.
 
getSize() - Method in class to.etc.util.ByteBufferOutputStream
 
getSize() - Method in class to.etc.util.SizeCountingOutputStream
 
getSline() - Method in class to.etc.template.JSLocationMapping
 
getSource() - Method in class to.etc.lexer.TextReaderBase
 
getSource() - Method in class to.etc.template.JSTemplate
 
getSource() - Method in exception to.etc.template.JSTemplateError
 
getSource() - Method in class to.etc.util.FileContentInfo
 
getSourceLocation() - Method in class to.etc.lexer.ReaderScannerBase
 
getSourceObject() - Method in class to.etc.util.ConfigFile
Deprecated.
 
getSourceObject() - Method in interface to.etc.util.ConfigSource
Deprecated.
 
getSrc() - Method in class to.etc.lexer.LexerToken
 
getSrc() - Method in class to.etc.lexer.SourceLocation
 
getStartIndex() - Method in class to.etc.util.Diff
 
getStartPos() - Method in class to.etc.util.HtmlScanner
 
getState() - Method in class to.etc.telnet.TelnetStateThing
Returns the server's state.
getStateString() - Method in class to.etc.telnet.TelnetStateThing
 
getStdoutWriter() - Static method in class to.etc.util.IndentWriter
 
getStreamFactory() - Static method in class to.etc.xml.DomTools
Get a stream reader that does not ^&*^(^$ connect to the Internet while fscking reading xml 8-(
getString(byte[], int, int) - Static method in class to.etc.util.ByteArrayUtil
Returns a string from the thingy.
getString(String) - Static method in class to.etc.util.DeveloperOptions
Returns the developer option specified as a string.
getString(String, String) - Static method in class to.etc.util.DeveloperOptions
Returns the developer option specified by name as a string.
getString(InputStream) - Static method in class to.etc.util.StringTool
Deprecated.
getStringList(Node, String) - Static method in class to.etc.xml.DomTools
 
getStringList(Node, String, String) - Static method in class to.etc.xml.DomTools
 
getStringList(Node, String) - Static method in class to.etc.xml.NSDomTools
 
getStringList(Node, String, String) - Static method in class to.etc.xml.NSDomTools
 
getSubject() - Method in class to.etc.smtp.Message
 
getSubSource(String) - Method in class to.etc.util.ConfigFile
Deprecated.
 
getSubSource(String) - Method in interface to.etc.util.ConfigSource
Deprecated.
 
getSzWritten() - Method in class to.etc.util.NullOutputStream
Returns the #bytes currently written.
getTabSize() - Method in class to.etc.util.FileContentInfo
 
getTcol() - Method in class to.etc.template.JSLocationMapping
 
getText() - Method in class to.etc.lexer.LexerToken
 
getTextBuffer() - Method in class to.etc.smtp.MailBuilder
 
getTheClass() - Method in class to.etc.util.ClassInfo
 
getTime(String, String) - Method in class to.etc.util.ConfigSourceWrapper
Deprecated.
Gets a time value from the parameters.
getTime(Date, TimeUnit) - Static method in class to.etc.util.DateUtil
Extract the time fields from a date value and return as a value in the specified unit.
getTimestamp(byte[], int) - Static method in class to.etc.util.ByteArrayUtil
Return a Timestamp value from bytearray "ar" starting at the offset "offset".
getTline() - Method in class to.etc.template.JSLocationMapping
 
getTmpDir() - Static method in class to.etc.util.FileTool
Returns the java.io.tmpdir directory.
getTo() - Method in class to.etc.smtp.Message
 
getTokenCode() - Method in class to.etc.lexer.LexerToken
 
getTokenColumn() - Method in class to.etc.lexer.ReaderScannerBase
 
getTokenLine() - Method in class to.etc.lexer.ReaderScannerBase
 
getTokenString() - Method in class to.etc.lexer.ReaderTokenizerBase
 
getTotalWork() - Method in class to.etc.util.Progress
 
getTranslation() - Method in class to.etc.template.JSTemplateCompiler
 
getType() - Method in class to.etc.file.DirectoryInventory.DeltaRecord
 
getType() - Method in class to.etc.util.Diff
 
getType() - Method in class to.etc.util.FileIterator.Entry
 
getUptoCurrent() - Method in class to.etc.util.PathSplitter
 
getUrl() - Method in exception to.etc.net.HttpCallException
 
getUserid() - Method in class to.etc.util.DbConnectionInfo
 
getValue(int) - Method in class to.etc.csv.CSVRecordReader
 
getValue(String) - Method in class to.etc.csv.CSVRecordReader
 
getValue() - Method in interface to.etc.csv.iInputField
 
getValue() - Method in class to.etc.template.ExpReader
Deprecated.
 
getValue(String) - Method in interface to.etc.template.TplCallback
Deprecated.
 
getValue(Object) - Method in interface to.etc.util.IPropertyAccessor
 
getValue(Object) - Method in class to.etc.util.PropertyInfo
 
getValue() - Method in exception to.etc.xml.W3CEncodingException
 
getValueIterator() - Method in interface to.etc.util.IMappable
 
getWidth() - Method in class to.etc.sjit.BellFilter
 
getWidth() - Method in class to.etc.sjit.BoxFilter
 
getWidth() - Method in class to.etc.sjit.HermiteFilter
 
getWidth() - Method in class to.etc.sjit.Lanczos3Filter
 
getWidth() - Method in class to.etc.sjit.MitchellFilter
 
getWidth() - Method in class to.etc.sjit.ResamplerFilter
 
getWidth() - Method in class to.etc.sjit.SplineFilter
 
getWidth() - Method in class to.etc.sjit.TriangleFilter
 
getWriter() - Method in class to.etc.util.IndentWriter
 
getX() - Method in class to.etc.sjit.GifHandlerBase
 
getY() - Method in class to.etc.sjit.GifHandlerBase
 
getYear(Date) - Static method in class to.etc.util.DateUtil
Returns year for Date.
getZipContent(File, String) - Static method in class to.etc.util.FileTool
 
getZipContent(InputStream, String) - Static method in class to.etc.util.FileTool
Returns a stream which is the uncompressed data stream for a zip file component.
getZipDirectory(File) - Static method in class to.etc.util.FileTool
 
GifHandlerBase - Class in to.etc.sjit
Part of the GIF encoder, this class is the base class for each specialized BufferedImage writer.
GifHandlerBase(AnimGifDecoder, GifImaMeta, int) - Constructor for class to.etc.sjit.GifHandlerBase
 
GifImaMeta - Class in to.etc.sjit
Helper for the decoder; this contains data pertaining to the GIF image header.
GifImaMeta() - Constructor for class to.etc.sjit.GifImaMeta
 
GifIndexedHandler - Class in to.etc.sjit
Part of the Animated Gif Decoder, this class known about the 8-bit Java BufferedImage formats that fit the GIF format best - the TYPE_BYTE_INDEXED format.
GifIndexedHandler(AnimGifDecoder, GifImaMeta, int) - Constructor for class to.etc.sjit.GifIndexedHandler
 
GIS - Class in to.etc.util
 
GIS() - Constructor for class to.etc.util.GIS
 
GregorianCalendarFixDutchTime - Class in to.etc.util
This class extends the gregoriancalendar to fix the time validation for certain dutch dates time does not exist for may 16th 1940 between 00:00:00 and 01:40:00 and july 1st 1937 between 00:00:00 and 00:00:27 for dutch locale in the gregoriancalendar for these times no error will be generated but the next valid time will be returned
GregorianCalendarFixDutchTime(Locale) - Constructor for class to.etc.util.GregorianCalendarFixDutchTime
 
GregorianCalendarFixDutchTime(TimeZone, Locale) - Constructor for class to.etc.util.GregorianCalendarFixDutchTime
 
GroupAutomatedTestProject - Interface in to.etc.puzzler
These tests are created during the Automated Testing project.
GroupExternalDependency - Interface in to.etc.puzzler
Test needs any non-standard external dependency.
GroupKPlusVServer - Interface in to.etc.puzzler
The test requires the K+V server to be available.
GroupRunsInMinutes - Interface in to.etc.puzzler
The test runs in under 5 minutes.
GroupRunsInSeconds - Interface in to.etc.puzzler
JUnit group annotation: the test runs in < 5 seconds.
GroupRunsSlow - Interface in to.etc.puzzler
The test need more than 5 minute(s) to run.
GroupSelenium - Interface in to.etc.puzzler
JUnit marker interface to mark Selenium tests.
GroupUsesDatabase - Interface in to.etc.puzzler
 
GroupWoningnetServer - Interface in to.etc.puzzler
The test requires the Woningnet SSL service to be available.
GroupWosServer - Interface in to.etc.puzzler
The test requires the WOS test server to be available.

H

handleHttpError(String, HttpURLConnection) - Static method in class to.etc.net.NetTools
 
handlerInit() - Method in class to.etc.template.ServletTplExpander
Deprecated.
This gets called directly after the 1st request is received.
hasErrors() - Method in class to.etc.xml.DefaultErrorHandler
 
hashBuffers(byte[][]) - Static method in class to.etc.util.FileTool
Create an MD5 hash for a buffer set.
hashBuffersHex(byte[][]) - Static method in class to.etc.util.FileTool
Create a HEX MD5 hash for a buffer set.
hashCode() - Method in class to.etc.util.VersionNumber
 
hashFile(File) - Static method in class to.etc.util.FileTool
Create an MD5 hash for a file's contents.
hashFile(InputStream) - Static method in class to.etc.util.FileTool
Hashes all data from an input stream and returns an MD5 hash.
hashFileHex(File) - Static method in class to.etc.util.FileTool
Hash a file and return it's hex MD5hash.
hashFileHex(InputStream) - Static method in class to.etc.util.FileTool
Hash an InputStream and return it's hex MD5hash.
hashTextFile(File) - Static method in class to.etc.util.FileTool
Hashes all data from an input stream and returns an MD5 hash in hex.
hashTextFile(InputStream) - Static method in class to.etc.util.FileTool
Hashes all data from an input stream and returns an MD5 hash.
hasMore() - Method in class to.etc.util.CmdStringDecoder
 
hasNext() - Method in class to.etc.util.ArrayIterator
 
hasNext() - Method in class to.etc.util.FileIterator
 
hasNext() - Method in class to.etc.util.LineIterator
 
hasNext() - Method in class to.etc.xml.NodeIterator
 
hasNext() - Method in class to.etc.xml.NodeListIterator
 
header(String, int) - Method in class to.etc.telnet.ExtendedPrintWriter
 
HermiteFilter - Class in to.etc.sjit
Hermite filter implementation
HermiteFilter() - Constructor for class to.etc.sjit.HermiteFilter
 
HtmlEntity - Class in to.etc.util
This class generates the class HtmlEntityTables from the DTD's for HTML entities as published by the w3c.
HtmlEntity() - Constructor for class to.etc.util.HtmlEntity
 
HtmlEntityTables - Class in to.etc.util
 
HtmlEntityTables() - Constructor for class to.etc.util.HtmlEntityTables
 
htmlRemoveAll(StringBuilder, String, boolean) - Static method in class to.etc.lexer.HtmlTextScanner
 
htmlRemoveAll(String, boolean) - Static method in class to.etc.lexer.HtmlTextScanner
 
htmlRemoveUnsafe(StringBuilder, String) - Static method in class to.etc.lexer.HtmlTextScanner
This scans the input, and only copies "safe" html, which is HTML with only simple constructs.
htmlRemoveUnsafe(String) - Static method in class to.etc.lexer.HtmlTextScanner
 
HtmlScanner - Class in to.etc.util
This class helps one to scan HTML documents.
HtmlScanner() - Constructor for class to.etc.util.HtmlScanner
 
HtmlScanner(boolean) - Constructor for class to.etc.util.HtmlScanner
 
htmlStringize(String) - Static method in class to.etc.util.StringTool
Enter with a string; it returns the same string but replaces HTML recognised characters with their &..; equivalent.
htmlStringize(StringBuilder, String) - Static method in class to.etc.util.StringTool
Enter with a string; it returns the same string but replaces HTML recognised characters with their &..; equivalent.
htmlStringize(Appendable, String) - Static method in class to.etc.util.StringTool
Enter with a string; it returns the same string but replaces HTML recognised characters with their &..; equivalent.
htmlStringizewithLF(StringBuilder, String) - Static method in class to.etc.util.StringTool
Enter with a string; it returns the same string but replaces HTML recognised characters with their &..; equivalent.
HtmlTextScanner - Class in to.etc.lexer
Helper class to scan HTML and remove invalid constructs.
HtmlTextScanner() - Constructor for class to.etc.lexer.HtmlTextScanner
 
HttpCallException - Exception in to.etc.net
 
HttpCallException(String, int, String) - Constructor for exception to.etc.net.HttpCallException
 
httpGetStream(String, int) - Static method in class to.etc.net.NetTools
Calls an external server and returns the response as an inputstream.
httpGetString(String, int) - Static method in class to.etc.net.NetTools
Calls an external server and returns the response as a string.
httpGetXMLDocument(String, int, boolean) - Static method in class to.etc.net.NetTools
Calls an external server and tries to retrieve an XML formatted document from it.
HttpInputStream(HttpURLConnection, InputStream, String) - Constructor for class to.etc.net.NetTools.HttpInputStream
 

I

i(String) - Method in class to.etc.smtp.MailBuilder
 
identity() - Static method in interface to.etc.function.FunctionEx
Returns a function that always returns its input argument.
IDirectoryDelta - Interface in to.etc.util
 
IExceptionClassifier - Interface in to.etc.util
Throwables can be classified as severe or not severe This can be implemented by classes for determining whether custom exceptions are severe or not.
iInputField - Interface in to.etc.csv
Created on Oct 13, 2003
IJsonTypeFactory - Interface in to.etc.json
 
IJSTemplateContext - Interface in to.etc.template
A context for a template.
IListable<T> - Interface in to.etc.util
Something which behaves as a read-only list.
ILocalEventListener<T> - Interface in to.etc.event.local
Interface to be used for events that can be handled on te same server.
ILogSink - Interface in to.etc.util
Stuff to write logging to.
image(String, File, String) - Method in class to.etc.smtp.MailBuilder
Append an image as an attachment, and embed the image in the HTML stream.
image(String, String, MailBuilder.Attachment) - Method in class to.etc.smtp.MailBuilder
 
image(String, Class<?>, String, String) - Method in class to.etc.smtp.MailBuilder
 
ImageSubsampler - Class in to.etc.sjit
Subsamples an image to create a smaller (or larger(!)) image.
IMailAttachment - Interface in to.etc.smtp
 
IMappable<K,V> - Interface in to.etc.util
Something which knows about mapping objects.
ImaTool - Class in to.etc.sjit
This static utility class has a lot of image-related helper functions.
inc() - Method in class to.etc.json.JsonWriter
 
inc() - Method in class to.etc.util.HtmlScanner
 
inc() - Method in class to.etc.util.IndentWriter
 
inc() - Method in class to.etc.util.TextScanner
Deprecated.
increment(double) - Method in class to.etc.util.Progress
 
incrementDate(Date, int, int) - Static method in class to.etc.util.DateUtil
Returns date incremented for specified value.
incrementPos(int) - Method in class to.etc.sjit.GifHandlerBase
Increments the pixel position for when n pixels are written.
indent() - Method in class to.etc.util.IndentWriter
Output as many spaces as needed to reach the current indent level.
IndentWriter - Class in to.etc.util
Handles indented writing for dumps and the like.
IndentWriter() - Constructor for class to.etc.util.IndentWriter
Constructor
IndentWriter(Writer) - Constructor for class to.etc.util.IndentWriter
 
IndentWriter(Writer, boolean) - Constructor for class to.etc.util.IndentWriter
 
index() - Method in class to.etc.util.TextScanner
 
IndexedSelector - Class in to.etc.xml
 
IndexedSelector(String, int) - Constructor for class to.etc.xml.IndexedSelector
 
Info(String, int) - Constructor for class to.etc.util.Progress.Info
 
init() - Method in class to.etc.telnet.TelnetSession
Called after construction before this session is fully accepted, this retrieves all data, opens the streams and starts the reader thread.
init(Writer, int) - Method in class to.etc.util.IndentWriter
 
init(String) - Method in class to.etc.util.PathSplitter
 
init(Writer, int) - Method in class to.etc.xml.XmlWriter
 
initialize(String) - Method in class to.etc.smtp.MailBuilder
 
InputWrapper - Class in to.etc.csv
Wraps around a iRecordReader to provide some extra functions.
InputWrapper(iRecordReader) - Constructor for class to.etc.csv.InputWrapper
 
inState(int) - Method in class to.etc.telnet.TelnetStateThing
Returns T if the server is in a given state.
INT - Static variable in class to.etc.telnet.ExtendedPrintWriter
 
intAttr(Node, String, int) - Static method in class to.etc.xml.DomTools
 
intAttr(Node, String) - Static method in class to.etc.xml.DomTools
 
intAttr(Node, String, String, int) - Static method in class to.etc.xml.NSDomTools
 
intAttr(Node, String, String) - Static method in class to.etc.xml.NSDomTools
 
IntHashMap<T> - Class in to.etc.util
A hash map that uses primitive ints for the key rather than objects.
IntHashMap() - Constructor for class to.etc.util.IntHashMap
Constructs a new, empty hashtable with a default capacity and load factor, which is 20 and 0.75 respectively.
IntHashMap(int) - Constructor for class to.etc.util.IntHashMap
Constructs a new, empty hashtable with the specified initial capacity and default load factor, which is 0.75.
IntHashMap(int, float) - Constructor for class to.etc.util.IntHashMap
Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.
intNode(Node, String) - Static method in class to.etc.xml.DomTools
 
intNode(Node, String, int) - Static method in class to.etc.xml.DomTools
 
intNode(Node, String, String) - Static method in class to.etc.xml.NSDomTools
 
intNode(Node, String, String, int) - Static method in class to.etc.xml.NSDomTools
 
into(String) - Method in class to.etc.xml.DOMDecoderBase
Like select this locates the named element and makes it current, but this one aborts if the element is not present.
IntTokenizer - Class in to.etc.util
Tokenizer which can detokenize integers.
IntTokenizer(String) - Constructor for class to.etc.util.IntTokenizer
 
IntTokenizer(String, String) - Constructor for class to.etc.util.IntTokenizer
 
IntTokenizer(String, String, boolean) - Constructor for class to.etc.util.IntTokenizer
 
intToStr(int, int, int) - Static method in class to.etc.util.StringTool
Returns a number in the specified base, and with the specified #of positions.
InvalidVersionNumberException - Exception in to.etc.util
 
InvalidVersionNumberException(String) - Constructor for exception to.etc.util.InvalidVersionNumberException
 
InvEntry(String, int, long, byte[]) - Constructor for class to.etc.file.DirectoryInventory.InvEntry
 
InvEntry(String, int, long, byte[], DirectoryInventory.InvEntry[]) - Constructor for class to.etc.file.DirectoryInventory.InvEntry
 
IProgressListener - Interface in to.etc.util
Listens for Progress changes at a given level.
IPropertyAccessor - Interface in to.etc.util
Generic way to access/represent some kind of property.
iRecordReader - Interface in to.etc.csv
Created on Oct 14, 2003
isAllowNewlineInString() - Method in class to.etc.lexer.ReaderScannerBase
 
isAllSpaces(String) - Static method in class to.etc.util.StringTool
 
isArrayType() - Method in class to.etc.util.PropertyInfo
 
isBackGroundDisabled() - Static method in class to.etc.util.DeveloperOptions
 
isBigBang(Date) - Static method in class to.etc.xml.DomTools
 
isBlank(String) - Static method in class to.etc.util.StringTool
Checks if string is blank.
isBoolean(Class<?>) - Static method in class to.etc.util.RuntimeConversions
 
isByte(Class<?>) - Static method in class to.etc.util.RuntimeConversions
 
isCancelable() - Method in class to.etc.util.Progress
 
isCancelled() - Method in class to.etc.util.FutureImpl
 
isCancelled() - Method in class to.etc.util.FutureValueNB
 
isCancelled() - Method in class to.etc.util.Progress
 
isCharacter(Class<?>) - Static method in class to.etc.util.RuntimeConversions
 
isCollectionOrArrayType(Class<?>) - Static method in class to.etc.util.ClassUtil
 
isCollectionOrArrayType() - Method in class to.etc.util.PropertyInfo
Returns T if this is either a collection or an array.
isCollectionType() - Method in class to.etc.util.PropertyInfo
 
isCollectionType(Class<?>) - Static method in class to.etc.util.RuntimeConversions
Returns T if this is a supported collection type.
isDeveloperWorkstation() - Static method in class to.etc.util.DeveloperOptions
Returns T if this is a developer's workstation.
isDevelopment() - Method in class to.etc.util.VersionNumber
Return T if the version number starts with 99 or higher, as an indication this is a development thing.
isDirectory() - Method in class to.etc.file.DirectoryInventory.InvEntry
 
isDomainChar(char) - Static method in class to.etc.util.StringTool
 
isDone() - Method in class to.etc.util.FutureImpl
 
isDone() - Method in class to.etc.util.FutureValueNB
 
isDouble(Class<?>) - Static method in class to.etc.util.RuntimeConversions
 
isEmpty() - Method in interface to.etc.csv.iInputField
 
isEmpty() - Method in class to.etc.util.IntHashMap
Tests if this hashtable maps no keys to values.
isEmpty() - Method in class to.etc.util.LRUHashMap
 
isEmpty() - Method in class to.etc.util.PathSplitter
 
isEmptyLine() - Method in class to.etc.csv.CSVRecordReader
 
isEncodingValid() - Method in class to.etc.util.FileContentInfo
 
isEnumType(Class<?>) - Static method in class to.etc.util.RuntimeConversions
 
isEqual(String) - Method in class to.etc.util.PathSplitter
Compares the current string with the specified thingy.
isEqual(Object, Object) - Static method in class to.etc.util.StringTool
 
isEqualIgnoreCase(String, String) - Static method in class to.etc.util.StringTool
 
isFloat(Class<?>) - Static method in class to.etc.util.RuntimeConversions
 
isFutureDate(Date) - Static method in class to.etc.util.CalculationUtil
 
isFutureIndeterminate(Date) - Static method in class to.etc.util.DateUtil
Return T if the date is a indeterminate future date.
isIdChar(char) - Method in class to.etc.lexer.ReaderScannerBase
 
isIdStart(char) - Method in class to.etc.lexer.ReaderScannerBase
 
isIndentEnabled() - Method in class to.etc.util.IndentWriter
 
isInt(Class<?>) - Static method in class to.etc.util.RuntimeConversions
Return T if this class is int or Integer.
isInteger(String) - Static method in class to.etc.util.StringTool
Checks if forwarded string can be parsed into an Integer.
isInvalidOracleLength(String) - Static method in class to.etc.util.StringTool
Checks whether a given text is too big for the maximum varchar2 database field
isIterable(Object) - Static method in class to.etc.util.RuntimeConversions
Returns T if the object passed can be iterated over using the makeIterator call.
isKeepQuotes() - Method in class to.etc.lexer.ReaderTokenizerBase
 
isLong(Class<?>) - Static method in class to.etc.util.RuntimeConversions
 
isNumber(String) - Static method in class to.etc.util.StringTool
Returns TRUE if the string is a number, possibly containing a '.'.
isNumeric(Class<?>) - Static method in class to.etc.util.RuntimeConversions
 
isOblivian(Date) - Static method in class to.etc.xml.DomTools
 
isRestEmpty() - Method in class to.etc.util.PathSplitter
 
isSameBase(VersionNumber) - Method in class to.etc.util.VersionNumber
Returns T if both numbers have the same prefix and suffix.
isSevereException(Throwable) - Method in class to.etc.util.ExceptionClassifier
Convenience method that returns true when the Throwable is found to be classified as SEVERE or UNKNOWN.
isShort(Class<?>) - Static method in class to.etc.util.RuntimeConversions
 
isSimpleType(Class<?>) - Static method in class to.etc.util.RuntimeConversions
 
isTestDateSet() - Static method in class to.etc.util.DateUtil
 
isTestSources(String) - Static method in class to.etc.pombuilder.PomBuilder
 
isText() - Method in class to.etc.util.FileContentInfo
 
isTextOnly(Node) - Static method in class to.etc.xml.DomTools
 
isValidDbFieldName(String) - Static method in class to.etc.util.StringTool
Field name must start with ascii letter, then letters, digits or _.
isValidDomainName(String) - Static method in class to.etc.util.StringTool
Checks if the name is a valid domain name.
isValidDottedName(String) - Static method in class to.etc.util.StringTool
 
isValidEmail(String) - Static method in class to.etc.util.StringTool
 
isValidJavaIdentifier(String) - Static method in class to.etc.util.StringTool
 
isWeekend(Calendar) - Static method in class to.etc.util.DateUtil
 
isWhiteSpaceOrNbsp(char) - Static method in class to.etc.util.StringTool
 
ITelnetClientEvent - Interface in to.etc.telnet
Event handler when you're interested in Telnet events.
ITelnetCommandHandler - Interface in to.etc.telnet
This interface allows easy extension of the available telnet commands by allowing a user to add commands to the set.
iterator() - Method in class to.etc.util.FileIterator
 
iterator() - Method in class to.etc.util.LineIterator
 
iterator() - Method in class to.etc.xml.NodeIterator
 
iterator() - Method in class to.etc.xml.NodeListIterator
 
ITypeMapping - Interface in to.etc.json
 

J

JSLocationMapping - Class in to.etc.template
 
JSLocationMapping(int, int, int, int) - Constructor for class to.etc.template.JSLocationMapping
 
JSON - Class in to.etc.json
Shared accessor to handle JSON marshalling/unmarshalling.
JsonArrayFactory - Class in to.etc.json
 
JsonArrayFactory() - Constructor for class to.etc.json.JsonArrayFactory
 
JsonArrayType - Class in to.etc.json
 
JsonArrayType(ITypeMapping, Class<?>) - Constructor for class to.etc.json.JsonArrayType
 
JsonBooleanFactory - Class in to.etc.json
 
JsonBooleanFactory() - Constructor for class to.etc.json.JsonBooleanFactory
 
JsonClassType<T> - Class in to.etc.json
 
JsonClassType(Class<T>) - Constructor for class to.etc.json.JsonClassType
 
JsonEnumFactory - Class in to.etc.json
 
JsonEnumFactory() - Constructor for class to.etc.json.JsonEnumFactory
 
JsonIntFactory - Class in to.etc.json
 
JsonIntFactory() - Constructor for class to.etc.json.JsonIntFactory
 
JsonListFactory - Class in to.etc.json
Renders generic lists.
JsonListFactory() - Constructor for class to.etc.json.JsonListFactory
 
JsonLongFactory - Class in to.etc.json
 
JsonLongFactory() - Constructor for class to.etc.json.JsonLongFactory
 
JsonParseException - Exception in to.etc.json
 
JsonParseException() - Constructor for exception to.etc.json.JsonParseException
 
JsonParseException(String, Throwable) - Constructor for exception to.etc.json.JsonParseException
 
JsonParseException(String) - Constructor for exception to.etc.json.JsonParseException
 
JsonParseException(Throwable) - Constructor for exception to.etc.json.JsonParseException
 
JsonParseException(JsonReader, ITypeMapping, String) - Constructor for exception to.etc.json.JsonParseException
 
JsonReader - Class in to.etc.json
 
JsonReader(Object, Reader, JsonTypeRegistry) - Constructor for class to.etc.json.JsonReader
 
JsonSetFactory - Class in to.etc.json
 
JsonSetFactory() - Constructor for class to.etc.json.JsonSetFactory
 
JsonStringFactory - Class in to.etc.json
 
JsonStringFactory() - Constructor for class to.etc.json.JsonStringFactory
 
JsonTypeRegistry - Class in to.etc.json
 
JsonTypeRegistry() - Constructor for class to.etc.json.JsonTypeRegistry
 
JsonUtcDateFactory - Class in to.etc.json
Maps java.util.Date to a long utc value.
JsonUtcDateFactory() - Constructor for class to.etc.json.JsonUtcDateFactory
 
JsonWriter - Class in to.etc.json
 
JsonWriter(Writer, JsonTypeRegistry) - Constructor for class to.etc.json.JsonWriter
 
JSTemplate - Class in to.etc.template
A single template which can be generated.
JSTemplate(String, ScriptEngine, CompiledScript, List<JSLocationMapping>) - Constructor for class to.etc.template.JSTemplate
 
JSTemplateCompiler - Class in to.etc.template
This factory class creates a compiled template for a JSP like template.
JSTemplateCompiler() - Constructor for class to.etc.template.JSTemplateCompiler
 
JSTemplateError - Exception in to.etc.template
 
JSTemplateError(String, String, int, int) - Constructor for exception to.etc.template.JSTemplateError
 
JSTemplateError(Throwable, String, String, int, int) - Constructor for exception to.etc.template.JSTemplateError
 

K

keySet() - Method in class to.etc.util.LRUHashMap
 

L

LA() - Method in class to.etc.lexer.TextReaderBase
Returns the "current" character in the queue.
LA(int) - Method in class to.etc.lexer.TextReaderBase
Returns the ixth character for lookahead.
LA() - Method in class to.etc.util.TextScanner
 
LA(int) - Method in class to.etc.util.TextScanner
 
Lambda - Class in to.etc.function
EXPERIMENTAL.
Lambda() - Constructor for class to.etc.function.Lambda
 
Lambda.BiConsumer_WithExceptions<T,U,E extends Exception> - Interface in to.etc.function
 
Lambda.Consumer_WithExceptions<T,E extends Exception> - Interface in to.etc.function
 
Lambda.Function_WithExceptions<T,R,E extends Exception> - Interface in to.etc.function
 
Lambda.Runnable_WithExceptions<E extends Exception> - Interface in to.etc.function
 
Lambda.Supplier_WithExceptions<T,E extends Exception> - Interface in to.etc.function
 
Lanczos3Filter - Class in to.etc.sjit
Lanczos3 filter implementation.
Lanczos3Filter() - Constructor for class to.etc.sjit.Lanczos3Filter
 
length() - Method in class to.etc.util.TextScanner
 
LexerToken - Class in to.etc.lexer
Base type for lexer tokens.
LexerToken() - Constructor for class to.etc.lexer.LexerToken
 
LineIterator - Class in to.etc.util
 
LineIterator(String) - Constructor for class to.etc.util.LineIterator
 
LineIterator(Reader) - Constructor for class to.etc.util.LineIterator
 
link(String, String) - Method in class to.etc.smtp.MailBuilder
Render a link in HTML, embedding "text" in the link.
linkNoText(String, String) - Method in class to.etc.smtp.MailBuilder
 
list(String) - Method in class to.etc.xml.DOMDecoderBase
When present this selects the node with the specified name, and initializes a list-walk at this level.
list(String, String) - Method in class to.etc.xml.DOMDecoderBase
 
load(File) - Static method in class to.etc.file.DirectoryInventory
Load the inventory from a file.
load() - Method in class to.etc.util.FileContentInfo
 
loadArray(File) - Static method in class to.etc.util.FileTool
 
loadByteBuffers(InputStream) - Static method in class to.etc.util.FileTool
Loads a byte[][] from an input stream until exhaustion.
loadByteBuffers(File) - Static method in class to.etc.util.FileTool
Load an entire file in a byte buffer set.
loadClass(ClassLoader, String) - Static method in class to.etc.util.ClassUtil
 
loadFile(File) - Static method in class to.etc.sjit.ImaTool
Loads an image from a file.
loadFile_image(File) - Static method in class to.etc.sjit.ImaTool
Loads an image from a file.
loadGIF(File, int) - Static method in class to.etc.sjit.ImaTool
Load a GIF format image.
loadGIF(InputStream, int) - Static method in class to.etc.sjit.ImaTool
Load a GIF format image.
loadGIF(InputStream) - Static method in class to.etc.sjit.ImaTool
Load a GIF format image using the BYTE_TYPE_INDEXED format (fastest)
loadGIF(File) - Static method in class to.etc.sjit.ImaTool
Load a GIF format image using the BYTE_TYPE_INDEXED format (fastest)
loadInstance(ClassLoader, Class<T>, String) - Static method in class to.etc.util.ClassUtil
 
loadJPEG(InputStream) - Static method in class to.etc.sjit.ImaTool
Loads a JPEG image from a stream.
loadJPEG(File) - Static method in class to.etc.sjit.ImaTool
Loads a JPEG image from a file.
loadPNG(InputStream) - Static method in class to.etc.sjit.ImaTool
 
loadProject(File) - Method in class to.etc.pombuilder.PomBuilder
 
loadProperties(File) - Static method in class to.etc.util.FileTool
Load a file as a Properties file.
loadPropertiesFromZip(File, String) - Static method in class to.etc.util.FileTool
Opens the jar file and tries to load the plugin.properties file from it.
loadPropertiesFromZip(InputStream, String) - Static method in class to.etc.util.FileTool
Opens the jar file and tries to load the plugin.properties file from it.
loadSerialized(InputStream) - Static method in class to.etc.util.FileTool
Load a single serialized object from a datastream.
loadSerialized(File) - Static method in class to.etc.util.FileTool
Load a single serialized object from a file.
loadSerializedNullOnError(InputStream) - Static method in class to.etc.util.FileTool
Load a serialized object, and return null on any load exception.
loadSerializedNullOnError(File) - Static method in class to.etc.util.FileTool
 
loadStream(InputStream, String) - Static method in class to.etc.sjit.ImaTool
Loads an image from a stream.
loadXmlFromZip(File, String, boolean) - Static method in class to.etc.util.FileTool
Opens the jar file and tries to load the plugin.properties file from it.
loadXmlFromZip(InputStream, String, String, boolean) - Static method in class to.etc.util.FileTool
Opens the jar file and tries to load the plugin.properties file from it.
LocalEventManager - Class in to.etc.event.local
Manager can be used to fire events that will be handled on the same server that fires them.
LocalEventManager() - Constructor for class to.etc.event.local.LocalEventManager
 
locateName(String) - Method in class to.etc.template.ServletTplExpander
Deprecated.
Locates a root name.
locateName(String) - Method in class to.etc.template.TplExpander
Deprecated.
Locates a root name.
log(String) - Method in interface to.etc.util.ILogSink
 
log(String) - Method in class to.etc.util.MemoryLogSink
 
log(String) - Method in class to.etc.util.StandardLogfile
Logs a line to the stream.
longAttr(Node, String) - Static method in class to.etc.xml.DomTools
 
longAttrWrapped(Node, String) - Static method in class to.etc.xml.DomTools
 
longNode(Node, String) - Static method in class to.etc.xml.DomTools
 
longNode(Node, String, long) - Static method in class to.etc.xml.DomTools
 
longNode(Node, String, String) - Static method in class to.etc.xml.NSDomTools
 
longNode(Node, String, String, long) - Static method in class to.etc.xml.NSDomTools
 
longWrapperNode(Node, String) - Static method in class to.etc.xml.DomTools
 
Lorem - Class in to.etc.util
 
LRUHashMap<K,V> - Class in to.etc.util
Hashmap which can use LRU removal of items.
LRUHashMap(int) - Constructor for class to.etc.util.LRUHashMap
 
LRUHashMap(int, int) - Constructor for class to.etc.util.LRUHashMap
 

M

m_bi - Variable in class to.etc.sjit.GifHandlerBase
 
m_bits_colortable - Variable in class to.etc.sjit.GifImaMeta
 
m_blus - Variable in class to.etc.sjit.GifImaMeta
 
m_bx - Variable in class to.etc.sjit.GifImaMeta
 
m_by - Variable in class to.etc.sjit.GifImaMeta
 
m_cb - Variable in class to.etc.template.TplExpander
Deprecated.
 
m_codeCodeTbl - Static variable in class to.etc.util.HtmlEntityTables
 
m_codeDescTbl - Static variable in class to.etc.util.HtmlEntityTables
 
m_codeStrTbl - Static variable in class to.etc.util.HtmlEntityTables
 
m_delaytime - Variable in class to.etc.sjit.GifImaMeta
 
m_disposalmethod - Variable in class to.etc.sjit.GifImaMeta
 
m_gd - Variable in class to.etc.sjit.GifHandlerBase
 
m_grns - Variable in class to.etc.sjit.GifImaMeta
 
m_h - Variable in class to.etc.sjit.GifHandlerBase
 
m_h - Variable in class to.etc.sjit.GifImaMeta
 
m_h_bgindex - Variable in class to.etc.sjit.AnimGifDecoder
 
m_h_color_res - Variable in class to.etc.sjit.AnimGifDecoder
 
m_h_has_global_ct - Variable in class to.etc.sjit.AnimGifDecoder
 
m_h_lh - Variable in class to.etc.sjit.AnimGifDecoder
 
m_h_lw - Variable in class to.etc.sjit.AnimGifDecoder
 
m_h_pxaspect - Variable in class to.etc.sjit.AnimGifDecoder
 
m_h_sig - Variable in class to.etc.sjit.AnimGifDecoder
 
m_h_sorted - Variable in class to.etc.sjit.AnimGifDecoder
 
m_h_sz_global_ct - Variable in class to.etc.sjit.AnimGifDecoder
 
m_h_version - Variable in class to.etc.sjit.AnimGifDecoder
 
m_haslocalcolortable - Variable in class to.etc.sjit.GifImaMeta
 
m_hostname - Variable in class to.etc.template.TplExpander
Deprecated.
 
m_hostport - Variable in class to.etc.template.TplExpander
Deprecated.
 
m_hosturl - Variable in class to.etc.template.TplExpander
Deprecated.
 
m_im - Variable in class to.etc.sjit.GifHandlerBase
 
m_interlace_phase - Variable in class to.etc.sjit.GifHandlerBase
 
m_interlaced - Variable in class to.etc.sjit.GifImaMeta
 
m_n_gc_colors - Variable in class to.etc.sjit.AnimGifDecoder
 
m_nameCodeTbl - Static variable in class to.etc.util.HtmlEntityTables
 
m_nameStrTbl - Static variable in class to.etc.util.HtmlEntityTables
 
m_no_opt - Variable in class to.etc.sjit.AnimGifEncoder
 
m_out_e - Variable in class to.etc.sjit.GifHandlerBase
 
m_out_o - Variable in class to.etc.sjit.GifHandlerBase
 
m_out_ps - Variable in class to.etc.telnet.TelnetSysoutMirrorStream
 
m_reds - Variable in class to.etc.sjit.GifImaMeta
 
m_req - Variable in class to.etc.template.ServletTplExpander
Deprecated.
 
m_res - Variable in class to.etc.template.ServletTplExpander
Deprecated.
 
m_servlet_basepath - Variable in class to.etc.template.TplExpander
Deprecated.
 
m_servlet_fullpath - Variable in class to.etc.template.TplExpander
Deprecated.
 
m_sorted - Variable in class to.etc.sjit.GifImaMeta
 
m_soundexInts - Variable in class to.etc.util.Soundex
Table
m_sz_colortable - Variable in class to.etc.sjit.GifImaMeta
 
m_sz_written - Variable in class to.etc.util.NullOutputStream
The #of bytes currently written.
m_transparant - Variable in class to.etc.sjit.GifImaMeta
 
m_transparant_ix - Variable in class to.etc.sjit.GifImaMeta
 
m_ts - Variable in class to.etc.telnet.TelnetSysoutMirrorStream
 
m_type - Variable in class to.etc.sjit.GifHandlerBase
 
m_userinputflag - Variable in class to.etc.sjit.GifImaMeta
 
m_w - Variable in class to.etc.sjit.GifHandlerBase
 
m_w - Variable in class to.etc.sjit.GifImaMeta
 
m_x - Variable in class to.etc.sjit.GifHandlerBase
 
m_y - Variable in class to.etc.sjit.GifHandlerBase
 
MailBuilder - Class in to.etc.smtp
Utility class to generate email messages containing embedded HTML and plaintext, and allowing for attachment images.
MailBuilder() - Constructor for class to.etc.smtp.MailBuilder
Creates mail builder that automatically creates html header and body.
MailException - Exception in to.etc.smtp
 
MailException(String) - Constructor for exception to.etc.smtp.MailException
 
MailException(String, Throwable) - Constructor for exception to.etc.smtp.MailException
 
main(String[]) - Static method in class to.etc.file.DirectoryInventory
 
main(String[]) - Static method in class to.etc.pombuilder.PomBuilder
 
main(String[]) - Static method in class to.etc.sjit.BColorQuantizer
 
main(String[]) - Static method in class to.etc.sjit.ImageSubsampler
 
main(String[]) - Static method in class to.etc.sjit.ImaTool
 
main(String[]) - Static method in class to.etc.sjit.SlowSampler
Deprecated.
 
main(String[]) - Static method in class to.etc.smtp.MailBuilder
 
main(String[]) - Static method in class to.etc.smtp.SmtpTransport
 
main(String[]) - Static method in class to.etc.telnet.TelnetServer
 
main(String[]) - Static method in class to.etc.util.CalculationUtil
 
main(String[]) - Static method in class to.etc.util.DateUtil
 
main(String[]) - Static method in class to.etc.util.Diff
 
main(String[]) - Static method in class to.etc.util.FileIterator
Runnable example of usage.
main(String[]) - Static method in class to.etc.util.GIS
 
main(String[]) - Static method in class to.etc.util.HtmlEntity
Main.
main(String[]) - Static method in class to.etc.util.Lorem
 
main(String[]) - Static method in class to.etc.util.LRUHashMap
 
main(String[]) - Static method in class to.etc.util.Soundex
Displays the codes for the parameters.
main(String[]) - Static method in class to.etc.util.StringTool
 
main(String[]) - Static method in class to.etc.util.VersionNumber
 
makeBuffered(Image, int) - Static method in class to.etc.sjit.ImaTool
Converts an Image into a same-size buffered image if it's not already a BufferedImage.
makeBuffered(Image) - Static method in class to.etc.sjit.ImaTool
Converts an Image into a same-size buffered image if it's not already a BufferedImage.
makeDate(int, int, int) - Static method in class to.etc.util.CalculationUtil
 
makeDateRAW(int, int, int) - Static method in class to.etc.util.CalculationUtil
 
makeIterator(Object) - Static method in class to.etc.util.RuntimeConversions
This creates an iterator which can iterate over the object passed.
makeJarLoader(File) - Static method in class to.etc.util.FileTool
Creates a classloader to load data from the given jar file.
makeJarLoader(File, ClassLoader) - Static method in class to.etc.util.FileTool
 
makeSearchPath(StringBuilder, List<String>) - Static method in class to.etc.util.StringTool
Returns a string buffer containing a search path variable from the vector passed.
makeSearchPath(List<String>) - Static method in class to.etc.util.StringTool
Returns a string buffer containing a search path variable from the vector passed.
makeSearchPath(StringBuffer, String[]) - Static method in class to.etc.util.StringTool
Returns a string buffer containing a search path variable from the vector passed.
makeSearchPath(String[]) - Static method in class to.etc.util.StringTool
Returns a string buffer containing a search path variable from the vector passed.
makeTempFile(File) - Static method in class to.etc.util.FileTool
Create a temp file within the specified root directory.
makeURL(File) - Static method in class to.etc.util.StringTool
Workaround for Java bug delivering file:// instead of file:/// for file.toURL().toString().
mark(int) - Method in class to.etc.net.NetTools.HttpInputStream
Despite the warning, do not make synchronized.
mark(int) - Method in class to.etc.util.CompoundInputStream
 
mark(int) - Method in class to.etc.util.StringInputStream
Despite the Eclipse warning: do NOT add synchronized - it is wrong.
mark(int) - Method in class to.etc.util.WrappedDatabaseInputStream
Despite the Eclipse warning: do NOT add synchronized - it is wrong.
markSupported() - Method in class to.etc.net.NetTools.HttpInputStream
 
markSupported() - Method in class to.etc.util.ByteBufferInputStream
 
markSupported() - Method in class to.etc.util.CompoundInputStream
 
markSupported() - Method in class to.etc.util.StringInputStream
 
markSupported() - Method in class to.etc.util.WrappedDatabaseInputStream
 
MAX_EMAIL_LENGTH - Static variable in class to.etc.util.StringTool
According to RFC 3696
MAX_SIZE_IN_BYTES_FOR_ORACLE_VARCHAR2 - Static variable in class to.etc.util.StringTool
Deprecated.
md5Hash(byte[]) - Static method in class to.etc.util.SecurityUtils
Returns the MD5 hash for the data passed.
MemoryLogSink - Class in to.etc.util
A logsink which logs into an Appendable.
MemoryLogSink(Appendable) - Constructor for class to.etc.util.MemoryLogSink
 
Message - Class in to.etc.smtp
An email message.
Message() - Constructor for class to.etc.smtp.Message
 
Message(SmtpTransport) - Constructor for class to.etc.smtp.Message
 
MimeUtil - Class in to.etc.xml
 
MimeUtil() - Constructor for class to.etc.xml.MimeUtil
 
MimeWriter - Class in to.etc.smtp
Write MIME messages.
MimeWriter(OutputStream) - Constructor for class to.etc.smtp.MimeWriter
 
MimeWriter(MimeWriter, OutputStream) - Constructor for class to.etc.smtp.MimeWriter
 
MitchellFilter - Class in to.etc.sjit
Mitchell filter implementation
MitchellFilter() - Constructor for class to.etc.sjit.MitchellFilter
 
moveTo(int) - Method in class to.etc.util.HtmlScanner
 
MultipartFile - Class in to.etc.net
Deprecated.
MultipartFile() - Constructor for class to.etc.net.MultipartFile
Deprecated.
 
MultipartPoster - Class in to.etc.net
Deprecated.
MultipartPoster() - Constructor for class to.etc.net.MultipartPoster
Deprecated.
 
MultipartSendListener - Interface in to.etc.net
Deprecated.

N

NetTools - Class in to.etc.net
Utilities for net access.
NetTools.HttpInputStream - Class in to.etc.net
 
newData(boolean, char[], int) - Method in interface to.etc.util.ProcessTools.IFollow
 
newDir(File) - Static method in class to.etc.util.FileTool
Create a temp directory within the root directory.
next() - Method in class to.etc.util.ArrayIterator
 
next() - Method in class to.etc.util.FileIterator
 
next() - Method in class to.etc.util.LineIterator
 
next() - Method in class to.etc.util.PathSplitter
 
next() - Method in class to.etc.xml.NodeIterator
 
next() - Method in class to.etc.xml.NodeListIterator
 
nextChar() - Method in class to.etc.util.TextScanner
Deprecated.
nextInt() - Method in class to.etc.util.IntTokenizer
Takes the next token and decodes it as an integer value.
nextLong() - Method in class to.etc.util.IntTokenizer
Takes the next token and decodes it as a long value.
nextRecord() - Method in class to.etc.csv.CSVRecordReader
Read the next (or first) record from the input and prepare it for processing.
nextRecord() - Method in class to.etc.csv.InputWrapper
 
nextRecord() - Method in interface to.etc.csv.iRecordReader
Read the next (or first) record from the input and prepare it for processing.
nextTag() - Method in class to.etc.util.HtmlScanner
This scans for the next tag starting at the current position.
nextToken() - Method in class to.etc.lexer.ReaderTokenizerBase
 
nextToken(LexerToken) - Method in class to.etc.lexer.TextTokenizerBase
Checks if the token queue contains tokens, and if so returns the topmost one.
nextToken() - Method in class to.etc.template.ExpReader
Deprecated.
Collects the next token.
nextTokenPrim() - Method in class to.etc.lexer.TextTokenizerBase
Handles actual token generation using the reader's globals.
nl() - Method in class to.etc.json.JsonWriter
 
nl() - Method in class to.etc.smtp.MailBuilder
 
NO_MAX - Static variable in class to.etc.util.Soundex
Length,
nodeFind(Node, String, String) - Method in class to.etc.xml.DOMDecoderBase
Finds a single element with the name spec'd in the node.
nodeFind(Node, String) - Static method in class to.etc.xml.DomTools
Finds a single element with the name spec'd in the node.
nodeFind(Node, String, String) - Static method in class to.etc.xml.NSDomTools
Finds a single element with the name spec'd in the node.
nodeFindXpath(Node, String) - Static method in class to.etc.xml.DomTools
Finds a child node, via the xpath query route.
nodeGet(Node, String, String) - Method in class to.etc.xml.DOMDecoderBase
 
NodeIterator - Class in to.etc.xml
 
NodeIterator(Node) - Constructor for class to.etc.xml.NodeIterator
 
NodeListIterator - Class in to.etc.xml
Iterator for NodeList
NodeListIterator(NodeList) - Constructor for class to.etc.xml.NodeListIterator
 
nodesFind(Node, String) - Static method in class to.etc.xml.DomTools
Searches for child Nodes in the specified Node which have the specified name and returns the result as a Set.
nodeToString(Node) - Static method in class to.etc.xml.DOMWriter
Deprecated.
Return a string containing this node serialized as XML.
normalizeConcat(String, String) - Static method in class to.etc.util.StringTool
Called when generate() is called with a string.
normalizeUndot(String) - Static method in class to.etc.util.StringTool
Takes an input URL and handles all '.' and '..' replacements.
normalizeURL(String, String) - Static method in class to.etc.util.StringTool
Called when generate() is called with a string.
now() - Static method in class to.etc.util.DateUtil
 
NSDomTools - Class in to.etc.xml
DomTools version that is namespace-aware.
NSDomTools() - Constructor for class to.etc.xml.NSDomTools
 
NullOutputStream - Class in to.etc.util
This is an outputstream which accepts data and sends it to the bit bucket (no data is stored).
NullOutputStream() - Constructor for class to.etc.util.NullOutputStream
 

O

OBLIVIAN - Static variable in class to.etc.xml.DomTools
 
oldStrOracleTruncate(String, int) - Static method in class to.etc.util.StringTool
Handles Oracle truncation rules: If the string is > nchars truncate to nchars Convert the string to bytes in UTF-8 encoding If the string length, in bytes, is > 4000 bytes (the max stupid size of Oracle's stupid varchar2 column, stupid) remove characters until the string fits the stupidly limited Oracle column
oldStrOracleTruncate(String, int, String) - Static method in class to.etc.util.StringTool
Returns string that can fix into Oracle column, and in case that it has to be truncated it adds specified suffix to it, that is still not exceding Oracle limit in total.
onEntry(File, String) - Method in interface to.etc.file.DirWalker.IEntry
 
oneOf(String, String...) - Method in class to.etc.xml.DOMDecoderBase
 
open(Reader, String) - Method in class to.etc.csv.CSVRecordReader
 
open(Reader, String) - Method in interface to.etc.csv.iRecordReader
 
open() - Method in class to.etc.net.MultipartFile
Deprecated.
 
or(BoolVector) - Method in class to.etc.util.BoolVector
Does a bitwise OR of the contents of THIS vector and the parameter vector, and store the result in this vector.
out(String) - Method in class to.etc.telnet.ExtendedPrintWriter
 
out(long) - Method in class to.etc.telnet.ExtendedPrintWriter
 
overlaps(Date, Date, Date, Date) - Static method in class to.etc.util.DateUtil
 

P

Pair<A,B> - Class in to.etc.util
 
Pair(A, B) - Constructor for class to.etc.util.Pair
 
parse(JsonReader) - Method in class to.etc.json.AbstractJsonArrayType
 
parse(JsonReader) - Method in interface to.etc.json.ITypeMapping
 
parse(JsonReader) - Method in class to.etc.json.JsonClassType
 
parse(Class<T>, Type) - Method in class to.etc.json.JsonReader
 
parse(String) - Static method in class to.etc.util.VersionNumber
Parses a version number in the format: pppx.x.xsss, where ppp is any non-numeric string, x.x.x is a repeated set of numbers separated by dots, and sss is another non-numeric string.
parseHeader(String) - Method in class to.etc.xml.MimeUtil
The idiotic JSDK returns the entire content type header, including any subproperties (like charset) instead of decoding it as it bloody should.
parseSAX(Reader, String, ContentHandler, ErrorHandler) - Static method in class to.etc.xml.SAXTools
 
parseSAX(Class<?>, String, ContentHandler, ErrorHandler) - Static method in class to.etc.xml.SAXTools
 
parseSAX(Class<?>, String, ContentHandler) - Static method in class to.etc.xml.SAXTools
 
parseString(StringBuilder, String) - Static method in class to.etc.util.StringTool
Takes a java string, without quotes, and replaces all escape sequences in there with their actual character representation.
partHeader(String, String) - Method in class to.etc.smtp.MimeWriter
 
partStart(boolean, String, String...) - Method in class to.etc.smtp.MimeWriter
 
partStream() - Method in class to.etc.smtp.MimeWriter
Returns the content stream for the current part.
partWriter(String) - Method in class to.etc.smtp.MimeWriter
Get a writer which allows writing content to the data in the appropriate format and encoding.
PathExpression - Class in to.etc.xml
Encapsulates a path into an XML expression.
PathSelector - Interface in to.etc.xml
This is a simple path selector base class.
PathSplitter - Class in to.etc.util
Helps with splicing paths into fragments one part at a time.
PathSplitter() - Constructor for class to.etc.util.PathSplitter
 
PathSplitter(String) - Constructor for class to.etc.util.PathSplitter
 
peekWord() - Method in class to.etc.util.TextScanner
Provides the same functionality as #scanWord() but, after finding the word, resets the index to the original position.
pixels(byte[], int) - Method in class to.etc.sjit.GifHandlerBase
Called when a new set of pixels is available.
pixels(byte[], int) - Method in class to.etc.sjit.GifIndexedHandler
 
PomBuilder - Class in to.etc.pombuilder
Generates the heaps of crap Maven needs to build a simple webapp.
PomBuilder() - Constructor for class to.etc.pombuilder.PomBuilder
 
popToken() - Method in class to.etc.lexer.TextTokenizerBase
 
prepare() - Method in class to.etc.sjit.GifHandlerBase
Called when the image-to-decode's metadata is known and decoding will commence.
prepare() - Method in class to.etc.sjit.GifIndexedHandler
Prepare decoding the current image.
prepareDir(File) - Static method in class to.etc.util.FileTool
prepare a directory in this way: if it does not exist, create it.
print(String, int) - Method in class to.etc.telnet.ExtendedPrintWriter
Print a string with a fixed width.
print(long, int) - Method in class to.etc.telnet.ExtendedPrintWriter
 
print(String) - Method in class to.etc.util.IndentWriter
 
printCommad(long, int) - Method in class to.etc.telnet.ExtendedPrintWriter
 
printHex(PrintWriter, byte[]) - Static method in class to.etc.util.StringTool
 
printHex(PrintWriter, byte[], int, int) - Static method in class to.etc.util.StringTool
 
printHex(PrintStream, byte[]) - Static method in class to.etc.util.StringTool
 
printHex(PrintStream, byte[], int, int) - Static method in class to.etc.util.StringTool
 
println() - Method in class to.etc.util.IndentWriter
 
println(String) - Method in class to.etc.util.IndentWriter
 
printright(String, int) - Method in class to.etc.telnet.ExtendedPrintWriter
 
printSize(long, int) - Method in class to.etc.telnet.ExtendedPrintWriter
 
ProcessTools - Class in to.etc.util
Helper code to spawn processes and capture their output.
ProcessTools() - Constructor for class to.etc.util.ProcessTools
 
ProcessTools(ProcessBuilder) - Constructor for class to.etc.util.ProcessTools
 
ProcessTools.IFollow - Interface in to.etc.util
 
ProcessTools.StreamCopyThread - Class in to.etc.util
This is used to async read strout and stderr streams from a process into another output stream.
ProcessTools.StreamReaderThread - Class in to.etc.util
This is used to async read strout and stderr streams from a process...
Progress - Class in to.etc.util
A progress reporter utility.
Progress(String) - Constructor for class to.etc.util.Progress
Top-level progress indicator for a given task.
Progress.Info - Class in to.etc.util
 
progressed(Progress) - Method in interface to.etc.util.IProgressListener
 
PropertyInfo - Class in to.etc.util
Information on properties on a class.
PropertyInfo(String, Method, Method) - Constructor for class to.etc.util.PropertyInfo
 
PropertyMapping - Class in to.etc.json
 
PropertyMapping(Method, Method, String, ITypeMapping) - Constructor for class to.etc.json.PropertyMapping
 
propertyNameToJava(StringBuilder, String) - Static method in class to.etc.util.ClassUtil
 
propertyNameToJava(String) - Static method in class to.etc.util.ClassUtil
 
pushToken(LexerToken) - Method in class to.etc.lexer.TextTokenizerBase
Push the specified token into the token queue.
pushTokenCopy(LexerToken) - Method in class to.etc.lexer.TextTokenizerBase
 
put(String, Object) - Method in class to.etc.telnet.TelnetSession
Adds a client data thing to this-session's session data.
put(int, T) - Method in class to.etc.util.IntHashMap
Maps the specified key to the specified value in this hashtable.
put(K, V) - Method in class to.etc.util.LRUHashMap
Associates the specified value with the specified key in this map.
putAll(Map<? extends K, ? extends V>) - Method in class to.etc.util.LRUHashMap
Adds all of the elements to this map.
putDummy(String) - Method in class to.etc.template.TplExpander
Deprecated.
This method posts the "dummy getter" method for a given name.
putFormAs(String) - Method in class to.etc.template.ServletTplExpander
Deprecated.
This method posts the "get from form" method for fields.
putGetter(String, Object) - Method in class to.etc.template.TplExpander
Deprecated.
 

Q

quantizeImage(BufferedImage, int, boolean) - Static method in class to.etc.sjit.BColorQuantizer
Reduce the image to the given number of colors.
quantizeImage(int[][], int) - Static method in class to.etc.sjit.ColorQuantize
Reduce the image to the given number of colors.
QuotedPrintableOutputStream - Class in to.etc.smtp
This is a wrapper for email-data streams.
QuotedPrintableOutputStream(OutputStream) - Constructor for class to.etc.smtp.QuotedPrintableOutputStream
 

R

rawHeader(String, String) - Method in class to.etc.smtp.MimeWriter
 
rawlog(String) - Method in class to.etc.util.StandardLogfile
 
read() - Method in class to.etc.net.NetTools.HttpInputStream
 
read(byte[], int, int) - Method in class to.etc.net.NetTools.HttpInputStream
 
read(byte[]) - Method in class to.etc.net.NetTools.HttpInputStream
 
read(int) - Method in class to.etc.sjit.AnimGifDecoder
Reads the specified image number from the GIF, creating a BufferedImage of the specified type.
read(byte[]) - Method in class to.etc.util.ByteBufferInputStream
 
read() - Method in class to.etc.util.ByteBufferInputStream
 
read(byte[], int, int) - Method in class to.etc.util.ByteBufferInputStream
 
read() - Method in class to.etc.util.CharReader
 
read(char[], int, int) - Method in class to.etc.util.CharReader
 
read() - Method in class to.etc.util.CompoundInputStream
 
read(byte[], int, int) - Method in class to.etc.util.CompoundInputStream
 
read(char[], int, int) - Method in class to.etc.util.CopyingReader
Read the crud, and append all that was read to the string buffer also.
read() - Method in class to.etc.util.StringInputStream
 
read(byte[], int, int) - Method in class to.etc.util.StringInputStream
 
read(byte[]) - Method in class to.etc.util.StringInputStream
 
read(byte[], int, int) - Method in class to.etc.util.WrappedDatabaseInputStream
 
read(byte[]) - Method in class to.etc.util.WrappedDatabaseInputStream
 
read() - Method in class to.etc.util.WrappedDatabaseInputStream
 
readAsString(Clob) - Static method in class to.etc.util.FileTool
Returns the string from specified Clob.
readByteArray(InputStream) - Static method in class to.etc.util.FileTool
 
ReaderScannerBase - Class in to.etc.lexer
 
ReaderScannerBase(Object, Reader) - Constructor for class to.etc.lexer.ReaderScannerBase
 
ReaderTokenizerBase - Class in to.etc.lexer
Created on Sep 9, 2004
ReaderTokenizerBase(Object, Reader) - Constructor for class to.etc.lexer.ReaderTokenizerBase
 
readFileAsByteArray(File) - Static method in class to.etc.util.FileTool
Read a file's contents as byte[].
readFileAsString(File) - Static method in class to.etc.util.FileTool
Read a file's contents in a string using the default encoding of the platform.
readFileAsString(Appendable, File) - Static method in class to.etc.util.FileTool
 
readFileAsString(File, String) - Static method in class to.etc.util.FileTool
Read a file into a string using the specified encoding.
readHeadAndTail(StringBuffer, File, int, int) - Static method in class to.etc.util.FileTool
mbp, moved here from old DaemonBase with some adaptions.
readInt(InputStream) - Static method in class to.etc.util.FileTool
Reads a 4-byte bigendian int off the connection.
readLong(InputStream) - Static method in class to.etc.util.FileTool
 
readResourceAsByteArray(Class<?>, String) - Static method in class to.etc.util.FileTool
Load a class resource as a byte array.
readResourceAsString(Class<?>, String, String) - Static method in class to.etc.util.FileTool
 
readStreamAsString(InputStream, String) - Static method in class to.etc.util.FileTool
 
readStreamAsString(Appendable, InputStream, String) - Static method in class to.etc.util.FileTool
 
readStreamAsString(Appendable, Reader) - Static method in class to.etc.util.FileTool
 
readStreamAsString(Reader) - Static method in class to.etc.util.FileTool
 
readString(InputStream) - Static method in class to.etc.util.FileTool
 
reduce(BufferedImage) - Static method in class to.etc.sjit.ColorQuantize
 
reduce(String) - Method in class to.etc.util.Soundex
Removes adjacent sounds.
register(int, IJsonTypeFactory) - Method in class to.etc.json.JsonTypeRegistry
 
registerClassifier(IExceptionClassifier) - Method in class to.etc.util.ExceptionClassifier
Some exceptions do not have a fixed String like most Oracle messages.
registerKnownException(String, ExceptionClassifier.Severity) - Method in class to.etc.util.ExceptionClassifier
By registering a known exception you make clear to this class which exception-message should be considered severe or not.
registerTelnetCommand(ITelnetCommandHandler) - Static method in class to.etc.telnet.TelnetServer
 
rehash() - Method in class to.etc.util.IntHashMap
Increases the capacity of and internally reorganizes this hashtable, in order to accommodate and access its entries more efficiently.
remapLocation(List<JSLocationMapping>, int, int) - Static method in class to.etc.template.JSTemplateCompiler
Walk the remap list, and try to calculate a source location for a given output location.
remapLocation(List<JSLocationMapping>, int, int) - Static method in exception to.etc.template.JSTemplateError
Walk the remap list, and try to calculate a source location for a given output location.
remove() - Method in class to.etc.util.ArrayIterator
 
remove() - Method in class to.etc.util.FileIterator
 
remove(int) - Method in class to.etc.util.IntHashMap
Removes the key (and its corresponding value) from this map.
remove() - Method in class to.etc.util.LineIterator
 
remove(Object) - Method in class to.etc.util.LRUHashMap
Remove an entry by key.
remove() - Method in class to.etc.xml.NodeIterator
 
remove() - Method in class to.etc.xml.NodeListIterator
 
removeAccents(String) - Static method in class to.etc.util.StringTool
Replaces all accented letters with their non-accented equivalents - FOR WESTERN LANGUAGES ONLY!
removeListener(IProgressListener) - Method in class to.etc.util.Progress
 
removeRepeatingCharacters(String) - Static method in class to.etc.util.StringTool
Replaces long character sequences without space like ---- and ===== with a way shorter version (single character).
removeVersionFromDir(String) - Static method in class to.etc.pombuilder.PomBuilder
 
render(JsonWriter, Object) - Method in class to.etc.json.AbstractJsonArrayType
 
render(JsonWriter, Object) - Method in interface to.etc.json.ITypeMapping
 
render(Writer, T) - Static method in class to.etc.json.JSON
 
render(Writer, T, Type) - Static method in class to.etc.json.JSON
 
render(T, Type) - Static method in class to.etc.json.JSON
 
render(T) - Static method in class to.etc.json.JSON
 
render(JsonWriter, Object) - Method in class to.etc.json.JsonClassType
 
render(Object) - Method in class to.etc.json.JsonWriter
 
render(Object, Type) - Method in class to.etc.json.JsonWriter
 
renderAsRawHtml(String, boolean) - Static method in class to.etc.util.StringTool
Does some transformation of custom string to html output -> taking into account several customizations.
replaceNewLineChars(String, String) - Static method in class to.etc.util.StringTool
Replaces all end of line characters with space so that content is represented in one line.
resample(BufferedImage, ResamplerFilter, int, int) - Static method in class to.etc.sjit.ImageSubsampler
The actual sampler code which converts a source image to a destination image, reducing or enlarging the image.
resample(BufferedImage, ResamplerFilter, int, int) - Static method in class to.etc.sjit.SlowSampler
Deprecated.
The actual sampler code which converts a source image to a destination image, reducing or enlarging the image.
ResamplerFilter - Class in to.etc.sjit
Base class for all resampler filters.
ResamplerFilter() - Constructor for class to.etc.sjit.ResamplerFilter
 
reset() - Method in class to.etc.net.NetTools.HttpInputStream
Despite the warning, do not make synchronized.
reset() - Method in class to.etc.util.ByteBufferInputStream
 
reset() - Method in class to.etc.util.CmdStringDecoder
 
reset() - Method in class to.etc.util.CompoundInputStream
 
reset() - Method in class to.etc.util.HtmlScanner
 
reset() - Method in class to.etc.util.NullOutputStream
Resets the size written.
reset() - Method in class to.etc.util.StringInputStream
Despite the Eclipse warning: do NOT add synchronized - it is wrong.
reset() - Method in class to.etc.util.WrappedDatabaseInputStream
Despite the Eclipse warning: do NOT add synchronized - it is wrong.
resizeFiltered(BufferedImage, int, int, ResamplerFilter) - Static method in class to.etc.sjit.ImaTool
Resizes a BufferedImage while keeping it's aspect ratio, using the optimal filtered stuff...
resizeFiltered(BufferedImage, int, int) - Static method in class to.etc.sjit.ImaTool
Resizes a BufferedImage while keeping it's aspect ratio, using the optimal filtered stuff...
resizeFiltered_RAW(BufferedImage, int, int, ResamplerFilter) - Static method in class to.etc.sjit.ImaTool
 
resizeFiltered_RAW(BufferedImage, int, int) - Static method in class to.etc.sjit.ImaTool
 
resizeWithAspect(int, int, int, int) - Static method in class to.etc.sjit.ImageSubsampler
Does a resize of an object with size (iw, ih) to fit within a rectangle of (w, h) while keeping the same aspect ratio
resizeWithAspect(int, int, int, int) - Static method in class to.etc.sjit.ImaTool
Does a resize of an object with size (sw, sh) to fit within a rectangle of (dw, dh) while keeping the same aspect ratio
resizeWithAspect(Dimension, Dimension) - Static method in class to.etc.sjit.ImaTool
 
resizeWithAspect(int, int, int, int) - Static method in class to.etc.sjit.SlowSampler
Deprecated.
Does a resize of an object with size (iw, ih) to fit within a rectangle of (w, h) while keeping the same aspect ratio
rethrowBiConsumer(Lambda.BiConsumer_WithExceptions<T, U, E>) - Static method in class to.etc.function.Lambda
 
rethrowConsumer(Lambda.Consumer_WithExceptions<T, E>) - Static method in class to.etc.function.Lambda
.forEach(rethrowConsumer(name -> System.out.println(Class.forName(name)))); or .forEach(rethrowConsumer(ClassNameUtil::println));
rethrowFunction(Lambda.Function_WithExceptions<T, R, E>) - Static method in class to.etc.function.Lambda
.map(rethrowFunction(name -> Class.forName(name))) or .map(rethrowFunction(Class::forName))
rethrowSupplier(Lambda.Supplier_WithExceptions<T, E>) - Static method in class to.etc.function.Lambda
rethrowSupplier(() -> new StringJoiner(new String(new byte[]{77, 97, 114, 107}, "UTF-8"))),
RootSelector - Class in to.etc.xml
This selector merely returns the root node of a path expression.
RootSelector() - Constructor for class to.etc.xml.RootSelector
 
RotatingLogfile - Class in to.etc.util
Encapsulates a rotating logfile.
RotatingLogfile() - Constructor for class to.etc.util.RotatingLogfile
 
RotatingLogfile(String) - Constructor for class to.etc.util.RotatingLogfile
 
run() - Method in interface to.etc.function.Lambda.Runnable_WithExceptions
 
run() - Method in class to.etc.telnet.TelnetServer
This is the server's thread.
run() - Method in class to.etc.telnet.TelnetSession
The actual reader thread's main code.
run() - Method in class to.etc.util.ProcessTools
 
run() - Method in class to.etc.util.ProcessTools.StreamCopyThread
Read data from the stream until it closes line by line; add each line to the output channel.
run() - Method in class to.etc.util.ProcessTools.StreamReaderThread
Read data from the stream until it closes line by line; add each line to the output channel.
runProcess(ProcessBuilder, Appendable) - Static method in class to.etc.util.ProcessTools
Runs the process whose data is in the ProcessBuilder and captures the result with stdout and stderr merged.
runProcess(ProcessBuilder, OutputStream, Appendable) - Static method in class to.etc.util.ProcessTools
Runs the process whose data is in the ProcessBuilder and captures the result.
runProcess(ProcessBuilder, Appendable, Appendable) - Static method in class to.etc.util.ProcessTools
Runs the process whose data is in the ProcessBuilder and captures the result with stdout and stderr merged.
runProcess(ProcessBuilder, Writer) - Static method in class to.etc.util.ProcessTools
Runs the process whose data is in the ProcessBuilder and captures the result with stdout and stderr merged into a writer.
RuntimeConversionException - Exception in to.etc.util
Thrown when a runtime conversion fails.
RuntimeConversionException() - Constructor for exception to.etc.util.RuntimeConversionException
 
RuntimeConversionException(Object, String) - Constructor for exception to.etc.util.RuntimeConversionException
 
RuntimeConversionException(Exception, Object, String) - Constructor for exception to.etc.util.RuntimeConversionException
 
RuntimeConversionException(String) - Constructor for exception to.etc.util.RuntimeConversionException
 
RuntimeConversionException(String, Throwable) - Constructor for exception to.etc.util.RuntimeConversionException
 
RuntimeConversionException(Throwable) - Constructor for exception to.etc.util.RuntimeConversionException
 
RuntimeConversions - Class in to.etc.util
This static class contains a sh..tload of code which converts runtime objects into other objects, using generic rules for doing that.

S

save(File) - Method in class to.etc.file.DirectoryInventory
Saves the entire inventory.
save(File, byte[][]) - Static method in class to.etc.util.FileTool
Save the data in byte buffers to a file.
save(OutputStream, byte[][]) - Static method in class to.etc.util.FileTool
Save the data in byte buffers to an output stream.
save(File, byte[]) - Static method in class to.etc.util.FileTool
Save the data in byte array to a file.
saveBlob(File, Blob) - Static method in class to.etc.util.FileTool
Saves blob into specified file.
saveDocument(File, Document) - Static method in class to.etc.xml.DomTools
 
saveDocument(Writer, Document) - Static method in class to.etc.xml.DomTools
 
saveGIF(BufferedImage, OutputStream) - Static method in class to.etc.sjit.ImaTool
Saves an image as a GIF file to a stream.
saveGIF(BufferedImage, File) - Static method in class to.etc.sjit.ImaTool
Saves an image as a GIF file to a stream.
saveImageByMime(OutputStream, BufferedImage, String) - Static method in class to.etc.sjit.ImaTool
 
saveJPEG(BufferedImage, OutputStream, double) - Static method in class to.etc.sjit.ImaTool
Saves an image as a JPEG to the stream specified, with the quality spec'd.
saveJPEG(BufferedImage, File, double) - Static method in class to.etc.sjit.ImaTool
Saves an image as a JPEG to the stream specified, with the quality spec'd.
savePNG(BufferedImage, File) - Static method in class to.etc.sjit.ImaTool
 
savePNG(BufferedImage, OutputStream) - Static method in class to.etc.sjit.ImaTool
 
saveProperties(File, Properties) - Static method in class to.etc.util.FileTool
Save a properties file.
saveSerialized(OutputStream, Serializable) - Static method in class to.etc.util.FileTool
Save a serializable object to a datastream.
saveSerialized(File, Serializable) - Static method in class to.etc.util.FileTool
 
SAXTools - Class in to.etc.xml
Utility class for handling SAX documents
SAXTools() - Constructor for class to.etc.xml.SAXTools
 
sb() - Method in class to.etc.lexer.TextReaderBase
 
sb() - Method in class to.etc.util.TextScanner
 
scan(File, DirWalker.IEntry<T>) - Static method in class to.etc.file.DirWalker
Walk a directory recursively and call a function for every entry found.
scan(StringBuilder, String) - Method in class to.etc.lexer.HtmlTextScanner
Scan HTML and remove unsafe tags and attributes.
scan() - Method in class to.etc.util.ClassPathScanner
 
scanAndRemove(StringBuilder, String, boolean) - Method in class to.etc.lexer.HtmlTextScanner
Remove all HTML tags and collapse whitespace.
scanDelimited(String, int, int) - Method in class to.etc.util.TextScanner
 
scanDouble() - Method in class to.etc.util.TextScanner
 
scanIdentifier() - Method in class to.etc.lexer.ReaderScannerBase
 
scanInt() - Method in class to.etc.util.TextScanner
Scans for an integer number at the current location.
scanLetters() - Method in class to.etc.util.TextScanner
Scans for a word consisting only of letters.
scanNumber() - Method in class to.etc.lexer.ReaderScannerBase
 
scanSimpleString(boolean) - Method in class to.etc.lexer.ReaderScannerBase
Scans a very simple string: something starting with something, terminating with the same something and not allowing anything ugly in between.
scanString() - Method in class to.etc.lexer.ReaderTokenizerBase
 
scanToken() - Method in class to.etc.lexer.ReaderTokenizerBase
 
scanUndottedNumber() - Method in class to.etc.lexer.ReaderScannerBase
 
scanWord() - Method in class to.etc.util.TextScanner
Scans for a generic "word", which is defined as a sequence of characters starting with a letter, followed by letters and/or digits and the special characters '$' and '_'.
SecurityUtils - Class in to.etc.util
 
SecurityUtils() - Constructor for class to.etc.util.SecurityUtils
 
select(Node, Node) - Method in class to.etc.xml.AttrSelector
 
select(Node, Node) - Method in class to.etc.xml.ElementSelector
 
select(Node, Node) - Method in class to.etc.xml.IndexedSelector
 
select(Node, Node) - Method in interface to.etc.xml.PathSelector
 
select(Node, Node) - Method in class to.etc.xml.RootSelector
 
select(Node, Node) - Method in class to.etc.xml.TextSelector
 
selectNode(String) - Method in class to.etc.xml.DOMDecoderBase
Checks if the specified node in the current namespace is present in the currentRoot.
send(Message) - Method in class to.etc.smtp.MailBuilder
Send it.
send(SmtpTransport, Address, List<Address>) - Method in class to.etc.smtp.MailBuilder
 
send(SmtpTransport, Address, Address) - Method in class to.etc.smtp.MailBuilder
 
send() - Method in class to.etc.smtp.Message
 
send(Message) - Method in class to.etc.smtp.SmtpTransport
 
send(Message, InputStream) - Method in class to.etc.smtp.SmtpTransport
 
sending(int, int) - Method in interface to.etc.net.MultipartSendListener
Deprecated.
 
serializeAsXML(Node, Writer) - Static method in class to.etc.xml.DOMWriter
Deprecated.
Serialize this node into the writer as XML.
ServletTplExpander - Class in to.etc.template
Deprecated.
ServletTplExpander(TplCallback) - Constructor for class to.etc.template.ServletTplExpander
Deprecated.
 
ServletTplExpander(TplCallback, HttpServletRequest, HttpServletResponse) - Constructor for class to.etc.template.ServletTplExpander
Deprecated.
 
sessionClosed(TelnetSession) - Method in interface to.etc.telnet.ITelnetClientEvent
 
sessionClosed(TelnetSession) - Method in class to.etc.telnet.TelnetServer
Called to remove a session that was closed (due to error or normal circumstances) from this server's tables.
set(int, boolean) - Method in class to.etc.util.BoolVector
Set a value in the vector.
set(T) - Method in class to.etc.util.FutureImpl
Return the result, and notify any waiters.
set(Exception) - Method in class to.etc.util.FutureImpl
Mark the future as ready, but aborted with an exception.
set(T) - Method in class to.etc.util.FutureValueNB
Return the result, and notify any waiters.
set(Exception) - Method in class to.etc.util.FutureValueNB
Mark the future as ready, but aborted with an exception.
setAllowNewlineInString(boolean) - Method in class to.etc.lexer.ReaderScannerBase
 
setAttr(Node, String, String) - Static method in class to.etc.xml.DomTools
 
setBcc(List<Address>) - Method in class to.etc.smtp.Message
 
setBody(String) - Method in class to.etc.smtp.Message
 
setCancelable(boolean) - Method in class to.etc.util.Progress
 
setCc(List<Address>) - Method in class to.etc.smtp.Message
 
setCode(int) - Method in exception to.etc.net.HttpCallException
 
setCode(char, int) - Method in class to.etc.util.Soundex
Allows you to modify the default code table
setColumn(int) - Method in class to.etc.lexer.LexerToken
 
setCommand(List<String>) - Method in class to.etc.util.ProcessTools
 
setCompleted(double) - Method in class to.etc.util.Progress
Set the amount of work completed.
setCompleted(double, String) - Method in class to.etc.util.Progress
 
setCurrentRoot(Node) - Method in class to.etc.xml.DOMDecoderBase
 
setDate(Calendar, int, int, int) - Static method in class to.etc.util.DateUtil
 
setDateOnly(Date, Date) - Static method in class to.etc.util.DateUtil
Updates the date part of a date only, leaving the time part unaltered.
setDefaultNamespace(String) - Method in class to.etc.xml.DOMDecoderBase
 
setDocument(String) - Method in class to.etc.util.HtmlScanner
 
setDropLastS(boolean) - Method in class to.etc.util.Soundex
If true, the final 's' of the word being encoded is dropped.
setEncodingNamespace(String) - Method in class to.etc.xml.DOMDecoderBase
 
setErrorStream(String) - Method in exception to.etc.net.HttpCallException
 
setEscapeBackslash(boolean) - Method in class to.etc.csv.CSVRecordReader
 
setEscapeBadly(boolean) - Method in class to.etc.csv.CSVRecordReader
 
setEscapeDupQuote(boolean) - Method in class to.etc.csv.CSVRecordReader
 
setFieldSeparator(String) - Method in class to.etc.csv.CSVRecordReader
 
setFile(File) - Method in class to.etc.util.ConfigFile
Deprecated.
Called to set the file to use.
setFile(File) - Method in class to.etc.util.RotatingLogfile
 
setFile(File) - Method in class to.etc.util.StandardLogfile
Sets a new file as the logfile.
setFrom(Address) - Method in class to.etc.smtp.Message
 
setFrom(Address) - Method in class to.etc.smtp.SmtpTransport
 
setHtmlBody(String) - Method in class to.etc.smtp.Message
 
setIgnoreQuotes(boolean) - Method in class to.etc.csv.CSVRecordReader
 
setInd(int) - Method in class to.etc.util.IndentWriter
 
setIndentEnabled(boolean) - Method in class to.etc.util.IndentWriter
 
setIndex(int) - Method in class to.etc.util.TextScanner
 
setInt(byte[], int, int) - Static method in class to.etc.util.ByteArrayUtil
 
setKeepQuotes(boolean) - Method in class to.etc.lexer.ReaderTokenizerBase
 
setLength(int) - Method in class to.etc.util.Soundex
Sets the length of code strings to build.
setLine(int) - Method in class to.etc.lexer.LexerToken
 
setListener(MultipartSendListener) - Method in class to.etc.net.MultipartPoster
Deprecated.
 
setLocation(String) - Method in exception to.etc.xml.W3CEncodingException
 
setLong(byte[], int, long) - Static method in class to.etc.util.ByteArrayUtil
Put a long value "val" in a byte array "ba" starting at the offset "offset"
setLoop(boolean) - Method in class to.etc.sjit.AnimGifEncoder
For animated GIF's the default is to LOOP all images in the GIF file.
setMap(Map<String, PropertyMapping>) - Method in class to.etc.json.JsonClassType
 
setMyHostName(String) - Method in class to.etc.smtp.SmtpTransport
 
setName(String) - Method in interface to.etc.csv.iInputField
 
setName(String) - Method in class to.etc.util.StandardLogfile
 
setNames(String) - Method in class to.etc.csv.InputWrapper
Defines new names for the field.
setNoCache() - Method in class to.etc.template.ServletTplExpander
Deprecated.
Makes sure the document is not cached at the client's station.
setOutWriter(PrintWriter) - Method in class to.etc.util.StandardLogfile
 
setPad(boolean) - Method in class to.etc.util.Soundex
If true, pads code to getLength() with zeros.
setProp(String, String, String) - Method in class to.etc.util.ConfigFile
Deprecated.
Sets a string property.
setProp(String, int, String) - Method in class to.etc.util.ConfigFile
Deprecated.
Sets a int property.
setProxyAuthentication(String) - Method in class to.etc.net.MultipartPoster
Deprecated.
 
setProxyAuthentication(String, String) - Method in class to.etc.net.MultipartPoster
Deprecated.
 
setReason(String) - Method in exception to.etc.xml.W3CEncodingException
 
setReplyTo(Address) - Method in class to.etc.smtp.Message
 
setReturnComment(boolean) - Method in class to.etc.lexer.ReaderTokenizerBase
 
setReturnNewline(boolean) - Method in class to.etc.lexer.ReaderTokenizerBase
 
setReturnWhitespace(boolean) - Method in class to.etc.lexer.ReaderTokenizerBase
 
setScanUndottedNumbers(boolean) - Method in class to.etc.lexer.ReaderTokenizerBase
 
setSearchFile(String) - Method in class to.etc.util.ConfigFile
Deprecated.
Sets a file and searches the path for it.
setShort(byte[], int, short) - Static method in class to.etc.util.ByteArrayUtil
 
setSkipWhitespace(boolean) - Method in class to.etc.csv.CSVRecordReader
When T, whitespace between fields is skipped
setSpacesPerIndent(int) - Method in class to.etc.util.IndentWriter
 
setSrc(Object) - Method in class to.etc.lexer.LexerToken
 
setStartWithFieldNames(boolean) - Method in class to.etc.csv.CSVRecordReader
 
setState(int) - Method in class to.etc.telnet.TelnetStateThing
Sets the server's state,
setString(byte[], int, String, int) - Static method in class to.etc.util.ByteArrayUtil
Sets a string converted to 8-bit ascii into an array.
setString(String) - Method in class to.etc.util.TextScanner
 
setSubject(String) - Method in class to.etc.smtp.Message
 
setSystemTestDate(Date) - Static method in class to.etc.util.DateUtil
 
setTestDate(Date) - Static method in class to.etc.util.DateUtil
 
setText(String) - Method in class to.etc.lexer.LexerToken
 
setTime(Calendar, int, int, int, int) - Static method in class to.etc.util.DateUtil
 
setTimestamp(byte[], int, Timestamp) - Static method in class to.etc.util.ByteArrayUtil
Put a Timestamp value "val" in a byte array "ba" starting at the offset "offset"
setTo(List<Address>) - Method in class to.etc.smtp.Message
 
setTokenCode(int) - Method in class to.etc.lexer.LexerToken
 
setTotalWork(double) - Method in class to.etc.util.Progress
Set the current amount of work.
setTotalWork(double, String) - Method in class to.etc.util.Progress
Set the current amount of work.
setUrl(String) - Method in exception to.etc.net.HttpCallException
 
setValue(Object, Object) - Method in interface to.etc.util.IPropertyAccessor
 
setValue(Object, Object) - Method in class to.etc.util.PropertyInfo
 
setValue(String) - Method in exception to.etc.xml.W3CEncodingException
 
setWhere(String) - Method in exception to.etc.util.RuntimeConversionException
 
size() - Method in class to.etc.csv.CSVRecordReader
 
size() - Method in interface to.etc.csv.iRecordReader
 
SIZE - Static variable in class to.etc.telnet.ExtendedPrintWriter
 
size() - Method in class to.etc.util.BoolVector
Returns the current #of elements.
size() - Method in class to.etc.util.FileBackedBuffer
 
size() - Method in interface to.etc.util.IListable
 
size() - Method in interface to.etc.util.IMappable
Returns the #of objects in the map
size() - Method in class to.etc.util.IntHashMap
Returns the number of keys in this hashtable.
size() - Method in class to.etc.util.LRUHashMap
Returns the current #elements in the map.
size() - Method in class to.etc.util.SmallIntSet
 
SizeCountingOutputStream - Class in to.etc.util
This is an OutputStream wrapper which counts the #of bytes that was written to it.
SizeCountingOutputStream(OutputStream) - Constructor for class to.etc.util.SizeCountingOutputStream
 
skip(long) - Method in class to.etc.net.NetTools.HttpInputStream
 
skip(long) - Method in class to.etc.util.ByteBufferInputStream
 
skip(long) - Method in class to.etc.util.CompoundInputStream
 
skip(long) - Method in class to.etc.util.StringInputStream
 
skip(char) - Method in class to.etc.util.TextScanner
Deprecated.
skip(long) - Method in class to.etc.util.WrappedDatabaseInputStream
 
skipTag() - Method in class to.etc.util.HtmlScanner
 
skipWs() - Method in class to.etc.lexer.ReaderScannerBase
Skips whitespace until current character is either EOF or non-ws.
skipWS() - Method in class to.etc.util.TextScanner
Skips whitespace at the current position.
skipWsNoNL() - Method in class to.etc.lexer.ReaderScannerBase
Skips whitespace until current character is either EOF or non-ws.
slconc(String, String) - Method in class to.etc.template.TplExpander
Deprecated.
 
SlowSampler - Class in to.etc.sjit
Deprecated.
Use ImageSubsampler class instead.
SmallIntSet - Class in to.etc.util
Contains a (small) set of integers.
SmallIntSet() - Constructor for class to.etc.util.SmallIntSet
 
SmallIntSet(int) - Constructor for class to.etc.util.SmallIntSet
 
SmtpTransport - Class in to.etc.smtp
A thingy which uses the SMTP protocol to send messages.
SmtpTransport(InetAddress, int) - Constructor for class to.etc.smtp.SmtpTransport
 
SmtpTransport(InetAddress) - Constructor for class to.etc.smtp.SmtpTransport
 
SmtpTransport(String) - Constructor for class to.etc.smtp.SmtpTransport
 
SmtpTransport(String, String) - Constructor for class to.etc.smtp.SmtpTransport
 
SmtpTransport(String, int) - Constructor for class to.etc.smtp.SmtpTransport
 
SOAP1_1 - Static variable in class to.etc.xml.XMLNameSpaces
 
SOAP1_2 - Static variable in class to.etc.xml.XMLNameSpaces
 
SOAP_ENCODING - Static variable in class to.etc.xml.XMLNameSpaces
 
SOAP_WSDL - Static variable in class to.etc.xml.XMLNameSpaces
 
SOAP_WSDL_1_2 - Static variable in class to.etc.xml.XMLNameSpaces
 
SOAP_WSDL_SOAP - Static variable in class to.etc.xml.XMLNameSpaces
 
Soundex - Class in to.etc.util
Encodes words using the SOUNDEX algorithm.
Soundex() - Constructor for class to.etc.util.Soundex
Creates the Soundex code table.
soundex(String) - Method in class to.etc.util.Soundex
Returns the soundex code for the specified word.
SourceErrorException - Exception in to.etc.lexer
Some kind of error found while parsing a source.
SourceErrorException(SourceLocation, String) - Constructor for exception to.etc.lexer.SourceErrorException
 
SourceLocation - Class in to.etc.lexer
This defines a source location for some parsed construct.
SourceLocation(Object, int, int) - Constructor for class to.etc.lexer.SourceLocation
 
SourceLocation(ReaderScannerBase) - Constructor for class to.etc.lexer.SourceLocation
 
SplineFilter - Class in to.etc.sjit
Spline filter implementation
SplineFilter() - Constructor for class to.etc.sjit.SplineFilter
 
sqlToUtilDate(Date) - Static method in class to.etc.util.DateUtil
Converts java.sql.Date to java.util.Date.
sqr(float) - Method in class to.etc.sjit.ResamplerFilter
 
StandardLogfile - Class in to.etc.util
Non-rotating logfile implementing ILogSink.
StandardLogfile() - Constructor for class to.etc.util.StandardLogfile
 
StandardLogfile(String) - Constructor for class to.etc.util.StandardLogfile
 
startTag(String) - Method in class to.etc.xml.XmlWriter
 
startTelnetServer(int) - Static method in class to.etc.telnet.TelnetServer
Called to start the telnet server.
startToken() - Method in class to.etc.lexer.ReaderScannerBase
Called when a new token retrieve is started.
stderr(Writer) - Method in class to.etc.util.ProcessTools
 
stdout(Writer) - Method in class to.etc.util.ProcessTools
 
STDOUTSINK - Static variable in interface to.etc.util.ILogSink
 
STR - Static variable in class to.etc.telnet.ExtendedPrintWriter
 
strAddIntFixed(Appendable, int, int, int) - Static method in class to.etc.util.StringTool
Converts the integer to a string with a fixed length, adding leading zeroes if needed.
strAttr(Node, String, String) - Static method in class to.etc.xml.DomTools
 
strAttr(Node, String) - Static method in class to.etc.xml.DomTools
 
strAttr(Node, String, String, String) - Static method in class to.etc.xml.NSDomTools
 
strBackslashToSlash(String) - Static method in class to.etc.util.StringTool
Takes an input string and replaces all occurences of the backslash with a forward slash.
strCapitalized(String) - Static method in class to.etc.util.StringTool
 
strCommad(long) - Static method in class to.etc.util.StringTool
Returns a properly formatted commad string for a number [english only].
strDuration(long) - Static method in class to.etc.util.StringTool
 
strDurationMillis(long) - Static method in class to.etc.util.StringTool
 
StreamCopyThread(OutputStream, String, InputStream) - Constructor for class to.etc.util.ProcessTools.StreamCopyThread
 
StreamReaderThread(Appendable, String, InputStream) - Constructor for class to.etc.util.ProcessTools.StreamReaderThread
 
StreamReaderThread(Appendable, String, InputStream, String) - Constructor for class to.etc.util.ProcessTools.StreamReaderThread
 
StreamReaderThread(Writer, String, InputStream) - Constructor for class to.etc.util.ProcessTools.StreamReaderThread
 
StreamReaderThread(Writer, String, InputStream, String, ProcessTools.IFollow, boolean) - Constructor for class to.etc.util.ProcessTools.StreamReaderThread
 
strEndsWithIgnoreCase(String, String) - Static method in class to.etc.util.StringTool
Returns T if the string ends with the specified string, while ignoring case.
strIndexOfIgnoreCase(String, String) - Static method in class to.etc.util.StringTool
Tries to locate a substring in a string while ignoring case.
string(String) - Method in class to.etc.xml.DOMDecoderBase
Mandatory string node.
string(String, int) - Method in class to.etc.xml.DOMDecoderBase
 
string(String, String) - Method in class to.etc.xml.DOMDecoderBase
Finds the 0..1 string in the specified root, returns the default value if the string is not found.
string(String, String, int) - Method in class to.etc.xml.DOMDecoderBase
 
StringInputStream - Class in to.etc.util
Returns a stream which is constructed from the specified string.
StringInputStream(String, String) - Constructor for class to.etc.util.StringInputStream
 
stringize(StringBuffer, String) - Static method in class to.etc.util.StringTool
 
stringize(String) - Static method in class to.etc.util.StringTool
Converts a string into a java-compilable version of a string, i.e.
stringizeNQ(String) - Static method in class to.etc.util.StringTool
 
stringNode(Node, String) - Static method in class to.etc.xml.DomTools
Finds the child node with the name specified, and returns it's text value.
stringNode(Node, String, int) - Static method in class to.etc.xml.DomTools
Finds the child node with the name specified, and returns it's text value.
stringNode(Node, String, String) - Static method in class to.etc.xml.DomTools
Finds the child node with the name specified, and returns it's text value.
stringNode(Node, String, String) - Static method in class to.etc.xml.NSDomTools
Finds the child node with the name specified, and returns it's text value.
stringNode(Node, String, String, int) - Static method in class to.etc.xml.NSDomTools
Finds the child node with the name specified, and returns it's text value.
stringNode(Node, String, String, String) - Static method in class to.etc.xml.NSDomTools
Finds the child node with the name specified, and returns it's text value.
stringNode_untrimmed(Node, String) - Static method in class to.etc.xml.DomTools
Finds the child node with the name specified, and returns it's text value.
stringNode_untrimmed(Node, String, String) - Static method in class to.etc.xml.DomTools
Finds the child node with the name specified, and returns it's text value.
stringNode_untrimmed(Node, String, String) - Static method in class to.etc.xml.NSDomTools
Finds the child node with the name specified, and returns it's text value.
stringNode_untrimmed(Node, String, String, String) - Static method in class to.etc.xml.NSDomTools
Finds the child node with the name specified, and returns it's text value.
StringTool - Class in to.etc.util
This static utility class contains a load of string functions.
StringTool() - Constructor for class to.etc.util.StringTool
 
strNanoTime(long) - Static method in class to.etc.util.StringTool
Return a nanotime timestamp with 2 thousands of precision max.
strOracleTruncate(String, int) - Static method in class to.etc.util.StringTool
 
strOracleTruncate(String, int, String) - Static method in class to.etc.util.StringTool
 
strReplace(String, String, String) - Static method in class to.etc.util.StringTool
Case-sensitive replace of all occurrences of [old] with [new].
strSize(long) - Static method in class to.etc.util.StringTool
Returns a string representing some size, in bytes.
strStacktrace(Throwable) - Static method in class to.etc.util.StringTool
 
strStacktrace(Appendable, Throwable) - Static method in class to.etc.util.StringTool
 
strStacktraceFiltered(Appendable, Throwable, String[], String[], int) - Static method in class to.etc.util.StringTool
Report a filtered location stack trace, where the start of the stack trace and the end can be removed.
strStartsWithIgnoreCase(String, String) - Static method in class to.etc.util.StringTool
Returns T if the string starts with the specified string, while ignoring case.
strToFixedLength(String, int) - Static method in class to.etc.util.StringTool
Returns a string with the specified length.
strToFixedLength(String, char, int) - Static method in class to.etc.util.StringTool
Returns a string with the specified length.
strToInt(String, int) - Static method in class to.etc.util.StringTool
 
strToJavascriptString(StringBuilder, CharSequence, boolean) - Static method in class to.etc.template.JSTemplateCompiler
 
strToJavascriptString(String, boolean) - Static method in class to.etc.util.StringTool
 
strToJavascriptString(Appendable, String, boolean) - Static method in class to.etc.util.StringTool
 
strToLong(String, long) - Static method in class to.etc.util.StringTool
 
strToLong(String, int, int, int) - Static method in class to.etc.util.StringTool
 
STRTRUNC - Static variable in class to.etc.telnet.ExtendedPrintWriter
 
strTrunc(String, int) - Static method in class to.etc.util.StringTool
 
strTruncateUtf8Bytes(String, int, int) - Static method in class to.etc.util.StringTool
 
strTruncateUtf8Bytes(String, int, int, String) - Static method in class to.etc.util.StringTool
 
strUnquote(String) - Static method in class to.etc.util.StringTool
 
strUnspace(String) - Static method in class to.etc.util.StringTool
Removes all whitespace from a string.
SupplierEx<T> - Interface in to.etc.function
Version of Supplier which allows for exceptions, replacing the version written by Oracle's morons 8-(.

T

T_BASE_LAST - Static variable in class to.etc.lexer.LexerToken
 
T_BASE_LAST - Static variable in class to.etc.lexer.ReaderScannerBase
 
T_COMMENT - Static variable in class to.etc.lexer.LexerToken
 
T_COMMENT - Static variable in class to.etc.lexer.ReaderScannerBase
 
T_EOF - Static variable in class to.etc.lexer.LexerToken
 
T_EOF - Static variable in class to.etc.lexer.ReaderScannerBase
 
T_IDENT - Static variable in class to.etc.lexer.LexerToken
 
T_IDENT - Static variable in class to.etc.lexer.ReaderScannerBase
 
T_IPADDR - Static variable in class to.etc.lexer.LexerToken
 
T_IPADDR - Static variable in class to.etc.lexer.ReaderScannerBase
 
T_NUMBER - Static variable in class to.etc.lexer.LexerToken
 
T_NUMBER - Static variable in class to.etc.lexer.ReaderScannerBase
 
T_STRING - Static variable in class to.etc.lexer.LexerToken
 
T_STRING - Static variable in class to.etc.lexer.ReaderScannerBase
 
tag(String, String) - Method in class to.etc.xml.XmlWriter
Writes a new XML tag.
tag(String, Object...) - Method in class to.etc.xml.XmlWriter
 
tag(String, String...) - Method in class to.etc.xml.XmlWriter
 
tag(String) - Method in class to.etc.xml.XmlWriter
 
tagendnl() - Method in class to.etc.xml.XmlWriter
 
tagfull(String) - Method in class to.etc.xml.XmlWriter
Writes a complete tag (open AND close) without attributes.
tagfull(String, String) - Method in class to.etc.xml.XmlWriter
Writes a tag, a #text content and the end tag on one line.
tagfull(String, Date) - Method in class to.etc.xml.XmlWriter
Writes a tag, a #text content and the end tag on one line.
tagfull(String, String, String) - Method in class to.etc.xml.XmlWriter
Writes a tag with the given attributes, a #text content and the end tag on one line.
tagfull(String, int) - Method in class to.etc.xml.XmlWriter
Writes a tag, a #text content and the end tag on one line.
tagfull(String, long) - Method in class to.etc.xml.XmlWriter
Writes a tag, a #text content and the end tag on one line.
tagfull(String, Number) - Method in class to.etc.xml.XmlWriter
 
tagfull(String, boolean) - Method in class to.etc.xml.XmlWriter
Writes a tag, a #text content and the end tag on one line.
tagfull(String, Boolean) - Method in class to.etc.xml.XmlWriter
Writes a tag, a #text content and the end tag on one line.
tagIsTagEnd() - Method in class to.etc.util.HtmlScanner
Returns T if the current location contains the tag end > character.
tagnl(String, String...) - Method in class to.etc.xml.XmlWriter
 
tagonly(String, String...) - Method in class to.etc.xml.XmlWriter
Outputs a tag AND parameters ONLY, i.e.
tagonlynl(String, String...) - Method in class to.etc.xml.XmlWriter
 
tagParseInit() - Method in class to.etc.util.HtmlScanner
This must be called with the current position on a tag.
tagParseParamName() - Method in class to.etc.util.HtmlScanner
This tries to parse a parameter name from the current pos.
tagParseValue() - Method in class to.etc.util.HtmlScanner
Can be called after tagParseParamname() returned a name.
tagToEnd() - Method in class to.etc.util.HtmlScanner
When called this parses the tag until the end of the tag is reached.
TeeStream - Class in to.etc.util
An outputstream which duplicates all contents written to it to two other output streams.
TeeStream(OutputStream, OutputStream) - Constructor for class to.etc.util.TeeStream
 
TeeWriter - Class in to.etc.util
A Writer which duplicates all data written to it to two writers.
TeeWriter(Writer, Writer) - Constructor for class to.etc.util.TeeWriter
 
TelnetPrintWriter - Class in to.etc.telnet
A PrintWriter which writes to a telnet session, and which knows about the session.
TelnetPrintWriter(TelnetWriter) - Constructor for class to.etc.telnet.TelnetPrintWriter
 
TelnetServer - Class in to.etc.telnet
Implements a Telnet server for log and debugging tasks.
TelnetSession - Class in to.etc.telnet
Encapsulates a single session.
TelnetSession(TelnetServer, Socket) - Constructor for class to.etc.telnet.TelnetSession
This constructor will only be called by TelnetServer.
TelnetStateThing - Class in to.etc.telnet
Known about states for MultiThread-safe objects.
TelnetStateThing() - Constructor for class to.etc.telnet.TelnetStateThing
 
TelnetSysoutMirrorStream - Class in to.etc.telnet
This forms a TEE for sysout and the telnet server.
TelnetSysoutMirrorStream(TelnetServer, PrintStream) - Constructor for class to.etc.telnet.TelnetSysoutMirrorStream
 
TelnetWriter - Class in to.etc.telnet
A writer which outputs data to a Telnet session.
TelnetWriter(TelnetSession) - Constructor for class to.etc.telnet.TelnetWriter
 
TestConfig - Annotation Type in to.etc.puzzler
Deprecated.
textFrom(Node) - Method in class to.etc.xml.DOMDecoderBase
Gets the text part contained in a node...
textFrom(Node) - Static method in class to.etc.xml.DomTools
Gets the text part contained in a node...
textFrom(Node) - Static method in class to.etc.xml.NSDomTools
Gets the text part contained in a node...
textFrom_untrimmed(Node) - Method in class to.etc.xml.DOMDecoderBase
Gets the text part contained in a node...
textFrom_untrimmed(Node) - Static method in class to.etc.xml.DomTools
Gets the text part contained in a node...
textFrom_untrimmed(Node) - Static method in class to.etc.xml.NSDomTools
Gets the text part contained in a node...
TextReaderBase - Class in to.etc.lexer
A reader which helps with lexical scanning.
TextReaderBase(Object, Reader) - Constructor for class to.etc.lexer.TextReaderBase
 
TextScanner - Class in to.etc.util
Small helper class to scan text strings for expected tokens.
TextScanner() - Constructor for class to.etc.util.TextScanner
 
TextScanner(String) - Constructor for class to.etc.util.TextScanner
 
TextSelector - Class in to.etc.xml
Matches a single #text node.
TextSelector() - Constructor for class to.etc.xml.TextSelector
 
TextTokenizerBase - Class in to.etc.lexer
A tokenizing lexer which passes information into LexerToken instances, allowing tokens to be pushed back where needed.
TextTokenizerBase(Object, Reader) - Constructor for class to.etc.lexer.TextTokenizerBase
 
timeNode(Node, String, int) - Static method in class to.etc.xml.DomTools
Scans a node as a hh:mm:ss time (or hh:mm).
timeNode(Node, String, String, int) - Static method in class to.etc.xml.NSDomTools
Scans a node as a hh:mm:ss time (or hh:mm).
to.etc.csv - package to.etc.csv
 
to.etc.event.local - package to.etc.event.local
 
to.etc.file - package to.etc.file
 
to.etc.function - package to.etc.function
 
to.etc.json - package to.etc.json
 
to.etc.lexer - package to.etc.lexer
 
to.etc.net - package to.etc.net
 
to.etc.pombuilder - package to.etc.pombuilder
 
to.etc.puzzler - package to.etc.puzzler
 
to.etc.sjit - package to.etc.sjit
 
to.etc.smtp - package to.etc.smtp
 
to.etc.telnet - package to.etc.telnet
 
to.etc.template - package to.etc.template
 
to.etc.tuples - package to.etc.tuples
 
to.etc.util - package to.etc.util
 
to.etc.xml - package to.etc.xml
 
toHex(byte[], int, int) - Static method in class to.etc.util.StringTool
Converts the byte array passed to a hex string.
toHex(byte[]) - Static method in class to.etc.util.StringTool
Converts the byte array to a hex string.
toHexSp(byte[], int, int) - Static method in class to.etc.util.StringTool
Converts the byte array passed to a hex string.
toHexSp(byte[]) - Static method in class to.etc.util.StringTool
Converts the byte array to a hex string.
tokenStackSize() - Method in class to.etc.lexer.TextTokenizerBase
 
tokenString(int) - Method in class to.etc.lexer.ReaderScannerBase
 
tomorrow(Date) - Static method in class to.etc.util.DateUtil
Calculates the date for 0:00 the day after (tomorrow).
TooManyColorsException - Exception in to.etc.sjit
Thrown when a GIF image is encoded and the resulting image has too many colors.
TooManyColorsException() - Constructor for exception to.etc.sjit.TooManyColorsException
 
toString() - Method in class to.etc.csv.InputWrapper
 
toString() - Method in exception to.etc.lexer.SourceErrorException
 
toString() - Method in class to.etc.lexer.SourceLocation
 
toString() - Method in class to.etc.smtp.Address
 
toString() - Method in exception to.etc.template.JSTemplateError
 
toString() - Method in class to.etc.util.ConfigFile
Deprecated.
 
toString() - Method in class to.etc.util.ConfigSourceWrapper
Deprecated.
 
toString() - Method in class to.etc.util.Diff
 
toString() - Method in class to.etc.util.FutureImpl
 
toString() - Method in class to.etc.util.FutureValueNB
 
toString() - Method in class to.etc.util.PropertyInfo
 
toString() - Method in class to.etc.util.SmallIntSet
 
toString() - Method in class to.etc.util.VersionNumber
 
toString(int) - Method in class to.etc.util.VersionNumber
 
toString() - Method in class to.etc.xml.AttrSelector
 
toString() - Method in class to.etc.xml.ElementSelector
 
toString() - Method in class to.etc.xml.IndexedSelector
 
toString() - Method in class to.etc.xml.PathExpression
 
toString() - Method in class to.etc.xml.RootSelector
 
toString() - Method in class to.etc.xml.TextSelector
 
toXY(int, int) - Static method in class to.etc.util.StringTool
Returns a coordinate pair as a string.
TplCallback - Interface in to.etc.template
Deprecated.
TplException - Exception in to.etc.template
Deprecated.
TplException() - Constructor for exception to.etc.template.TplException
Deprecated.
Constructor
TplException(String) - Constructor for exception to.etc.template.TplException
Deprecated.
 
TplExpander - Class in to.etc.template
Deprecated.
TplExpander(TplCallback) - Constructor for class to.etc.template.TplExpander
Deprecated.
Constructor
TplExpander(TplCallback, boolean) - Constructor for class to.etc.template.TplExpander
Deprecated.
 
translate(Reader) - Method in class to.etc.template.JSTemplateCompiler
Translate input to a Javascript program.
TriangleFilter - Class in to.etc.sjit
Triangle (linear/bilinear) filter implementation
TriangleFilter() - Constructor for class to.etc.sjit.TriangleFilter
 
truncateCeil(Date) - Static method in class to.etc.util.DateUtil
Truncate a date to be at 0:00 by ceiling the time.
truncateDate(Date) - Static method in class to.etc.util.DateUtil
 
truncateDate(Date, Date) - Static method in class to.etc.util.DateUtil
 
truncateSeconds(Date) - Static method in class to.etc.util.DateUtil
 
truncLeadingOracleColumn(String, int) - Static method in class to.etc.util.StringTool
This method removes the leading characters from the string, if it exceeds the column size or needs more then 4000 bytes to store in the database.
truncLength(String, int) - Static method in class to.etc.util.StringTool
If the input string is too long, returns a substring containing at most maxlen characters.
tsDOWN - Static variable in class to.etc.telnet.TelnetStateThing
 
tsINITING - Static variable in class to.etc.telnet.TelnetStateThing
 
tsNONE - Static variable in class to.etc.telnet.TelnetStateThing
 
tsRUN - Static variable in class to.etc.telnet.TelnetStateThing
 
tsSHUT - Static variable in class to.etc.telnet.TelnetStateThing
 
ttl(String) - Method in class to.etc.smtp.MailBuilder
 
Tuple2<A,B> - Class in to.etc.tuples
 
Tuple2(A, B) - Constructor for class to.etc.tuples.Tuple2
 
Tuple3<A,B,C> - Class in to.etc.tuples
 
Tuple3(A, B, C) - Constructor for class to.etc.tuples.Tuple3
 
Tuple4<A,B,C,D> - Class in to.etc.tuples
 
Tuple4(A, B, C, D) - Constructor for class to.etc.tuples.Tuple4
 
tvEndIf - Static variable in class to.etc.template.ExpReader
Deprecated.
 
tvEndIfNot - Static variable in class to.etc.template.ExpReader
Deprecated.
 
tvEndLoop - Static variable in class to.etc.template.ExpReader
Deprecated.
 
tvEof - Static variable in class to.etc.template.ExpReader
Deprecated.
 
tvExpand - Static variable in class to.etc.template.ExpReader
Deprecated.
 
tvIf - Static variable in class to.etc.template.ExpReader
Deprecated.
 
tvIfNot - Static variable in class to.etc.template.ExpReader
Deprecated.
 
tvLit - Static variable in class to.etc.template.ExpReader
Deprecated.
 
tvLoop - Static variable in class to.etc.template.ExpReader
Deprecated.
 

U

uncheck(Lambda.Runnable_WithExceptions) - Static method in class to.etc.function.Lambda
uncheck(() -> Class.forName("xxx"));
uncheck(Lambda.Supplier_WithExceptions<R, E>) - Static method in class to.etc.function.Lambda
uncheck(() -> Class.forName("xxx"));
uncheck(Lambda.Function_WithExceptions<T, R, E>, T) - Static method in class to.etc.function.Lambda
uncheck(Class::forName, "xxx");
unclosed() - Method in class to.etc.xml.XmlWriter
 
unicodeToEntities(StringBuffer, String) - Static method in class to.etc.util.StringTool
Replaces all non-ascii stuff with their entities.
unquote(String) - Static method in class to.etc.util.HtmlScanner
 
unwrap(Exception) - Static method in exception to.etc.util.WrappedException
 
unzip(File, InputStream) - Static method in class to.etc.util.FileTool
 
unzip(File, File) - Static method in class to.etc.util.FileTool
Unzip the contents of the zipfile to the directory.
up(int) - Method in class to.etc.xml.DOMDecoderBase
Move n nodes UP.
up() - Method in class to.etc.xml.DOMDecoderBase
 
updated() - Method in class to.etc.util.Progress
 
urlLastPart(String) - Static method in class to.etc.util.StringTool
Returns the last element (document name?) from the url passed.
utf8Length(String) - Static method in class to.etc.util.StringTool
 
utf8Truncated(String, int, int) - Static method in class to.etc.util.StringTool
 

V

validateUrl(String) - Static method in class to.etc.util.StringTool
Loose checks if provided URL is valid.
It allows URLs with and without http, https, ftp...
valueOf(String) - Static method in enum to.etc.file.DirectoryInventory.DeltaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum to.etc.util.Diff.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum to.etc.util.ExceptionClassifier.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum to.etc.util.FileIterator.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum to.etc.file.DirectoryInventory.DeltaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum to.etc.util.Diff.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum to.etc.util.ExceptionClassifier.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum to.etc.util.FileIterator.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class to.etc.util.LRUHashMap
 
VersionNumber - Class in to.etc.util
A version number represented as a string like "pppx.x.xsss".
VersionNumber(String, int[], String) - Constructor for class to.etc.util.VersionNumber
 
visit(FunctionEx<DirectoryInventory.InvEntry, R>) - Method in class to.etc.file.DirectoryInventory.InvEntry
 
visit(FunctionEx<DirectoryInventory.InvEntry, R>) - Method in class to.etc.file.DirectoryInventory
Visits all entries.

W

W3CEncodingException - Exception in to.etc.xml
 
W3CEncodingException(String) - Constructor for exception to.etc.xml.W3CEncodingException
 
W3CEncodingException(String, String) - Constructor for exception to.etc.xml.W3CEncodingException
 
W3CEncodingException() - Constructor for exception to.etc.xml.W3CEncodingException
 
W3CSchemaCoder - Class in to.etc.xml
Helper class which encodes data using the w3c schema definitions; see http://www.w3.org/TR/xmlschema-2
W3CSchemaCoder() - Constructor for class to.etc.xml.W3CSchemaCoder
 
wall(String) - Method in class to.etc.telnet.TelnetServer
Sends a single string to ALL clients.
warning(SAXParseException) - Method in class to.etc.xml.DefaultErrorHandler
 
wrap(Exception) - Static method in exception to.etc.util.WrappedException
 
wrapInputStream(InputStream, ILogSink, int) - Static method in class to.etc.util.FileTool
 
WrappedDatabaseInputStream - Class in to.etc.util
An input stream which encapsulates the database resources it is derived from, to allow returning BLOB streams safely.
WrappedDatabaseInputStream(Connection, Statement, ResultSet, InputStream) - Constructor for class to.etc.util.WrappedDatabaseInputStream
 
WrappedException - Exception in to.etc.util
Helper class for managing the checked exception idiocy rampant in Java code.
WrappedException(String, Throwable) - Constructor for exception to.etc.util.WrappedException
 
WrappedException(Throwable) - Constructor for exception to.etc.util.WrappedException
 
WrapperCache - Class in to.etc.util
Deprecated.
WrapperCache() - Constructor for class to.etc.util.WrapperCache
Deprecated.
 
wraw(String) - Method in class to.etc.xml.XmlWriter
Writes data without replacing stuff; it does expand newlines to indent.
write(char[], int, int) - Method in class to.etc.json.JsonWriter
 
write(int) - Method in class to.etc.smtp.EmailOutputStream
 
write(byte[], int, int) - Method in class to.etc.smtp.MimeWriter
Write the specified data TO this writer's output.
write(byte[]) - Method in class to.etc.smtp.MimeWriter
 
write(String) - Method in class to.etc.smtp.MimeWriter
Writes a string in the current encoding.
write(int) - Method in class to.etc.smtp.QuotedPrintableOutputStream
 
write(String) - Method in class to.etc.telnet.TelnetSession
Writes a string to this terminal.
write(int) - Method in class to.etc.telnet.TelnetSysoutMirrorStream
 
write(byte[]) - Method in class to.etc.telnet.TelnetSysoutMirrorStream
 
write(byte[], int, int) - Method in class to.etc.telnet.TelnetSysoutMirrorStream
 
write(char[], int, int) - Method in class to.etc.telnet.TelnetWriter
 
write(String) - Method in interface to.etc.template.IJSTemplateContext
 
write(byte[], int, int) - Method in class to.etc.util.Base64OutputStream
 
write(int) - Method in class to.etc.util.Base64OutputStream
 
write(byte[], int, int) - Method in class to.etc.util.ByteBufferOutputStream
 
write(byte[]) - Method in class to.etc.util.ByteBufferOutputStream
 
write(int) - Method in class to.etc.util.ByteBufferOutputStream
 
write(byte[], int, int) - Method in class to.etc.util.FileBackedBuffer
 
write(int) - Method in class to.etc.util.FileBackedBuffer
 
write(char[], int, int) - Method in class to.etc.util.IndentWriter
 
write(String) - Method in class to.etc.util.IndentWriter
 
write(byte[]) - Method in class to.etc.util.NullOutputStream
 
write(int) - Method in class to.etc.util.NullOutputStream
 
write(byte[], int, int) - Method in class to.etc.util.NullOutputStream
 
write(int) - Method in class to.etc.util.SizeCountingOutputStream
 
write(byte[], int, int) - Method in class to.etc.util.SizeCountingOutputStream
 
write(byte[]) - Method in class to.etc.util.SizeCountingOutputStream
 
write(byte[]) - Method in class to.etc.util.TeeStream
 
write(int) - Method in class to.etc.util.TeeStream
 
write(byte[], int, int) - Method in class to.etc.util.TeeStream
 
write(String, int, int) - Method in class to.etc.util.TeeWriter
 
write(String) - Method in class to.etc.util.TeeWriter
 
write(char[]) - Method in class to.etc.util.TeeWriter
 
write(char[], int, int) - Method in class to.etc.util.TeeWriter
 
write(int) - Method in class to.etc.util.TeeWriter
 
writeAttr(String, String) - Method in class to.etc.xml.XmlWriter
 
writeCRLF() - Method in class to.etc.smtp.MimeWriter
 
writeFileFromString(File, String, String) - Static method in class to.etc.util.FileTool
 
writeFileFromString(OutputStream, String, String) - Static method in class to.etc.util.FileTool
 
writeHeader(String, String, String...) - Method in class to.etc.smtp.MimeWriter
BAD CODE - this writes a boundary header where there should not be one.
writeHeader(boolean, String, String, String...) - Method in class to.etc.smtp.MimeWriter
 
writeInt(OutputStream, int) - Static method in class to.etc.util.FileTool
Sends an int fragment
writeLong(long) - Method in class to.etc.json.JsonWriter
 
writeLong(OutputStream, long) - Static method in class to.etc.util.FileTool
Sends a long
writeMime(OutputStream, Message) - Static method in class to.etc.smtp.SmtpTransport
Please check what comes out of this before changing anything!! Use http://tools.ietf.org/tools/msglint/ for instance.
writeNumber(Number) - Method in class to.etc.json.JsonWriter
 
writeOpenBoundary() - Method in class to.etc.smtp.MimeWriter
Write a boundary segment for a 'next' part.
writeRaw(String) - Method in class to.etc.util.IndentWriter
 
writeRaw(char[], int, int) - Method in class to.etc.util.IndentWriter
 
writeRaw(String, int, int) - Method in class to.etc.util.IndentWriter
 
writeString(String) - Method in class to.etc.json.JsonWriter
 
writeString(OutputStream, String) - Static method in class to.etc.util.FileTool
 
writeText(OutputStream, Message) - Static method in class to.etc.smtp.SmtpTransport
 
writeValue(Object) - Method in interface to.etc.template.IJSTemplateContext
 

X

XHTML1_0 - Static variable in class to.etc.xml.XMLNameSpaces
 
XMLNAMESPACE - Static variable in class to.etc.xml.XMLNameSpaces
The mother of all namespaces bound by definition to the prefix xml
XMLNameSpaces - Class in to.etc.xml
Well-known namespaces.
XMLSCHEMA - Static variable in class to.etc.xml.XMLNameSpaces
 
XMLSCHEMA_INSTANCE - Static variable in class to.etc.xml.XMLNameSpaces
 
xmlStringize(String) - Static method in class to.etc.util.StringTool
Enter with a string; it returns the same string but replaces HTML recognised characters with their &..; equivalent.
xmlStringize(StringBuffer, String) - Static method in class to.etc.util.StringTool
Enter with a string; it returns the same string but replaces HTML recognised characters with their &..; equivalent.
xmlStringizeForDomApi(String) - Static method in class to.etc.util.StringTool
Converts input string to xml representation that complies to DOM API 5.2 Character Escaping http://www.w3.org/TR/2000/WD-xml-c14n-20000119.html#charescaping
xmlStringizeForDomApi(StringBuffer, String) - Static method in class to.etc.util.StringTool
Converts input string to xml representation that complies to DOM API 5.2 Character Escaping http://www.w3.org/TR/2000/WD-xml-c14n-20000119.html#charescaping
XmlWriter - Class in to.etc.xml
Small utility class to write formatted XML documents.
XmlWriter() - Constructor for class to.etc.xml.XmlWriter
 
XmlWriter(Writer) - Constructor for class to.etc.xml.XmlWriter
 
XOP_INCLUDE - Static variable in class to.etc.xml.XMLNameSpaces
 

Y

yearStartDate(int) - Static method in class to.etc.util.DateUtil
 

Z

zip(File, File) - Static method in class to.etc.util.FileTool
Zip the contents of dir or file to the zipfile.
zipAppend(ZipOutputStream, String, File) - Static method in class to.etc.util.FileTool
 

_

_write(int) - Method in class to.etc.telnet.TelnetServer
Called to dump data from outputstream and such..
_write(byte[], int, int) - Method in class to.etc.telnet.TelnetServer
 
_write(String) - Method in class to.etc.telnet.TelnetSession
Writes a stream of characters to the stream.
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 _ 
Skip navigation links

Copyright © 2017 etc.to. All rights reserved.