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

C

Cache - Class in de.intarsys.tools.cache
A very simple cache implementation.
Cache(int) - Constructor for class de.intarsys.tools.cache.Cache
Create a cache with a maximum size of size elements.
CacheEntry - Class in de.intarsys.tools.cache
An entry in the cache implementation.
CallbackFutureTask<R> - Class in de.intarsys.tools.concurrent
 
cancel(boolean) - Method in class de.intarsys.tools.concurrent.AbstractFutureTask
 
CancelEvent - Class in de.intarsys.tools.event
An event indicating the negatively acknowledged outcome of an execution.
CancelEvent(Object) - Constructor for class de.intarsys.tools.event.CancelEvent
 
CancelRequestedEvent - Class in de.intarsys.tools.event
An event indicating the request to deny positive termination.
CancelRequestedEvent(Object) - Constructor for class de.intarsys.tools.event.CancelRequestedEvent
 
capitalize(String) - Static method in class de.intarsys.tools.string.StringTools
Capitalizes the first letter of the text.
ChainedArgs - Class in de.intarsys.tools.functor
An IArgs implementation allowing to concat two IArgs together.
ChainedArgs(IArgs, IArgs) - Constructor for class de.intarsys.tools.functor.ChainedArgs
Create new ChainedArgs where args are always looked up first.
CharacterTools - Class in de.intarsys.tools.string
A tool class for the handling of strings.
CharacterTools() - Constructor for class de.intarsys.tools.string.CharacterTools
 
checkDirectory(File, boolean, boolean, boolean) - Static method in class de.intarsys.tools.file.FileTools
Utility method for checking the availablity of a directory.
checkDirectory(String, boolean, boolean, boolean) - Static method in class de.intarsys.tools.file.FileTools
 
checkin(Object) - Method in class de.intarsys.tools.pool.GenericPool
 
checkin(Object) - Method in interface de.intarsys.tools.pool.IPool
Add an object to the pool.
checkout() - Method in class de.intarsys.tools.pool.GenericPool
 
checkout() - Method in interface de.intarsys.tools.pool.IPool
Get an object from the pool.
children() - Method in interface de.intarsys.tools.preferences.IPreferences
The array of all child preferences.
children() - Method in class de.intarsys.tools.preferences.NullPreferences
 
children() - Method in class de.intarsys.tools.preferences.PreferencesAdapter
 
childrenNames() - Method in interface de.intarsys.tools.preferences.IPreferences
Returns the names of the children of this preference node, relative to this node.
childrenNames() - Method in class de.intarsys.tools.preferences.NullPreferences
 
childrenNames() - Method in class de.intarsys.tools.preferences.PreferencesAdapter
 
ClassLoaderResourceLocator - Class in de.intarsys.tools.locator
An ILocator for java resources identified directly by a class loader.
ClassLoaderResourceLocator(ClassLoader, String) - Constructor for class de.intarsys.tools.locator.ClassLoaderResourceLocator
 
ClassResourceLocator - Class in de.intarsys.tools.locator
An ILocator for java resources relative to a given class.
ClassResourceLocator(Class, String) - Constructor for class de.intarsys.tools.locator.ClassResourceLocator
 
ClassTools - Class in de.intarsys.tools.reflect
Tool class to enhance the reflective capabilities about classes.
clear() - Method in class de.intarsys.tools.attribute.AttributeMap
 
clear() - Method in class de.intarsys.tools.cache.Cache
Clear all entries in the cache.
clear() - Method in class de.intarsys.tools.collection.IntHashMap
Clears this hashtable so that it contains no keys.
clear() - Method in class de.intarsys.tools.collection.PartitionedMap
Removes all mappings from this map (optional operation).
clear() - Method in class de.intarsys.tools.concurrent.TaskCallbackDispatcher
 
clear() - Method in class de.intarsys.tools.event.EventDispatcher
 
clear() - Method in class de.intarsys.tools.functor.Args
 
clear() - Method in class de.intarsys.tools.functor.ChainedArgs
 
clear() - Method in class de.intarsys.tools.functor.DeclaredArgs
 
clear() - Method in class de.intarsys.tools.functor.EmptyArgs
 
clear() - Method in interface de.intarsys.tools.functor.IArgs
 
clear() - Method in class de.intarsys.tools.locator.DelegatingLocatorLookup
 
clear() - Method in class de.intarsys.tools.logging.MemoryLogHandler
 
clear() - Method in class de.intarsys.tools.message.MessageBundleRegistry
 
clear() - Method in class de.intarsys.tools.number.NumberWrapper
 
clear() - Method in interface de.intarsys.tools.preferences.IPreferences
Removes all of the preferences (key-value associations) in this preference node.
clear() - Method in class de.intarsys.tools.preferences.NullPreferences
 
clear() - Method in class de.intarsys.tools.preferences.PreferencesAdapter
 
clear() - Method in class de.intarsys.tools.reporter.ReportDispatcher
 
clear(char[]) - Static method in class de.intarsys.tools.string.StringTools
clear character array content.
clone() - Method in class de.intarsys.tools.geometry.ApplySpaceChangeShape
Returns an exact copy of this Area object.
clone() - Method in class de.intarsys.tools.geometry.ApplyTransformationShape
Returns an exact copy of this Area object.
clone() - Method in class de.intarsys.tools.geometry.TransformedShape
 
close() - Method in class de.intarsys.tools.logging.MemoryLogHandler
 
close() - Method in class de.intarsys.tools.pool.GenericPool
 
close() - Method in interface de.intarsys.tools.pool.IPool
Close the pool.
close() - Method in class de.intarsys.tools.randomaccess.BufferedRandomAccess
 
close() - Method in interface de.intarsys.tools.randomaccess.IRandomAccess
Closes this random access data container and releases any system resources associated with the stream.
close() - Method in class de.intarsys.tools.randomaccess.RandomAccessByteArray
 
close() - Method in class de.intarsys.tools.randomaccess.RandomAccessFile
 
close() - Method in class de.intarsys.tools.randomaccess.RandomAccessFilter
 
close() - Method in class de.intarsys.tools.reader.FillReader
 
close() - Method in class de.intarsys.tools.reader.LocationAwareReader
 
close() - Method in class de.intarsys.tools.reader.LogReader
 
close() - Method in class de.intarsys.tools.reader.UnEscapeReader
 
close() - Method in class de.intarsys.tools.stream.ConcatInputStream
 
close() - Method in class de.intarsys.tools.stream.ConsoleStream
 
close() - Method in class de.intarsys.tools.stream.LogInputStream
 
close() - Method in class de.intarsys.tools.stream.LogOutputStream
 
close(InputStream) - Static method in class de.intarsys.tools.stream.StreamTools
 
close(IRandomAccess) - Static method in class de.intarsys.tools.stream.StreamTools
 
close(OutputStream) - Static method in class de.intarsys.tools.stream.StreamTools
 
close(RandomAccessFile) - Static method in class de.intarsys.tools.stream.StreamTools
 
close(Reader) - Static method in class de.intarsys.tools.stream.StreamTools
 
close(Writer) - Static method in class de.intarsys.tools.stream.StreamTools
 
close() - Method in class de.intarsys.tools.stream.TempFileOutputStream
 
close() - Method in class de.intarsys.tools.writer.ConsoleWriter
Close the stream, flushing it first.
close() - Method in class de.intarsys.tools.writer.EscapeWriter
Close the stream, flushing it first.
close() - Method in class de.intarsys.tools.writer.LogWriter
Close the stream, flushing it first.
closeFileLogger(Logger) - Static method in class de.intarsys.tools.logging.LogTools
Closes a fileLogger.
collect(Iterator<T>) - Static method in class de.intarsys.tools.collection.ListTools
 
collectClasses(String) - Static method in class de.intarsys.tools.reflect.ClassTools
Create a list of all classes that are available from classPath.
collectClassNames(String) - Static method in class de.intarsys.tools.reflect.ClassTools
Create a list of class names in dot notation that can be found in the classPath.
COLUMN_ALPHABETIC - Static variable in class de.intarsys.tools.currency.Iso4217
 
COLUMN_CURRENCY - Static variable in class de.intarsys.tools.currency.Iso4217
 
COLUMN_ENTITY - Static variable in class de.intarsys.tools.currency.Iso4217
 
COLUMN_NUMERIC - Static variable in class de.intarsys.tools.currency.Iso4217
 
CommonFunctor - Class in de.intarsys.tools.functor
A common superclass for implementing IFunctor.
CommonFunctor() - Constructor for class de.intarsys.tools.functor.CommonFunctor
 
CommonLocator - Class in de.intarsys.tools.locator
 
CommonLocator() - Constructor for class de.intarsys.tools.locator.CommonLocator
 
CommonMessage - Class in de.intarsys.tools.message
 
CommonMessage() - Constructor for class de.intarsys.tools.message.CommonMessage
 
CommonNotificationSupport - Class in de.intarsys.tools.event
A convenience implementation to plugin INotificationSupport.
CommonNotificationSupport() - Constructor for class de.intarsys.tools.event.CommonNotificationSupport
 
CommonOIDGenerator - Class in de.intarsys.tools.oid
 
CommonResult - Class in de.intarsys.tools.result
 
CommonResult(String) - Constructor for class de.intarsys.tools.result.CommonResult
 
CommonStartStop - Class in de.intarsys.tools.component
A common implementation of IStartStop.
CommonStartStop() - Constructor for class de.intarsys.tools.component.CommonStartStop
 
compareTo(Object) - Method in class de.intarsys.tools.cache.CacheEntry
 
compareTo(Object) - Method in class de.intarsys.tools.enumeration.EnumItem
 
ComponentException - Exception in de.intarsys.tools.component
 
ComponentException() - Constructor for exception de.intarsys.tools.component.ComponentException
 
ComponentException(String) - Constructor for exception de.intarsys.tools.component.ComponentException
 
ComponentException(String, Throwable) - Constructor for exception de.intarsys.tools.component.ComponentException
 
ComponentException(Throwable) - Constructor for exception de.intarsys.tools.component.ComponentException
 
concat(byte[], byte[]) - Static method in class de.intarsys.tools.collection.ByteArrayTools
 
ConcatInputStream - Class in de.intarsys.tools.stream
A stream that reads from all its inputs until all are empty.
ConcatInputStream() - Constructor for class de.intarsys.tools.stream.ConcatInputStream
 
configure(Logger) - Method in interface de.intarsys.tools.logging.ILogConfigurator
 
ConsoleStream - Class in de.intarsys.tools.stream
A stream object wrapping console output.
ConsoleStream() - Constructor for class de.intarsys.tools.stream.ConsoleStream
SplitStream - Konstruktorkommentar.
ConsoleWriter - Class in de.intarsys.tools.writer
The console writer wraps System.out in a writer that is never closed accidently.
ConsoleWriter() - Constructor for class de.intarsys.tools.writer.ConsoleWriter
ConsoleWriter constructor comment.
ConstantFunctor - Class in de.intarsys.tools.functor
A common utility IFunctor returning a constant value.
ConstantFunctor(Object) - Constructor for class de.intarsys.tools.functor.ConstantFunctor
 
ConstantPasswordProvider - Class in de.intarsys.tools.authenticate
A simple IPasswordProvider to return a constant value.
ConstantPasswordProvider(char[]) - Constructor for class de.intarsys.tools.authenticate.ConstantPasswordProvider
 
consume() - Method in class de.intarsys.tools.event.Event
 
consume() - Method in class de.intarsys.tools.event.GenericEventFacade
 
consume() - Method in interface de.intarsys.tools.event.IEvent
Indicate that this event does not need to be propagated any further as it is already processed by some listener.
contains(Object) - Method in class de.intarsys.tools.collection.IntHashMap
Tests if some key maps into the specified value in this hashtable.
contains(double, double) - Method in class de.intarsys.tools.geometry.TransformedShape
 
contains(double, double, double, double) - Method in class de.intarsys.tools.geometry.TransformedShape
 
contains(Point2D) - Method in class de.intarsys.tools.geometry.TransformedShape
 
contains(Rectangle2D) - Method in class de.intarsys.tools.geometry.TransformedShape
 
contains(Object) - Method in class de.intarsys.tools.number.NumberInstance
 
contains(Object) - Method in class de.intarsys.tools.number.NumberInterval
 
contains(Object) - Method in class de.intarsys.tools.number.NumberList
 
containsAll(Collection) - Method in class de.intarsys.tools.number.NumberWrapper
 
containsKey(int) - Method in class de.intarsys.tools.collection.IntHashMap
Tests if the specified object is a key in this hashtable.
containsKey(Object) - Method in class de.intarsys.tools.collection.PartitionedMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class de.intarsys.tools.collection.IntHashMap
Returns true if this HashMap maps one or more keys to this value.
containsValue(Object) - Method in class de.intarsys.tools.collection.PartitionedMap
Returns true if this map maps one or more keys to the specified value.
Converter - Class in de.intarsys.tools.string
Simple string conversion utilities;
ConverterException - Exception in de.intarsys.tools.string
 
ConverterException() - Constructor for exception de.intarsys.tools.string.ConverterException
 
ConverterException(String) - Constructor for exception de.intarsys.tools.string.ConverterException
 
ConverterException(Throwable) - Constructor for exception de.intarsys.tools.string.ConverterException
 
ConverterException(String, Throwable) - Constructor for exception de.intarsys.tools.string.ConverterException
 
copy(byte[]) - Static method in class de.intarsys.tools.collection.ByteArrayTools
Make a copy of bytes.
copy(byte[], int, int) - Static method in class de.intarsys.tools.collection.ByteArrayTools
Copy length bytes from bytes starting at from.
copyBinaryFile(File, File) - Static method in class de.intarsys.tools.file.FileTools
Copy the byte content of source to destination.
copyEncoded(Reader, Writer) - Static method in class de.intarsys.tools.stream.StreamTools
 
copyEncodedStream(InputStream, String, OutputStream, String) - Static method in class de.intarsys.tools.stream.StreamTools
 
copyFile(File, File) - Static method in class de.intarsys.tools.file.FileTools
 
copyFile(File, String, File, String) - Static method in class de.intarsys.tools.file.FileTools
Copy the character content of source to destination.
copyRecursively(File, File) - Static method in class de.intarsys.tools.file.FileTools
 
copyRecursivelyInto(File, File, String) - Static method in class de.intarsys.tools.file.FileTools
 
copyStream(InputStream, boolean, OutputStream, boolean) - Static method in class de.intarsys.tools.stream.StreamTools
Kopiert einen Eingabedatenstrom auf einen Ausgabedatenstrom.
copyStream(InputStream, OutputStream) - Static method in class de.intarsys.tools.stream.StreamTools
Kopiert einen Stream.
copyStream(InputStream, OutputStream, long) - Static method in class de.intarsys.tools.stream.StreamTools
Kopiert einen Eingabedatenstrom auf einen Ausgabedatenstrom.
CR - Static variable in class de.intarsys.tools.string.StringTools
 
create(Map, Map) - Static method in class de.intarsys.tools.collection.PartitionedMap
 
create() - Static method in class de.intarsys.tools.functor.Args
 
create(Shape, AffineTransform) - Static method in class de.intarsys.tools.geometry.ApplySpaceChangeShape
Create a new Shape whose coordinates are specified in the space defined by "transform".
create(Shape, AffineTransform, AffineTransform) - Static method in class de.intarsys.tools.geometry.ApplySpaceChangeShape
 
create(Shape, AffineTransform) - Static method in class de.intarsys.tools.geometry.ApplyTransformationShape
Create a new Shape created from shape by applying transform
createArchive(File, String, String, int) - Static method in class de.intarsys.tools.file.ArchiveTools
Just creates a archive file, nothing will be dumped inside this file.
createAttachments(File, File[], String) - Static method in class de.intarsys.tools.file.AttachmentTools
Create a list of File instances selected from the array of candidates that are recognized as attachments to file.
createAttachments(File, String) - Static method in class de.intarsys.tools.file.AttachmentTools
Find all attachments to master.
createClass(String, Class<T>, ClassLoader) - Static method in class de.intarsys.tools.reflect.ClassTools
 
createClassLoader(String) - Static method in class de.intarsys.tools.reflect.ClassTools
Create a new ClassLoader on the specified classpath
CreatedEvent - Class in de.intarsys.tools.event
An event indicating the creation of a new instance by a factory.
CreatedEvent(Object) - Constructor for class de.intarsys.tools.event.CreatedEvent
 
createEmptyFile(File) - Static method in class de.intarsys.tools.file.FileTools
Create an empty file.
createFacade() - Method in class de.intarsys.tools.event.GenericEvent
 
createFacade(Object) - Method in class de.intarsys.tools.facade.DelegatingFacadeFactory
 
createFacade(IFacadeFactory, Object) - Static method in class de.intarsys.tools.facade.FacadeTools
 
createFacade(Object) - Static method in class de.intarsys.tools.facade.FacadeTools
 
createFacade(Object) - Method in interface de.intarsys.tools.facade.IFacadeFactory
The IFacade associated with object.
createFacade() - Method in interface de.intarsys.tools.facade.IFacadeSupport
The associated IFacade.
createFileLogger(String, String, boolean) - Static method in class de.intarsys.tools.logging.LogTools
Creates a fileLogger.
createFromList(Class, List) - Static method in class de.intarsys.tools.collection.ArrayTools
 
createFunctor() - Method in interface de.intarsys.tools.functor.IFunctorFactory
Create a new IFunctor object.
createFunctorCall() - Method in interface de.intarsys.tools.functor.IFunctorCallFactory
Create a new IFunctorCall.
createIndexed() - Static method in class de.intarsys.tools.functor.Args
 
createIndexed(Object) - Static method in class de.intarsys.tools.functor.Args
 
createIndexed(Object, Object) - Static method in class de.intarsys.tools.functor.Args
 
createIndexed(Object, Object, Object) - Static method in class de.intarsys.tools.functor.Args
 
createIOException(String, Throwable) - Static method in class de.intarsys.tools.exception.ExceptionTools
 
createLocator(String) - Method in class de.intarsys.tools.locator.AbsoluteFileLocatorLookup
 
createLocator(String) - Method in class de.intarsys.tools.locator.DelegatingLocatorLookup
 
createLocator(String) - Method in class de.intarsys.tools.locator.FileLocatorFactory
The file locator factory supports looking up resources in multiple paths.
createLocator(String) - Method in interface de.intarsys.tools.locator.ILocatorFactory
Create a ILocator object.
createLocator(String) - Method in class de.intarsys.tools.locator.LocatorBasedLookup
 
createLocator(String) - Method in class de.intarsys.tools.locator.MappedLocatorLookup
 
createLocators(String, ILocatorFactory) - Static method in class de.intarsys.tools.locator.LocatorTools
 
createNamed() - Static method in class de.intarsys.tools.functor.Args
 
createNamed(String, Object) - Static method in class de.intarsys.tools.functor.Args
 
createNamed(String, Object, String, Object) - Static method in class de.intarsys.tools.functor.Args
 
createObject() - Method in interface de.intarsys.tools.pool.IPoolObjectFactory
Create the new object.
createObject(Class, Class<T>) - Static method in class de.intarsys.tools.reflect.ObjectTools
Create a new instance of Class "class"
createObject(Class, Class<T>, Class[], Object[]) - Static method in class de.intarsys.tools.reflect.ObjectTools
Create a new instance of Class "class"
createObject(String, Class<T>, ClassLoader) - Static method in class de.intarsys.tools.reflect.ObjectTools
Create a new instance of Class "className" via "classLoader".
createOID() - Method in interface de.intarsys.tools.oid.IOIDGenerator
 
createOID() - Method in class de.intarsys.tools.oid.StringOIDGenerator
 
createOutputStream(File, String, int) - Static method in class de.intarsys.tools.file.ArchiveTools
 
createStrict(IArgs) - Static method in class de.intarsys.tools.functor.DeclaredArgs
 
createStrictIfDeclared(IArgs) - Static method in class de.intarsys.tools.functor.DeclaredArgs
 
createTempDir(String, String) - Static method in class de.intarsys.tools.file.TempTools
 
createTempFile(File) - Static method in class de.intarsys.tools.file.FileTools
Create a file object representing a temporary file in the user's temp dir with the same name as the given file.
createTempFile(String) - Static method in class de.intarsys.tools.file.FileTools
Create a file object representing a temporary file in the user's temp dir with the given filename.
createTempFile(String, String) - Static method in class de.intarsys.tools.file.TempTools
 
createTransparent(IArgs) - Static method in class de.intarsys.tools.functor.DeclaredArgs
 
CRLF - Static variable in class de.intarsys.tools.string.StringTools
 

intarsys runtime library
A B C D E F G H I K L M N O P R S T U V W X
Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.