- Cache<T> - 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<T> - Class in de.intarsys.tools.cache
-
An entry in the cache implementation.
- CacheEntry(Object, T) - Constructor for class de.intarsys.tools.cache.CacheEntry
-
Create a cache entry.
- CallbackFutureTask<R> - Class in de.intarsys.tools.concurrent
-
- CallbackFutureTask(ITaskListener) - Constructor for class de.intarsys.tools.concurrent.CallbackFutureTask
-
- 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
-
- checkCandidate(Method, String, Class[]) - Static method in class de.intarsys.tools.reflect.ObjectTools
-
- checkCandidateClass(Class, Class) - Static method in class de.intarsys.tools.reflect.ObjectTools
-
- checkCandidateClasses(Class[], Class[]) - Static method in class de.intarsys.tools.reflect.ObjectTools
-
- 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(long) - Method in class de.intarsys.tools.pool.GenericPool
-
- checkout(long) - 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
-
- classLoader - Variable in class de.intarsys.tools.installresource.Install
-
- 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
-
- ClassLoaderTools - Class in de.intarsys.tools.reflect
-
Tool methods for handling ClassLoader
instances.
- ClassLoaderTools() - Constructor for class de.intarsys.tools.reflect.ClassLoaderTools
-
- 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.
- cleanUp() - Static method in class de.intarsys.tools.file.TempTools
-
Clean up temporary directories.
- cleanUpTempDir(File) - Static method in class de.intarsys.tools.file.TempTools
-
Clean up a single temporary directory
- 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() - Static method in class de.intarsys.tools.logging.SDC
-
- 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
-
- CommonDumpObject - Class in de.intarsys.tools.logging
-
- CommonDumpObject() - Constructor for class de.intarsys.tools.logging.CommonDumpObject
-
- 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
-
- CommonNotificationSupport() - Constructor for class de.intarsys.tools.event.CommonNotificationSupport
-
- CommonOIDGenerator - Class in de.intarsys.tools.oid
-
- CommonOIDGenerator() - Constructor for class de.intarsys.tools.oid.CommonOIDGenerator
-
- 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
-
- compute() - Method in class de.intarsys.tools.concurrent.AbstractFutureTask
-
- compute() - Method in class de.intarsys.tools.concurrent.GenericFutureTask
-
- compute() - Method in class de.intarsys.tools.concurrent.TaskSequence
-
- compute() - Method in class de.intarsys.tools.concurrent.TaskStep
-
- computeAsync() - Method in class de.intarsys.tools.concurrent.AbstractFutureTask
-
- 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
-
- configure() - Method in class de.intarsys.tools.logging.SimpleFormatter
-
- 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.
- ConsoleWriter(Object) - 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
-
- ConstantPasswordProvider(char[]) - Constructor for class de.intarsys.tools.authenticate.ConstantPasswordProvider
-
- consume() - Method in class de.intarsys.tools.event.Event
-
- 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.
- consume() - Method in class de.intarsys.tools.event.RequestEventFacade
-
- consumed - Variable in class de.intarsys.tools.event.Event
-
Flag if the event is already handled.
- 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.
- content - Variable in class de.intarsys.tools.locator.ByteArrayLocator
-
- ContextConfigurationException - Exception in de.intarsys.tools.component
-
- ContextConfigurationException() - Constructor for exception de.intarsys.tools.component.ContextConfigurationException
-
- ContextConfigurationException(String) - Constructor for exception de.intarsys.tools.component.ContextConfigurationException
-
- ContextConfigurationException(Throwable) - Constructor for exception de.intarsys.tools.component.ContextConfigurationException
-
- ContextConfigurationException(String, Throwable) - Constructor for exception de.intarsys.tools.component.ContextConfigurationException
-
- 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
.
- copy(URL, File) - Static method in class de.intarsys.tools.installresource.Install
-
- 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.
- count - Variable in class de.intarsys.tools.stream.FastByteArrayOutputStream
-
The number of valid bytes in the buffer.
- 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(Object, Object...) - Static method in class de.intarsys.tools.functor.FunctorCall
-
Create an
IFunctorCall
with
receiver
as the receiver
and the indexed arguments.
- create(IFunctor) - Static method in class de.intarsys.tools.functor.FunctorMethodHandler
-
- 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.
- createArea(Shape, boolean) - Static method in class de.intarsys.tools.geometry.ShapeTools
-
- createAttachmentName(String, String, String) - Static method in class de.intarsys.tools.file.AttachmentTools
-
- 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(ClassLoader, File, String, String, String) - Static method in class de.intarsys.tools.reflect.ClassLoaderTools
-
- createClassLoader(String) - Static method in class de.intarsys.tools.reflect.ClassTools
-
Create a new ClassLoader on the specified classpath
- createDeclaredArgs(IArgs) - Method in class de.intarsys.tools.functor.ArgumentDeclaration
-
- 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.RequestEvent
-
- createFacade(Object) - Method in class de.intarsys.tools.facade.DelegatingFacadeFactory
-
- createFacade(Object) - Method in class de.intarsys.tools.facade.Facade
-
- 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
-
- 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
-
- createFunctorCall(IFunctor, Object, IArgs) - Method in class de.intarsys.tools.functor.EventFunctorCallFactory
-
- createFunctorCall(IFunctor, Object, IArgs) - Method in interface de.intarsys.tools.functor.IFunctorCallFactory
-
- createFunctorCall(IFunctor, Object, IArgs) - Method in class de.intarsys.tools.functor.SimpleFunctorCallFactory
-
- 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
-
- createInnerIterator() - Method in class de.intarsys.tools.collection.NestedIterator
-
- createInstance(IArgs) - Method in interface de.intarsys.tools.factory.IFactory
-
- createIOException(String, Throwable) - Static method in class de.intarsys.tools.exception.ExceptionTools
-
- createLocator(Object, ILocator, ILocatorFactory) - Static method in class de.intarsys.tools.functor.ArgTools
-
- 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
-
- 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 class de.intarsys.tools.pool.GenericPool
-
- 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
-
- createPlatformFallbackId() - Static method in class de.intarsys.tools.installresource.Install
-
- createPlatformId() - Static method in class de.intarsys.tools.installresource.Install
-
- createPreferencesNode(String) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
-
- createRandom(int) - Static method in class de.intarsys.tools.authenticate.PasswordTools
-
Create a random password of length length
.
- createResourceBundle() - Method in class de.intarsys.tools.message.MessageBundle
-
- 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
-
- createTempDirVM(File) - Static method in class de.intarsys.tools.file.TempTools
-
Create the root directory for all temp files
- 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
-
- createTempFileLocator() - Method in class de.intarsys.tools.locator.CommonLocator
-
- createTransparent(IArgs) - Static method in class de.intarsys.tools.functor.DeclaredArgs
-
- createURL(List<URL>, File) - Static method in class de.intarsys.tools.reflect.ClassLoaderTools
-
- createURLs(String) - Static method in class de.intarsys.tools.message.MessageBundle
-
- createURLs(File, String, String, String) - Static method in class de.intarsys.tools.reflect.ClassLoaderTools
-
- createURLScanJar(List<URL>, File, List<String>) - Static method in class de.intarsys.tools.reflect.ClassLoaderTools
-
- CRLF - Static variable in class de.intarsys.tools.string.StringTools
-
- GenericFutureTask<R> - Class in de.intarsys.tools.concurrent
-
- GenericFutureTask(Callable<R>) - Constructor for class de.intarsys.tools.concurrent.GenericFutureTask
-
- GenericFutureTask(Callable<R>, ITaskListener) - Constructor for class de.intarsys.tools.concurrent.GenericFutureTask
-
- GenericFutureTask(Callable<R>, Runnable) - Constructor for class de.intarsys.tools.concurrent.GenericFutureTask
-
- GenericFutureTask(Callable<R>, Runnable, ITaskListener) - Constructor for class de.intarsys.tools.concurrent.GenericFutureTask
-
- GenericPool - Class in de.intarsys.tools.pool
-
A very simple implementation of a generic
IPool
.
- GenericPool(IPoolObjectFactory) - Constructor for class de.intarsys.tools.pool.GenericPool
-
- GeometryTools - Class in de.intarsys.tools.geometry
-
Tool class for common geometry tasks.
- get() - Static method in class de.intarsys.tools.adapter.AdapterOutlet
-
- get(Object) - Method in class de.intarsys.tools.attribute.AttributeMap
-
- get() - Static method in class de.intarsys.tools.authenticate.PasswordProvider
-
- get(Object) - Method in class de.intarsys.tools.cache.Cache
-
The object with the key "key" or null.
- get(int) - Method in class de.intarsys.tools.collection.IntHashMap
-
Returns the value to which the specified key is mapped in this map.
- get(Map, Object, Object) - Static method in class de.intarsys.tools.collection.MapTools
-
- get(Map, Object, String) - Static method in class de.intarsys.tools.collection.MapTools
-
- get(Object) - Method in class de.intarsys.tools.collection.PartitionedMap
-
Returns the value to which this map maps the specified key.
- get() - Method in class de.intarsys.tools.concurrent.AbstractFutureTask
-
- get(long, TimeUnit) - Method in class de.intarsys.tools.concurrent.AbstractFutureTask
-
- get() - Static method in class de.intarsys.tools.environment.file.FileEnvironment
-
- get() - Static method in class de.intarsys.tools.facade.FacadeFactory
-
- get() - Static method in class de.intarsys.tools.factory.Outlet
-
- get(int) - Method in class de.intarsys.tools.functor.Args
-
- get(int, Object) - Method in class de.intarsys.tools.functor.Args
-
- get(String) - Method in class de.intarsys.tools.functor.Args
-
- get(String, Object) - Method in class de.intarsys.tools.functor.Args
-
- get(int) - Method in class de.intarsys.tools.functor.ChainedArgs
-
- get(int, Object) - Method in class de.intarsys.tools.functor.ChainedArgs
-
- get(String) - Method in class de.intarsys.tools.functor.ChainedArgs
-
- get(String, Object) - Method in class de.intarsys.tools.functor.ChainedArgs
-
- get(int) - Method in class de.intarsys.tools.functor.DeclaredArgs
-
- get(int, Object) - Method in class de.intarsys.tools.functor.DeclaredArgs
-
- get(String) - Method in class de.intarsys.tools.functor.DeclaredArgs
-
- get(String, Object) - Method in class de.intarsys.tools.functor.DeclaredArgs
-
- get(int) - Method in class de.intarsys.tools.functor.EmptyArgs
-
- get(int, Object) - Method in class de.intarsys.tools.functor.EmptyArgs
-
- get(String) - Method in class de.intarsys.tools.functor.EmptyArgs
-
- get(String, Object) - Method in class de.intarsys.tools.functor.EmptyArgs
-
- get(int) - Method in interface de.intarsys.tools.functor.IArgs
-
The argument at position index
.
- get(int, Object) - Method in interface de.intarsys.tools.functor.IArgs
-
The argument at position index
- get(String) - Method in interface de.intarsys.tools.functor.IArgs
-
The argument named name
.
- get(String, Object) - Method in interface de.intarsys.tools.functor.IArgs
-
The argument named name
or the defaultValue if not
available.
- get() - Static method in class de.intarsys.tools.locator.LocatorFactory
-
- get() - Static method in class de.intarsys.tools.locking.LockStrategy
-
- get() - Static method in class de.intarsys.tools.logging.LogConfigurator
-
- get() - Static method in class de.intarsys.tools.logging.MemoryLogRegistry
-
- get() - Static method in class de.intarsys.tools.logging.SDC
-
- get() - Method in class de.intarsys.tools.message.Message
-
- get() - Static method in class de.intarsys.tools.message.TextOrientation
-
- get() - Method in class de.intarsys.tools.preferences.BooleanPrefValueHolder
-
- get() - Method in class de.intarsys.tools.preferences.IntegerPrefValueHolder
-
- get(String) - Method in interface de.intarsys.tools.preferences.IPreferences
-
Returns the current value of the string-valued preference with the given
name.
- get(String, String) - Method in interface de.intarsys.tools.preferences.IPreferences
-
Returns the value associated with the specified key in this preference
node.
- get(String) - Method in class de.intarsys.tools.preferences.NullPreferences
-
- get(String, String) - Method in class de.intarsys.tools.preferences.NullPreferences
-
- get(String) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
-
- get(String, String) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
-
- get() - Static method in class de.intarsys.tools.preferences.PreferencesFactory
-
- get() - Method in class de.intarsys.tools.preferences.StringPrefValueHolder
-
- get(Object, String) - Static method in class de.intarsys.tools.reflect.ObjectTools
-
Get the value for field name
in object
.
- get() - Static method in class de.intarsys.tools.reporter.Reporter
-
- get() - Static method in class de.intarsys.tools.resourcetracker.ResourceFinalizer
-
- get() - Method in interface de.intarsys.tools.valueholder.IValueHolder
-
- get() - Method in class de.intarsys.tools.valueholder.NullValueHolder
-
- get() - Method in class de.intarsys.tools.valueholder.ObjectValueHolder
-
- get() - Method in class de.intarsys.tools.valueholder.ThreadLocalValueHolder
-
- get() - Static method in class de.intarsys.tools.variable.VariableEnvironment
-
- get() - Static method in class de.intarsys.tools.variable.VariableNamespaces
-
- GET_PREFIX - Static variable in class de.intarsys.tools.reflect.ObjectTools
-
- getAccessMode(Object, String) - Method in interface de.intarsys.tools.reflect.IAccessHandlerAccessibility
-
Query the access state of the property name
within the
receiver
.
- getAccessMode(String) - Method in interface de.intarsys.tools.reflect.IAccessSupportAccessibility
-
Query the access state of the property name
within this.
- getAccessMode(Object) - Method in interface de.intarsys.tools.reflect.IFieldHandlerAccessibility
-
Query the access state of the field represented by this within the
receiver
.
- getAdapter(Object, Class<T>) - Static method in class de.intarsys.tools.adapter.AdapterTools
-
An object of type clazz
that represents object
.
- getAdapter(Object, Class<T>) - Method in interface de.intarsys.tools.adapter.IAdapterFactory
-
Return an object of type clazz
that represents
object
.
- getAdapter(Class<T>) - Method in interface de.intarsys.tools.adapter.IAdapterSupport
-
Return an object of type clazz
that represents the receiver.
- getAdapter(Object, Class<T>) - Method in class de.intarsys.tools.adapter.StandardAdapterOutlet
-
- getAdapter(Class<T>) - Method in class de.intarsys.tools.locator.DelegatingLocator
-
- getAdapter(Class<T>) - Method in class de.intarsys.tools.locator.LocatorByReference
-
- getAdapter(Class<T>) - Method in class de.intarsys.tools.locator.LocatorViewport
-
- getArgs() - Method in class de.intarsys.tools.event.RequestEvent
-
- getArgs() - Method in class de.intarsys.tools.event.RequestEventFacade
-
- getArgs(IArgs, String, IArgs) - Static method in class de.intarsys.tools.functor.ArgTools
-
The argument value at
name
as an
IArgs
instance.
- getArgs() - Method in class de.intarsys.tools.functor.ChainedArgs
-
The main (primary)
IArgs
.
- getArgs() - Method in class de.intarsys.tools.functor.FunctorCall
-
- getArgs() - Method in interface de.intarsys.tools.functor.IFunctorCall
-
The arguments currently associated with the call.
- getArgsIn() - Method in class de.intarsys.tools.functor.DeclaredArgs
-
- getAsString() - Method in class de.intarsys.tools.hex.HexRow
-
- getAttribute(Object) - Method in class de.intarsys.tools.attribute.AttributeMap
-
- getAttribute(Object) - Method in interface de.intarsys.tools.attribute.IAttributeSupport
-
Get an attribute value from the context
- getAttribute() - Method in class de.intarsys.tools.event.AttributeChangedEvent
-
The attribute slot that has changed.
- getAttribute(Object) - Method in class de.intarsys.tools.functor.FunctorFieldHandler
-
- getAttribute(Object) - Method in class de.intarsys.tools.functor.FunctorMethodHandler
-
- getBaseDir() - Method in interface de.intarsys.tools.environment.file.IFileEnvironment
-
The platform base directory.
- getBaseDir() - Method in class de.intarsys.tools.environment.file.StandardFileEnvironment
-
- getBasedir() - Static method in class de.intarsys.tools.system.SystemTools
-
- getBaseName(File) - Static method in class de.intarsys.tools.file.FileTools
-
Get the local name of the file in its directory without the extension.
- getBaseName(File, String) - Static method in class de.intarsys.tools.file.FileTools
-
Get the local name of the file in its directory without the extension.
- getBaseName(String) - Static method in class de.intarsys.tools.file.FileTools
-
Get the local name of the file in its directory without the extension.
- getBaseName(String, String) - Static method in class de.intarsys.tools.file.FileTools
-
Get the local name of the file in its directory without the extension.
- getBaseShape() - Method in interface de.intarsys.tools.geometry.IShapeWrapper
-
- getBaseShape() - Method in class de.intarsys.tools.geometry.TransformedShape
-
- getBaseType() - Method in interface de.intarsys.tools.adapter.IAdapterFactory
-
The type of objects that can be adapted by this factory.
- getBaseType() - Method in class de.intarsys.tools.adapter.StandardAdapterOutlet
-
- getBindir() - Static method in class de.intarsys.tools.system.SystemTools
-
- getBool(IArgs, String, boolean) - Static method in class de.intarsys.tools.functor.ArgTools
-
The argument value at name
as a boolean.
- getBoolean(String) - Method in interface de.intarsys.tools.preferences.IPreferences
-
Returns the current value of the boolean-valued preference with the given
name.
- getBoolean(String, boolean) - Method in interface de.intarsys.tools.preferences.IPreferences
-
Returns the boolean value represented by the string associated with the
specified key in this preference node.
- getBoolean(String) - Method in class de.intarsys.tools.preferences.NullPreferences
-
- getBoolean(String, boolean) - Method in class de.intarsys.tools.preferences.NullPreferences
-
- getBoolean(String) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
-
- getBoolean(String, boolean) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
-
- getBooleanProperty(String, boolean) - Method in class de.intarsys.tools.logging.SimpleFormatter
-
- getBounds() - Method in class de.intarsys.tools.geometry.TransformedShape
-
- getBounds2D() - Method in class de.intarsys.tools.geometry.TransformedShape
-
- getBundle() - Method in class de.intarsys.tools.message.Message
-
- getBundleName(Class) - Static method in class de.intarsys.tools.message.MessageBundleTools
-
- getBundleName(String) - Static method in class de.intarsys.tools.message.MessageBundleTools
-
- getByte(IArgs, String, byte) - Static method in class de.intarsys.tools.functor.ArgTools
-
The argument value at name
as a byte.
- getByteArray(String, byte[]) - Method in interface de.intarsys.tools.preferences.IPreferences
-
Returns the byte array value represented by the string associated with
the specified key in this preference node.
- getByteArray(String, byte[]) - Method in class de.intarsys.tools.preferences.NullPreferences
-
- getByteArray(String, byte[]) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
-
- getBytes() - Static method in class de.intarsys.tools.file.SynchTools
-
- getBytes() - Method in class de.intarsys.tools.locator.ByteArrayLocator
-
- getBytes(ILocator) - Static method in class de.intarsys.tools.locator.LocatorTools
-
- getBytes() - Method in class de.intarsys.tools.locator.StringLocator
-
- getBytes() - Method in class de.intarsys.tools.result.ByteBasedResult
-
- getBytes() - Method in class de.intarsys.tools.stream.FastByteArrayOutputStream
-
- getCanonicalFile() - Method in class de.intarsys.tools.locator.FileLocator
-
The canonical file represented by this.
- getCellValue(int, int) - Method in class de.intarsys.tools.hex.HexData
-
- getCellValue(int) - Method in class de.intarsys.tools.hex.HexRow
-
- getCellValueAsString(int, int) - Method in class de.intarsys.tools.hex.HexData
-
- getCellValueAsString(int) - Method in class de.intarsys.tools.hex.HexRow
-
- getChar(IArgs, String, char) - Static method in class de.intarsys.tools.functor.ArgTools
-
The argument value at name
as a char.
- getChar() - Method in class de.intarsys.tools.number.NumberParser
-
- getCharArray(IArgs, String, char[]) - Static method in class de.intarsys.tools.functor.ArgTools
-
The argument value at name
as a char[].
- getChild() - Method in class de.intarsys.tools.collection.PartitionedMap
-
- getChild(String) - Method in class de.intarsys.tools.locator.ByteArrayLocator
-
- getChild(String) - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
-
- getChild(String) - Method in class de.intarsys.tools.locator.ClassResourceLocator
-
- getChild(String) - Method in class de.intarsys.tools.locator.DelegatingLocator
-
- getChild(String) - Method in class de.intarsys.tools.locator.FileLocator
-
- getChild(String) - Method in interface de.intarsys.tools.locator.ILocator
-
The locator for the resource name
within the context of
this.
- getChild(String) - Method in class de.intarsys.tools.locator.LocatorByReference
-
- getChild(String) - Method in class de.intarsys.tools.locator.LocatorViewport
-
- getChild(String) - Method in class de.intarsys.tools.locator.NullLocator
-
- getChild(String) - Method in class de.intarsys.tools.locator.StreamLocator
-
- getChild(String) - Method in class de.intarsys.tools.locator.StringLocator
-
- getChild(String) - Method in class de.intarsys.tools.locator.TransientLocator
-
- getClass(IArgs, String, Class) - Static method in class de.intarsys.tools.functor.ArgTools
-
The argument value at name
as a Class
.
- getClassLoader() - Method in class de.intarsys.tools.installresource.Install
-
- getClassLoader() - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
-
The ClassLoader
used to access the resource.
- getClassLoader() - Method in class de.intarsys.tools.message.MessageBundle
-
- getClassLoader() - Method in interface de.intarsys.tools.reflect.IClassLoaderSupport
-
A ClassLoader
instance suitable to load classes and resources in
the context of the receiver.
- getClassName(Class) - Static method in class de.intarsys.tools.message.MessageBundleTools
-
- getClassName(String) - Static method in class de.intarsys.tools.message.MessageBundleTools
-
- getClazz() - Method in class de.intarsys.tools.locator.ClassResourceLocator
-
The Class
used to define this.
- getClazz() - Method in class de.intarsys.tools.message.Message
-
- getColumn() - Method in interface de.intarsys.tools.reader.ILocationProvider
-
- getColumn() - Method in class de.intarsys.tools.reader.LocationAwareReader
-
- getCommonPrefix(String, String, boolean) - Static method in class de.intarsys.tools.string.StringTools
-
- getConstant() - Method in class de.intarsys.tools.functor.ConstantFunctor
-
- getContent() - Method in class de.intarsys.tools.locator.ByteArrayLocator
-
- getContent() - Method in class de.intarsys.tools.locator.StringLocator
-
- getContentType() - Method in interface de.intarsys.tools.mime.IMimeTypeSupport
-
- getContentType() - Method in class de.intarsys.tools.result.CommonResult
-
- getData() - Method in class de.intarsys.tools.randomaccess.RandomAccessByteArray
-
- getDate(IArgs, String, Date) - Static method in class de.intarsys.tools.functor.ArgTools
-
The argument value at name
as a Date
.
- getDeclarationBlock() - Method in interface de.intarsys.tools.functor.IDeclarationSupport
-
- getDeclarationContext() - Method in class de.intarsys.tools.functor.Declaration
-
- getDeclarationContext() - Method in class de.intarsys.tools.functor.EmptyDeclarationBlock
-
- getDeclarationContext() - Method in interface de.intarsys.tools.functor.IDeclaration
-
An optional declaration context.
- getDeclarations() - Method in class de.intarsys.tools.functor.DeclarationBlock
-
- getDeclarations() - Method in class de.intarsys.tools.functor.DeclarationElement
-
- getDeclarations() - Method in class de.intarsys.tools.functor.EmptyDeclarationBlock
-
- getDeclarations() - Method in interface de.intarsys.tools.functor.IDeclarationBlock
-
- getDecodedDataLength(byte[]) - Static method in class de.intarsys.tools.encoding.Base64
-
returns length of decoded data given an array containing encoded data.
- getDefault() - Method in class de.intarsys.tools.enumeration.EnumMeta
-
- getDefaultFunctor() - Method in class de.intarsys.tools.functor.ArgumentDeclaration
-
- getDefaultValue() - Method in class de.intarsys.tools.preferences.PrefValueHolder
-
- getDelegate() - Method in class de.intarsys.tools.event.NotificationSupportProxy
-
- getDelegate() - Method in class de.intarsys.tools.locator.DelegatingLocator
-
- getDelegate() - Method in class de.intarsys.tools.locator.LocatorViewport
-
- getDescription() - Method in class de.intarsys.tools.enumeration.EnumItem
-
- getDestinationChars() - Method in class de.intarsys.tools.writer.EscapeWriter
-
- getDouble(String) - Method in interface de.intarsys.tools.preferences.IPreferences
-
Returns the current value of the double-valued preference with the given
name.
- getDouble(String, double) - Method in interface de.intarsys.tools.preferences.IPreferences
-
Returns the double value represented by the string associated with the
specified key in this preference node.
- getDouble(String) - Method in class de.intarsys.tools.preferences.NullPreferences
-
- getDouble(String, double) - Method in class de.intarsys.tools.preferences.NullPreferences
-
- getDouble(String) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
-
- getDouble(String, double) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
-
- getEncoding() - Static method in class de.intarsys.tools.file.FileTools
-
- getEncoding() - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
-
- getEncoding() - Method in class de.intarsys.tools.locator.ClassResourceLocator
-
- getEncoding() - Method in class de.intarsys.tools.locator.FileLocator
-
The encoding of the file.
- getEncoding() - Method in class de.intarsys.tools.locator.StringLocator
-
- getEnd() - Method in class de.intarsys.tools.locator.LocatorViewport
-
- getEnumClazz() - Method in class de.intarsys.tools.enumeration.EnumMeta
-
- getEnumeration() - Method in class de.intarsys.tools.collection.EnumerationIterator
-
- getEnumItem(IArgs, EnumMeta<T>, String) - Static method in class de.intarsys.tools.functor.ArgTools
-
The argument value at
name
as a
EnumItem
.
- getEnumItem(IArgs, EnumMeta<T>, String, String) - Static method in class de.intarsys.tools.functor.ArgTools
-
The argument value at
name
as a
EnumItem
.
- getEnumItem(IPreferences, EnumMeta<T>, String) - Static method in class de.intarsys.tools.preferences.PreferencesTools
-
- getEnumItem(IPreferences, EnumMeta<T>, String, String) - Static method in class de.intarsys.tools.preferences.PreferencesTools
-
- getEscape() - Method in class de.intarsys.tools.reader.UnEscapeReader
-
- getEscapeMap() - Method in class de.intarsys.tools.reader.UnEscapeReader
-
- getEvent(IArgs) - Static method in class de.intarsys.tools.event.EventTools
-
- getEventType() - Method in class de.intarsys.tools.event.ActivatedEvent
-
- getEventType() - Method in class de.intarsys.tools.event.AttributeChangedEvent
-
- getEventType() - Method in class de.intarsys.tools.event.CancelEvent
-
- getEventType() - Method in class de.intarsys.tools.event.CancelRequestedEvent
-
- getEventType() - Method in class de.intarsys.tools.event.CreatedEvent
-
- getEventType() - Method in class de.intarsys.tools.event.DeactivatedEvent
-
- getEventType() - Method in class de.intarsys.tools.event.DestroyedEvent
-
- getEventType() - Method in class de.intarsys.tools.event.Event
-
- getEventType() - Method in interface de.intarsys.tools.event.IEvent
-
A type for this event.
- getEventType() - Method in class de.intarsys.tools.event.OkEvent
-
- getEventType() - Method in class de.intarsys.tools.event.OkRequestedEvent
-
- getEventType() - Method in class de.intarsys.tools.event.RequestEvent
-
- getEventType() - Method in class de.intarsys.tools.event.RequestEventFacade
-
- getEventType() - Method in class de.intarsys.tools.event.ResumedEvent
-
- getEventType() - Method in class de.intarsys.tools.event.SelectionEvent
-
- getEventType() - Method in class de.intarsys.tools.event.StartedEvent
-
- getEventType() - Method in class de.intarsys.tools.event.StoppedEvent
-
- getEventType() - Method in class de.intarsys.tools.event.StopRequestedEvent
-
- getEventType() - Method in class de.intarsys.tools.event.SuspendedEvent
-
- getEventType() - Method in class de.intarsys.tools.preferences.PreferencesChangeEvent
-
- getException() - Method in class de.intarsys.tools.concurrent.AbstractFutureTask
-
- getExtension(File) - Static method in class de.intarsys.tools.file.FileTools
-
Get the extension of the file name.
- getExtension(String) - Static method in class de.intarsys.tools.file.FileTools
-
Get the extension of the file name.
- getExtension(String, String) - Static method in class de.intarsys.tools.file.FileTools
-
Get the extension of the file name.
- getFactories() - Method in interface de.intarsys.tools.factory.IOutlet
-
- getFactories() - Method in class de.intarsys.tools.factory.StandardOutlet
-
- getFactory() - Method in interface de.intarsys.tools.factory.IFactorySupport
-
- getFallbackArgs() - Method in class de.intarsys.tools.functor.ChainedArgs
-
The fallback (secondary)
IArgs
;
- getFallbackString(String, Object[]) - Method in class de.intarsys.tools.message.MessageBundle
-
- getFile(IArgs, String, File) - Static method in class de.intarsys.tools.functor.ArgTools
-
The argument value at name
as a File
.
- getFile() - Method in class de.intarsys.tools.installresource.Install
-
- getFile() - Method in class de.intarsys.tools.locator.FileLocator
-
Answer the file represented by this.
- getFile(ILocator) - Static method in class de.intarsys.tools.locator.LocatorTools
-
- getFileName(String) - Static method in class de.intarsys.tools.file.FileTools
-
Get the local name of the file in its directory (with extension).
- getFileName(String, String) - Static method in class de.intarsys.tools.file.FileTools
-
Get the local name of the file in its directory (with extension).
- getFiles() - Method in class de.intarsys.tools.installresource.Install
-
- getFirst() - Method in class de.intarsys.tools.number.NumberWrapper
-
- getFirstLine(String) - Static method in class de.intarsys.tools.string.StringTools
-
The first line of text (all characters up to the first occurence of
either "\n" or "\r".
- getFloat(IArgs, String, float) - Static method in class de.intarsys.tools.functor.ArgTools
-
The argument value at name
as a float.
- getFloat(String) - Method in interface de.intarsys.tools.preferences.IPreferences
-
Returns the current value of the float-valued preference with the given
name.
- getFloat(String, float) - Method in interface de.intarsys.tools.preferences.IPreferences
-
Returns the float value represented by the string associated with the
specified key in this preference node.
- getFloat(String) - Method in class de.intarsys.tools.preferences.NullPreferences
-
- getFloat(String, float) - Method in class de.intarsys.tools.preferences.NullPreferences
-
- getFloat(String) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
-
- getFloat(String, float) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
-
- getFrom() - Method in class de.intarsys.tools.number.NumberInterval
-
- getFullName() - Method in class de.intarsys.tools.locator.ByteArrayLocator
-
- getFullName() - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
-
- getFullName() - Method in class de.intarsys.tools.locator.ClassResourceLocator
-
- getFullName() - Method in class de.intarsys.tools.locator.DelegatingLocator
-
- getFullName() - Method in class de.intarsys.tools.locator.FileLocator
-
- getFullName() - Method in interface de.intarsys.tools.locator.ILocator
-
The full physical name of this.
- getFullName() - Method in class de.intarsys.tools.locator.LocatorByReference
-
- getFullName() - Method in class de.intarsys.tools.locator.LocatorViewport
-
- getFullName() - Method in class de.intarsys.tools.locator.NullLocator
-
- getFullName() - Method in class de.intarsys.tools.locator.StreamLocator
-
- getFullName() - Method in class de.intarsys.tools.locator.StringLocator
-
- getFullName() - Method in class de.intarsys.tools.locator.TransientLocator
-
- getFunctorFactories() - Method in interface de.intarsys.tools.functor.IFunctorOutlet
-
- getFunctorFactories() - Method in class de.intarsys.tools.functor.StandardFunctorOutlet
-
- getGetter() - Method in class de.intarsys.tools.functor.FunctorFieldHandler
-
- getHandler() - Method in class de.intarsys.tools.reader.DirectTagReader
-
- getHandlers() - Method in class de.intarsys.tools.logging.MemoryLogRegistry
-
- getHebrew() - Static method in class de.intarsys.tools.message.TextOrientation
-
- getIconName() - Method in class de.intarsys.tools.enumeration.EnumItem
-
- getId() - Method in class de.intarsys.tools.enumeration.EnumItem
-
- getId() - Method in interface de.intarsys.tools.factory.IFactory
-
- getId() - Method in interface de.intarsys.tools.functor.IFunctorFactory
-
- getId() - Method in interface de.intarsys.tools.functor.INamedFunctor
-
- getId() - Method in class de.intarsys.tools.logging.MemoryLogHandler
-
- getImpl() - Method in class de.intarsys.tools.facade.Facade
-
- getImpl() - Method in interface de.intarsys.tools.facade.IFacade
-
The implementation behind the facade.
- getInChain(Throwable, Class<?>) - Static method in class de.intarsys.tools.exception.ExceptionTools
-
- getIndex() - Method in class de.intarsys.tools.functor.ArgumentDeclaration
-
- getInnerIterator() - Method in class de.intarsys.tools.collection.NestedIterator
-
- getInputStream() - Method in class de.intarsys.tools.locator.ByteArrayLocator
-
- getInputStream() - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
-
- getInputStream() - Method in class de.intarsys.tools.locator.ClassResourceLocator
-
- getInputStream() - Method in class de.intarsys.tools.locator.DelegatingLocator
-
- getInputStream() - Method in class de.intarsys.tools.locator.FileLocator
-
- getInputStream() - Method in interface de.intarsys.tools.locator.ILocator
-
Return an InputStream
on the data represented by the receiver.
- getInputStream() - Method in class de.intarsys.tools.locator.LocatorByReference
-
- getInputStream() - Method in class de.intarsys.tools.locator.LocatorViewport
-
- getInputStream() - Method in class de.intarsys.tools.locator.NullLocator
-
- getInputStream() - Method in class de.intarsys.tools.locator.StreamLocator
-
- getInputStream() - Method in class de.intarsys.tools.locator.StringLocator
-
- getInputStream() - Method in class de.intarsys.tools.locator.TransientLocator
-
- getInstance() - Method in class de.intarsys.tools.event.CreatedEvent
-
- getInstance() - Method in class de.intarsys.tools.event.DestroyedEvent
-
- getInstance() - Static method in class de.intarsys.tools.format.ISO8601Format
-
- getInstance() - Static method in class de.intarsys.tools.format.TrivialDateFormat
-
The default instance
- getInstance() - Static method in class de.intarsys.tools.format.TrivialIntegerFormat
-
The default instance
- getInt(IArgs, String, int) - Static method in class de.intarsys.tools.functor.ArgTools
-
The argument value at name
as a int.
- getInt(String) - Method in interface de.intarsys.tools.preferences.IPreferences
-
Returns the current value of the integer-valued preference with the given
name.
- getInt(String, int) - Method in interface de.intarsys.tools.preferences.IPreferences
-
Returns the int value represented by the string associated with the
specified key in this preference node.
- getInt(String) - Method in class de.intarsys.tools.preferences.NullPreferences
-
- getInt(String, int) - Method in class de.intarsys.tools.preferences.NullPreferences
-
- getInt(String) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
-
- getInt(String, int) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
-
- getIntProperty(String, int) - Method in class de.intarsys.tools.logging.SimpleFormatter
-
- getInvoker() - Method in class de.intarsys.tools.functor.FunctorMethodHandler
-
- getItem(String) - Method in class de.intarsys.tools.enumeration.EnumMeta
-
- getItemOrDefault(String) - Method in class de.intarsys.tools.enumeration.EnumMeta
-
- getItems() - Method in class de.intarsys.tools.enumeration.EnumMeta
-
- getIterator() - Method in class de.intarsys.tools.collection.IteratorEnumeration
-
- getJEvent(IArgs) - Static method in class de.intarsys.tools.event.EventTools
-
- getKey() - Method in class de.intarsys.tools.cache.CacheEntry
-
The key of the cache entry.
- getKey() - Method in class de.intarsys.tools.file.MagicFileNumberTest.Type
-
- getKey() - Method in class de.intarsys.tools.message.Message
-
- getKey() - Method in class de.intarsys.tools.preferences.PreferencesChangeEvent
-
- getKey() - Method in class de.intarsys.tools.preferences.PrefValueHolder
-
- getKeys() - Method in class de.intarsys.tools.attribute.AttributeMap
-
The keys used in this attribute lookup map.
- getLabel() - Method in class de.intarsys.tools.enumeration.EnumItem
-
- getLabel() - Method in class de.intarsys.tools.event.LifecycleWatchdog
-
- getLabelPrefix() - Method in class de.intarsys.tools.concurrent.TaskSequence
-
- getLabelSuffix() - Method in class de.intarsys.tools.concurrent.TaskSequence
-
- getLarge(IPreferences, String, String) - Static method in class de.intarsys.tools.preferences.PreferencesTools
-
- getLastModified() - Method in class de.intarsys.tools.locator.FileLocator
-
Answer the timestamp of the last modification.
- getLcid(Locale) - Static method in class de.intarsys.tools.message.LocaleTools
-
- getLeading(String, int) - Static method in class de.intarsys.tools.string.StringTools
-
- getLength() - Method in class de.intarsys.tools.hex.HexRow
-
- getLength() - Method in class de.intarsys.tools.locator.ByteArrayLocator
-
- getLength() - Method in class de.intarsys.tools.locator.CommonLocator
-
- getLength() - Method in class de.intarsys.tools.locator.DelegatingLocator
-
- getLength() - Method in class de.intarsys.tools.locator.FileLocator
-
- getLength() - Method in interface de.intarsys.tools.locator.ILocator
-
Returns the length of this data container or -1 if unknown
- getLength() - Method in class de.intarsys.tools.locator.LocatorByReference
-
- getLength() - Method in class de.intarsys.tools.locator.LocatorViewport
-
- getLength() - Method in class de.intarsys.tools.locator.NullLocator
-
- getLength() - Method in class de.intarsys.tools.locator.StringLocator
-
- getLength() - Method in class de.intarsys.tools.randomaccess.BufferedRandomAccess
-
- getLength() - Method in interface de.intarsys.tools.randomaccess.IRandomAccess
-
Returns the length of this data container.
- getLength() - Method in class de.intarsys.tools.randomaccess.RandomAccessByteArray
-
- getLength() - Method in class de.intarsys.tools.randomaccess.RandomAccessFile
-
- getLength() - Method in class de.intarsys.tools.randomaccess.RandomAccessFilter
-
- getLength() - Method in class de.intarsys.tools.randomaccess.RandomAccessViewport
-
- getLibdir() - Static method in class de.intarsys.tools.system.SystemTools
-
- getLine() - Method in interface de.intarsys.tools.reader.ILocationProvider
-
- getLine() - Method in class de.intarsys.tools.reader.LocationAwareReader
-
- getLineCount(String) - Static method in class de.intarsys.tools.string.StringTools
-
The number of lines in text
.
- getList() - Method in class de.intarsys.tools.number.NumberList
-
- getLocale() - Method in class de.intarsys.tools.message.MessageBundle
-
- getLocalizedLabel() - Method in class de.intarsys.tools.enumeration.EnumItem
-
- getLocalName() - Method in class de.intarsys.tools.locator.ByteArrayLocator
-
- getLocalName() - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
-
- getLocalName() - Method in class de.intarsys.tools.locator.ClassResourceLocator
-
- getLocalName() - Method in class de.intarsys.tools.locator.DelegatingLocator
-
- getLocalName() - Method in class de.intarsys.tools.locator.FileLocator
-
- getLocalName() - Method in interface de.intarsys.tools.locator.ILocator
-
The local name of the receiver within its parent.
- getLocalName() - Method in class de.intarsys.tools.locator.LocatorByReference
-
- getLocalName() - Method in class de.intarsys.tools.locator.LocatorViewport
-
- getLocalName() - Method in class de.intarsys.tools.locator.NullLocator
-
- getLocalName() - Method in class de.intarsys.tools.locator.StreamLocator
-
- getLocalName() - Method in class de.intarsys.tools.locator.StringLocator
-
- getLocalName() - Method in class de.intarsys.tools.locator.TransientLocator
-
- getLocator(IArgs, String, ILocator, ILocatorFactory) - Static method in class de.intarsys.tools.functor.ArgTools
-
The argument value at
name
as a
ILocator
.
- getLocator() - Method in interface de.intarsys.tools.locator.ILocatorSupport
-
Return the
ILocator
that defines the physical resource location
for the reciver.
- getLocator() - Method in class de.intarsys.tools.locator.LocatorBasedLookup
-
- getLocator() - Method in class de.intarsys.tools.locator.LocatorByReference
-
- getLocator() - Method in class de.intarsys.tools.result.ByteBasedResult
-
- getLocator() - Method in class de.intarsys.tools.result.LocatorBasedResult
-
- getLocator() - Method in class de.intarsys.tools.result.StringBasedResult
-
- getLocatorFactories() - Method in class de.intarsys.tools.locator.DelegatingLocatorLookup
-
- getLocators(IArgs, String, ILocatorFactory) - Static method in class de.intarsys.tools.functor.ArgTools
-
The argument value at name
as a List.
- getLocatorSupport() - Method in class de.intarsys.tools.locator.LocatorByReference
-
- getLock() - Method in class de.intarsys.tools.locator.FileLocator
-
- getLock() - Method in interface de.intarsys.tools.locking.ILockSupport
-
- getLog() - Method in class de.intarsys.tools.reader.LogReader
-
- getLog() - Method in class de.intarsys.tools.stream.LogInputStream
-
- getLog() - Method in class de.intarsys.tools.stream.LogOutputStream
-
- getLog() - Method in class de.intarsys.tools.writer.LogWriter
-
- getLogger(Class<?>) - Static method in class de.intarsys.tools.logging.LogTools
-
Get a logger that corresponds to clazz
.
- getLogger(String) - Static method in class de.intarsys.tools.logging.LogTools
-
Get a logger for name name
.
- getLogger() - Method in class de.intarsys.tools.reporter.DefaultReporter
-
- getLogRecords() - Method in class de.intarsys.tools.logging.MemoryLogHandler
-
- getLong(String) - Method in interface de.intarsys.tools.preferences.IPreferences
-
Returns the current value of the long-valued preference with the given
name.
- getLong(String, long) - Method in interface de.intarsys.tools.preferences.IPreferences
-
Returns the long value represented by the string associated with the
specified key in this preference node.
- getLong(String) - Method in class de.intarsys.tools.preferences.NullPreferences
-
- getLong(String, long) - Method in class de.intarsys.tools.preferences.NullPreferences
-
- getLong(String) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
-
- getLong(String, long) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
-
- getMagicBytes() - Method in class de.intarsys.tools.file.MagicFileNumberTest.Type
-
- getMain() - Method in interface de.intarsys.tools.preferences.IPreferencesFactory
-
The standard root to be used by a "main" component.
- getMain() - Method in class de.intarsys.tools.preferences.NullPreferencesFactory
-
- getMap(IArgs, String, Map) - Static method in class de.intarsys.tools.functor.ArgTools
-
The argument value at name
as a Map
.
- getMaps() - Method in class de.intarsys.tools.locator.MappedLocatorLookup
-
- getMax() - Method in class de.intarsys.tools.enumeration.EnumMeta
-
- getMax() - Method in class de.intarsys.tools.number.NumberInstance
-
- getMax() - Method in class de.intarsys.tools.number.NumberInterval
-
- getMax() - Method in class de.intarsys.tools.number.NumberList
-
- getMax() - Method in class de.intarsys.tools.number.NumberWrapper
-
- getMessage() - Method in class de.intarsys.tools.enumeration.EnumItem
-
- getMessage() - Method in exception de.intarsys.tools.reflect.FieldAccessException
-
- getMessage() - Method in exception de.intarsys.tools.reflect.FieldNotFoundException
-
- getMessage() - Method in exception de.intarsys.tools.reflect.MethodInvocationException
-
- getMessage() - Method in exception de.intarsys.tools.reflect.MethodNotFoundException
-
- getMessage() - Method in class de.intarsys.tools.reporter.ReportMessage
-
- getMessageBundle() - Method in interface de.intarsys.tools.message.IMessageBundleSupport
-
A
MessageBundle
instance suitable to load messages associated
with the receiver context.
- getMessageBundle(Class) - Static method in class de.intarsys.tools.message.MessageBundleTools
-
- getMessageBundle(String, ClassLoader) - Static method in class de.intarsys.tools.message.MessageBundleTools
-
- getMeta(Class) - Static method in class de.intarsys.tools.enumeration.EnumItem
-
- getMeta() - Method in class de.intarsys.tools.enumeration.EnumItem
-
- getMetaInfo(String) - Method in interface de.intarsys.tools.component.IMetaInfoSupport
-
- getMetaInfo(String) - Method in class de.intarsys.tools.component.MetaInfoSupportAdapter
-
- getMin() - Method in class de.intarsys.tools.enumeration.EnumMeta
-
- getMin() - Method in class de.intarsys.tools.number.NumberInstance
-
- getMin() - Method in class de.intarsys.tools.number.NumberInterval
-
- getMin() - Method in class de.intarsys.tools.number.NumberList
-
- getMin() - Method in class de.intarsys.tools.number.NumberWrapper
-
- getN() - Method in class de.intarsys.tools.number.NumberInstance
-
- getName() - Method in class de.intarsys.tools.event.Event
-
- getName() - Method in class de.intarsys.tools.event.EventType
-
- getName() - Method in interface de.intarsys.tools.event.IEvent
-
A name for this event.
- getName() - Method in class de.intarsys.tools.event.RequestEvent
-
- getName() - Method in class de.intarsys.tools.event.RequestEventFacade
-
- getName() - Method in class de.intarsys.tools.functor.DeclarationElement
-
- getName() - Method in class de.intarsys.tools.functor.FunctorFieldHandler
-
- getName() - Method in class de.intarsys.tools.functor.FunctorMethodHandler
-
- getName() - Method in interface de.intarsys.tools.functor.IDeclarationElement
-
An optional name for the declaration element.
- getName() - Method in class de.intarsys.tools.installresource.Install
-
- getName() - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
-
The resource name defined when constructing this.
- getName() - Method in class de.intarsys.tools.locator.ClassResourceLocator
-
The resource name used when constructing this.
- getName() - Method in class de.intarsys.tools.locator.LocatorViewport
-
- getName() - Method in exception de.intarsys.tools.reflect.FieldAccessException
-
- getName() - Method in exception de.intarsys.tools.reflect.FieldException
-
- getName() - Method in exception de.intarsys.tools.reflect.FieldNotFoundException
-
- getName() - Method in exception de.intarsys.tools.reflect.MethodException
-
- getName() - Method in exception de.intarsys.tools.reflect.MethodInvocationException
-
- getName() - Method in exception de.intarsys.tools.reflect.MethodNotFoundException
-
- getName() - Method in class de.intarsys.tools.result.StreamResult
-
- getNames() - Method in interface de.intarsys.tools.variable.IVariableNamespaces
-
- getNames() - Method in class de.intarsys.tools.variable.StandardVariableNamespaces
-
- getNamespace(String) - Method in interface de.intarsys.tools.variable.IVariableNamespaces
-
- getNamespace(String) - Method in class de.intarsys.tools.variable.StandardVariableNamespaces
-
- getNewValue() - Method in class de.intarsys.tools.event.AttributeChangedEvent
-
The new value of the attribute.
- getNewValue() - Method in class de.intarsys.tools.preferences.PreferencesChangeEvent
-
- getObject() - Method in class de.intarsys.tools.event.LifecycleWatchdog
-
- getObject(IArgs, String, Object) - Static method in class de.intarsys.tools.functor.ArgTools
-
The argument value at name
as a Object
.
- getObject() - Method in class de.intarsys.tools.locking.AbstractLock
-
The object that is guarded by this lock.
- getObject(String) - Method in class de.intarsys.tools.message.MessageBundle
-
- getOffset() - Method in class de.intarsys.tools.hex.HexRow
-
- getOffset() - Method in class de.intarsys.tools.randomaccess.BufferedRandomAccess
-
- getOffset() - Method in interface de.intarsys.tools.randomaccess.IRandomAccess
-
Returns the current offset in this data container.
- getOffset() - Method in class de.intarsys.tools.randomaccess.RandomAccessByteArray
-
- getOffset() - Method in class de.intarsys.tools.randomaccess.RandomAccessFile
-
- getOffset() - Method in class de.intarsys.tools.randomaccess.RandomAccessFilter
-
- getOffset() - Method in class de.intarsys.tools.randomaccess.RandomAccessViewport
-
- getOldValue() - Method in class de.intarsys.tools.event.AttributeChangedEvent
-
The previous value of the attribute.
- getOrientation() - Method in class de.intarsys.tools.message.TextOrientation
-
- getOSArch() - Static method in class de.intarsys.tools.system.SystemTools
-
- getOSName() - Static method in class de.intarsys.tools.system.SystemTools
-
- getOut() - Method in class de.intarsys.tools.writer.EscapeWriter
-
- getOuterCurrent() - Method in class de.intarsys.tools.collection.NestedIterator
-
- getOuterIterator() - Method in class de.intarsys.tools.collection.NestedIterator
-
- getOutputStream() - Method in class de.intarsys.tools.locator.ByteArrayLocator
-
- getOutputStream() - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
-
- getOutputStream() - Method in class de.intarsys.tools.locator.ClassResourceLocator
-
- getOutputStream() - Method in class de.intarsys.tools.locator.DelegatingLocator
-
- getOutputStream() - Method in class de.intarsys.tools.locator.FileLocator
-
- getOutputStream() - Method in interface de.intarsys.tools.locator.ILocator
-
Return an OutputStream
on the location represented by the
receiver.
- getOutputStream() - Method in class de.intarsys.tools.locator.LocatorByReference
-
- getOutputStream() - Method in class de.intarsys.tools.locator.LocatorViewport
-
- getOutputStream() - Method in class de.intarsys.tools.locator.NullLocator
-
- getOutputStream() - Method in class de.intarsys.tools.locator.StreamLocator
-
- getOutputStream() - Method in class de.intarsys.tools.locator.StringLocator
-
- getOutputStream() - Method in class de.intarsys.tools.locator.TransientLocator
-
- getOwner() - Method in class de.intarsys.tools.concurrent.TaskCallbackDispatcher
-
- getOwner() - Method in class de.intarsys.tools.event.EventDispatcher
-
- getOwner() - Method in class de.intarsys.tools.reporter.ReplayReporter
-
- getOwner() - Method in class de.intarsys.tools.reporter.ReportDispatcher
-
- getPackageName(Class) - Static method in class de.intarsys.tools.message.MessageBundleTools
-
- getPackageName(String) - Static method in class de.intarsys.tools.message.MessageBundleTools
-
- getPackageName(Class) - Static method in class de.intarsys.tools.reflect.ClassTools
-
- getParent() - Method in class de.intarsys.tools.collection.PartitionedMap
-
- getParent() - Method in class de.intarsys.tools.locator.ByteArrayLocator
-
- getParent() - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
-
- getParent() - Method in class de.intarsys.tools.locator.ClassResourceLocator
-
- getParent() - Method in class de.intarsys.tools.locator.DelegatingLocator
-
- getParent() - Method in class de.intarsys.tools.locator.FileLocator
-
- getParent() - Method in interface de.intarsys.tools.locator.ILocator
-
The
ILocator
that is one hierarchy level up or null.
- getParent() - Method in class de.intarsys.tools.locator.LocatorByReference
-
- getParent() - Method in class de.intarsys.tools.locator.LocatorViewport
-
- getParent() - Method in class de.intarsys.tools.locator.NullLocator
-
- getParent() - Method in class de.intarsys.tools.locator.StreamLocator
-
- getParent() - Method in class de.intarsys.tools.locator.StringLocator
-
- getParent() - Method in class de.intarsys.tools.locator.TransientLocator
-
- getParentFile(File) - Static method in class de.intarsys.tools.file.FileTools
-
Try to get a valid parent for file.
- getPassword() - Method in class de.intarsys.tools.authenticate.ConstantPasswordProvider
-
- getPassword() - Method in interface de.intarsys.tools.authenticate.IPasswordProvider
-
Returns a password or null to indicate cancellation.
- getPassword() - Method in class de.intarsys.tools.authenticate.NullPasswordProvider
-
- getPath() - Method in class de.intarsys.tools.installresource.Install
-
- getPath() - Method in class de.intarsys.tools.message.MessageBundle
-
- getPathIterator(AffineTransform) - Method in class de.intarsys.tools.geometry.TransformedShape
-
- getPathIterator(AffineTransform, double) - Method in class de.intarsys.tools.geometry.TransformedShape
-
- getPathRelativeTo(File, File) - Static method in class de.intarsys.tools.file.FileTools
-
get relative path of "file" with respect to "base" directory example :
base = /a/b/c;
file = /a/d/e/x.txt;
getRelativePath(file, base) == ../../d/e/x.txt;
- getPathRelativeTo(File, File, boolean) - Static method in class de.intarsys.tools.file.FileTools
-
- getPercent() - Method in class de.intarsys.tools.concurrent.TaskStep
-
- getPercent() - Method in class de.intarsys.tools.reporter.ReportMessage
-
- getPlatformDefaultId() - Static method in class de.intarsys.tools.installresource.Install
-
- getPlatformFallbackId() - Static method in class de.intarsys.tools.installresource.Install
-
- getPlatformId() - Static method in class de.intarsys.tools.installresource.Install
-
- getPoint(IArgs, String, Point2D) - Static method in class de.intarsys.tools.functor.ArgTools
-
The argument value at name
as a Point2D
.
- getPosition() - Method in interface de.intarsys.tools.reader.ILocationProvider
-
- getPosition() - Method in class de.intarsys.tools.reader.LocationAwareReader
-
- getPositionStack() - Method in class de.intarsys.tools.randomaccess.AbstractRandomAccess
-
- getPositiveBigInt(byte[]) - Static method in class de.intarsys.tools.math.BigIntegerTools
-
- getPreferences() - Method in interface de.intarsys.tools.preferences.IPreferencesSupport
-
- getPreferences() - Method in class de.intarsys.tools.preferences.PrefValueHolder
-
- getProfileDir() - Method in interface de.intarsys.tools.environment.file.IFileEnvironment
-
Some user specific private directory.
- getProfileDir() - Method in class de.intarsys.tools.environment.file.StandardFileEnvironment
-
- getQueue() - Method in class de.intarsys.tools.resourcetracker.ResourceFinalizer
-
- getQueue() - Method in class de.intarsys.tools.resourcetracker.ResourceTracker
-
- getRandom() - Method in class de.intarsys.tools.randomaccess.RandomAccessFilter
-
- getRandomAccess() - Method in class de.intarsys.tools.locator.ByteArrayLocator
-
- getRandomAccess() - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
-
- getRandomAccess() - Method in class de.intarsys.tools.locator.ClassResourceLocator
-
- getRandomAccess() - Method in class de.intarsys.tools.locator.DelegatingLocator
-
- getRandomAccess() - Method in class de.intarsys.tools.locator.FileLocator
-
- getRandomAccess() - Method in interface de.intarsys.tools.locator.ILocator
-
- getRandomAccess() - Method in class de.intarsys.tools.locator.LocatorByReference
-
- getRandomAccess() - Method in class de.intarsys.tools.locator.LocatorViewport
-
- getRandomAccess() - Method in class de.intarsys.tools.locator.NullLocator
-
- getRandomAccess() - Method in class de.intarsys.tools.locator.StreamLocator
-
- getRandomAccess() - Method in class de.intarsys.tools.locator.StringLocator
-
- getRandomAccess() - Method in class de.intarsys.tools.locator.TransientLocator
-
- getRc() - Method in class de.intarsys.tools.event.Event
-
- getRc() - Method in interface de.intarsys.tools.event.IRequestEvent
-
- getRc() - Method in class de.intarsys.tools.event.RequestEventFacade
-
- getReader() - Method in class de.intarsys.tools.locator.ByteArrayLocator
-
- getReader(String) - Method in class de.intarsys.tools.locator.ByteArrayLocator
-
- getReader() - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
-
- getReader(String) - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
-
- getReader() - Method in class de.intarsys.tools.locator.ClassResourceLocator
-
- getReader(String) - Method in class de.intarsys.tools.locator.ClassResourceLocator
-
- getReader() - Method in class de.intarsys.tools.locator.DelegatingLocator
-
- getReader(String) - Method in class de.intarsys.tools.locator.DelegatingLocator
-
- getReader() - Method in class de.intarsys.tools.locator.FileLocator
-
- getReader(String) - Method in class de.intarsys.tools.locator.FileLocator
-
- getReader() - Method in interface de.intarsys.tools.locator.ILocator
-
A Reader
on the data represented by the receiver.
- getReader(String) - Method in interface de.intarsys.tools.locator.ILocator
-
A Reader
on the data represented by the receiver for the given
encoding.
- getReader() - Method in class de.intarsys.tools.locator.LocatorByReference
-
- getReader(String) - Method in class de.intarsys.tools.locator.LocatorByReference
-
- getReader() - Method in class de.intarsys.tools.locator.LocatorViewport
-
- getReader(String) - Method in class de.intarsys.tools.locator.LocatorViewport
-
- getReader() - Method in class de.intarsys.tools.locator.NullLocator
-
- getReader(String) - Method in class de.intarsys.tools.locator.NullLocator
-
- getReader() - Method in class de.intarsys.tools.locator.StreamLocator
-
- getReader(String) - Method in class de.intarsys.tools.locator.StreamLocator
-
- getReader() - Method in class de.intarsys.tools.locator.StringLocator
-
- getReader(String) - Method in class de.intarsys.tools.locator.StringLocator
-
- getReader() - Method in class de.intarsys.tools.locator.TransientLocator
-
- getReader(String) - Method in class de.intarsys.tools.locator.TransientLocator
-
- getRealized() - Method in interface de.intarsys.tools.proxy.IProxy
-
The object represented by the receiver.
- getReceiver() - Method in class de.intarsys.tools.functor.FunctorCall
-
- getReceiver() - Method in interface de.intarsys.tools.functor.IFunctorCall
-
The receiver for the behavior implemented.
- getReferenceCount() - Method in interface de.intarsys.tools.component.IReferenceCounter
-
- getResolvedName() - Method in class de.intarsys.tools.locator.ClassResourceLocator
-
- getResource() - Method in interface de.intarsys.tools.resourcetracker.IResourceReference
-
The resource tracked.
- getResource() - Method in class de.intarsys.tools.resourcetracker.PhantomResourceReference
-
- getResource() - Method in class de.intarsys.tools.resourcetracker.SoftResourceReference
-
- getResource() - Method in class de.intarsys.tools.resourcetracker.WeakResourceReference
-
- getResourceBundle() - Method in class de.intarsys.tools.message.MessageBundle
-
- getResourceNameDefault(String) - Method in class de.intarsys.tools.installresource.Install
-
- getResourceNameFallback(String) - Method in class de.intarsys.tools.installresource.Install
-
- getResourceNameFull(String) - Method in class de.intarsys.tools.installresource.Install
-
- getResourceNamePlain(String) - Method in class de.intarsys.tools.installresource.Install
-
- getResultType() - Method in interface de.intarsys.tools.factory.IFactory
-
- getRoot(Throwable) - Static method in class de.intarsys.tools.exception.ExceptionTools
-
The root cause of t
.
- getRoot() - Method in interface de.intarsys.tools.preferences.IPreferencesFactory
-
- getRoot() - Method in class de.intarsys.tools.preferences.NullPreferencesFactory
-
- getRow(int) - Method in class de.intarsys.tools.hex.HexData
-
- getRowCount() - Method in class de.intarsys.tools.hex.HexData
-
- getRows() - Method in class de.intarsys.tools.hex.HexData
-
- getSample() - Method in class de.intarsys.tools.cache.CacheEntry
-
The sample representing the "importance" of the entry.
- getSearchPathDefinition() - Method in class de.intarsys.tools.locator.FileLocatorFactory
-
- getSearchPaths() - Method in class de.intarsys.tools.locator.FileLocatorFactory
-
- getSequence() - Method in class de.intarsys.tools.concurrent.TaskStep
-
- getSetter() - Method in class de.intarsys.tools.functor.FunctorFieldHandler
-
- getShape() - Method in class de.intarsys.tools.geometry.TransformedShape
-
- getShared() - Static method in class de.intarsys.tools.environment.file.FileEnvironment
-
- getShared() - Static method in class de.intarsys.tools.variable.VariableEnvironment
-
- getSize() - Method in class de.intarsys.tools.logging.MemoryLogHandler
-
- getSource() - Method in interface de.intarsys.tools.event.IEvent
-
The object originating the event instance.
- getSource() - Method in class de.intarsys.tools.event.RequestEventFacade
-
- getSourceChars() - Method in class de.intarsys.tools.writer.EscapeWriter
-
- getSourceTransform() - Method in class de.intarsys.tools.geometry.ApplySpaceChangeShape
-
- getStackTraceString(Throwable) - Static method in class de.intarsys.tools.exception.ExceptionTools
-
- getStart() - Method in class de.intarsys.tools.locator.LocatorViewport
-
- getString(IArgs, String, String) - Static method in class de.intarsys.tools.functor.ArgTools
-
The argument value at name
as a String
.
- getString() - Method in class de.intarsys.tools.logging.MemoryLogHandler
-
- getString(String) - Method in class de.intarsys.tools.message.MessageBundle
-
- getString(String, Object) - Method in class de.intarsys.tools.message.MessageBundle
-
- getString(String, Object, Object) - Method in class de.intarsys.tools.message.MessageBundle
-
- getString(String, Object, Object, Object) - Method in class de.intarsys.tools.message.MessageBundle
-
- getString(String, Object, Object, Object, Object) - Method in class de.intarsys.tools.message.MessageBundle
-
- getString(String, Object[]) - Method in class de.intarsys.tools.message.MessageBundle
-
- getString() - Method in class de.intarsys.tools.result.StringBasedResult
-
- getStyle() - Method in class de.intarsys.tools.reporter.ReportMessage
-
- getSuffix() - Method in class de.intarsys.tools.file.MagicFileNumberTest.Type
-
- getSynchFile() - Static method in class de.intarsys.tools.file.SynchTools
-
- getTarget() - Method in interface de.intarsys.tools.event.IRequestEvent
-
- getTarget() - Method in class de.intarsys.tools.event.RequestEvent
-
- getTarget() - Method in class de.intarsys.tools.event.RequestEventFacade
-
- getTargetTransform() - Method in class de.intarsys.tools.geometry.ApplySpaceChangeShape
-
- getTempDir() - Method in interface de.intarsys.tools.environment.file.IFileEnvironment
-
The directory for temporary files.
- getTempDir() - Method in class de.intarsys.tools.environment.file.StandardFileEnvironment
-
- getTempDir() - Static method in class de.intarsys.tools.file.TempTools
-
- getTempDirVM() - Static method in class de.intarsys.tools.file.TempTools
-
- getThrowable() - Method in class de.intarsys.tools.reporter.ReportMessage
-
- getTip() - Method in class de.intarsys.tools.enumeration.EnumItem
-
- getTitle() - Method in class de.intarsys.tools.reporter.ReportMessage
-
- getTo() - Method in class de.intarsys.tools.number.NumberInterval
-
- getTrailing(String, int) - Static method in class de.intarsys.tools.string.StringTools
-
- getTransform() - Method in class de.intarsys.tools.geometry.ApplySpaceChangeShape
-
- getTransform() - Method in class de.intarsys.tools.geometry.ApplyTransformationShape
-
- getTransform() - Method in class de.intarsys.tools.geometry.TransformedShape
-
- getType() - Method in class de.intarsys.tools.event.AbstractEventFacade
-
- getType() - Method in class de.intarsys.tools.event.RequestEventFacade
-
- getType() - Method in class de.intarsys.tools.locator.ByteArrayLocator
-
- getType() - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
-
- getType() - Method in class de.intarsys.tools.locator.ClassResourceLocator
-
- getType() - Method in class de.intarsys.tools.locator.DelegatingLocator
-
- getType() - Method in class de.intarsys.tools.locator.FileLocator
-
- getType() - Method in interface de.intarsys.tools.locator.ILocator
-
The type of the resource.
- getType() - Method in class de.intarsys.tools.locator.LocatorByReference
-
- getType() - Method in class de.intarsys.tools.locator.LocatorViewport
-
- getType() - Method in class de.intarsys.tools.locator.NullLocator
-
- getType() - Method in class de.intarsys.tools.locator.StreamLocator
-
- getType() - Method in class de.intarsys.tools.locator.StringLocator
-
- getType() - Method in class de.intarsys.tools.locator.TransientLocator
-
- getType() - Method in class de.intarsys.tools.reporter.ReportMessage
-
- getType() - Method in class de.intarsys.tools.result.StreamResult
-
- getTypedName() - Method in class de.intarsys.tools.locator.ByteArrayLocator
-
- getTypedName() - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
-
- getTypedName() - Method in class de.intarsys.tools.locator.ClassResourceLocator
-
- getTypedName() - Method in class de.intarsys.tools.locator.DelegatingLocator
-
- getTypedName() - Method in class de.intarsys.tools.locator.FileLocator
-
- getTypedName() - Method in interface de.intarsys.tools.locator.ILocator
-
The qualified local name of the receiver within its parent that includes
the type specification for the destination if appropriate.
- getTypedName() - Method in class de.intarsys.tools.locator.LocatorByReference
-
- getTypedName() - Method in class de.intarsys.tools.locator.LocatorViewport
-
- getTypedName() - Method in class de.intarsys.tools.locator.NullLocator
-
- getTypedName() - Method in class de.intarsys.tools.locator.StreamLocator
-
- getTypedName() - Method in class de.intarsys.tools.locator.StringLocator
-
- getTypedName() - Method in class de.intarsys.tools.locator.TransientLocator
-
- getUnicodePrefix() - Method in class de.intarsys.tools.reader.UnEscapeReader
-
- getUnqualifiedName(Class) - Static method in class de.intarsys.tools.reflect.ClassTools
-
- getUsername() - Method in interface de.intarsys.tools.authenticate.IAuthenticationProvider
-
A username or null to indicate cancellation.
- getValue() - Method in class de.intarsys.tools.cache.CacheEntry
-
The value of the cache entry.
- getValue() - Method in interface de.intarsys.tools.event.IRequestEvent
-
- getValue() - Method in class de.intarsys.tools.event.RequestEvent
-
- getValue() - Method in class de.intarsys.tools.event.RequestEventFacade
-
- getValue(Object) - Method in class de.intarsys.tools.functor.FunctorFieldHandler
-
- getValue(int) - Method in class de.intarsys.tools.hex.HexData
-
- getValue(Object, String) - Method in interface de.intarsys.tools.reflect.IAccessHandler
-
Make a reflective get access to the field name
within
receiver
- getValue(String) - Method in interface de.intarsys.tools.reflect.IAccessSupport
-
Make a reflective get access to the field name
.
- getValue(Object) - Method in interface de.intarsys.tools.reflect.IFieldHandler
-
Make a reflective read access to the field represented by this within the
receiver
.
- getValue() - Method in interface de.intarsys.tools.result.ILiteralResult
-
- getValue() - Method in class de.intarsys.tools.result.LiteralResult
-
- getValueAsString(int) - Method in class de.intarsys.tools.hex.HexData
-
- getVariable(String) - Method in interface de.intarsys.tools.variable.IVariableNamespace
-
The string variable stored with key
.
- getVariable(String, String) - Method in interface de.intarsys.tools.variable.IVariableNamespace
-
The string variable stored with key
or
defaultValue
if the result would be null
.
- getVariable(String) - Method in class de.intarsys.tools.variable.StandardVariableNamespace
-
- getVariable(String, String) - Method in class de.intarsys.tools.variable.StandardVariableNamespace
-
- getVariableIterator() - Method in interface de.intarsys.tools.variable.IVariableNamespace
-
An iterator over the entries (Map.Entry) of the Map.
- getVariableIterator() - Method in class de.intarsys.tools.variable.StandardVariableNamespace
-
- getVariables() - Method in interface de.intarsys.tools.variable.IVariableNamespace
-
The map holding the assoications from names to values.
- getVariables() - Method in class de.intarsys.tools.variable.StandardVariableNamespace
-
- getVeto() - Method in class de.intarsys.tools.event.AbstractEventFacade
-
- getVeto() - Method in class de.intarsys.tools.event.RequestEventFacade
-
- getViewEnd() - Method in class de.intarsys.tools.randomaccess.RandomAccessViewport
-
- getViewLength() - Method in class de.intarsys.tools.randomaccess.RandomAccessViewport
-
- getViewOffset() - Method in class de.intarsys.tools.randomaccess.RandomAccessViewport
-
- getVisited() - Method in class de.intarsys.tools.event.StopRequestedEvent
-
- getWeight() - Method in class de.intarsys.tools.enumeration.EnumItem
-
- getWidthLevel() - Method in class de.intarsys.tools.logging.SimpleFormatter
-
- getWidthName() - Method in class de.intarsys.tools.logging.SimpleFormatter
-
- getWidthSDC() - Method in class de.intarsys.tools.logging.SimpleFormatter
-
- getWidthThread() - Method in class de.intarsys.tools.logging.SimpleFormatter
-
- getWindingRule(Shape) - Static method in class de.intarsys.tools.geometry.ShapeTools
-
Returns the shapes fill style winding rule.
- getWorkingDir() - Method in interface de.intarsys.tools.environment.file.IFileEnvironment
-
The working directory.
- getWorkingDir() - Method in class de.intarsys.tools.environment.file.StandardFileEnvironment
-
- getWriter() - Method in class de.intarsys.tools.locator.ByteArrayLocator
-
- getWriter(String) - Method in class de.intarsys.tools.locator.ByteArrayLocator
-
- getWriter() - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
-
- getWriter(String) - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
-
- getWriter() - Method in class de.intarsys.tools.locator.ClassResourceLocator
-
- getWriter(String) - Method in class de.intarsys.tools.locator.ClassResourceLocator
-
- getWriter() - Method in class de.intarsys.tools.locator.DelegatingLocator
-
- getWriter(String) - Method in class de.intarsys.tools.locator.DelegatingLocator
-
- getWriter() - Method in class de.intarsys.tools.locator.FileLocator
-
- getWriter(String) - Method in class de.intarsys.tools.locator.FileLocator
-
- getWriter() - Method in interface de.intarsys.tools.locator.ILocator
-
A Writer
on the location represented by the receiver.
- getWriter(String) - Method in interface de.intarsys.tools.locator.ILocator
-
A Writer
on the location represented by the receiver for the
given encoding.
- getWriter() - Method in class de.intarsys.tools.locator.LocatorByReference
-
- getWriter(String) - Method in class de.intarsys.tools.locator.LocatorByReference
-
- getWriter() - Method in class de.intarsys.tools.locator.LocatorViewport
-
- getWriter(String) - Method in class de.intarsys.tools.locator.LocatorViewport
-
- getWriter() - Method in class de.intarsys.tools.locator.NullLocator
-
- getWriter(String) - Method in class de.intarsys.tools.locator.NullLocator
-
- getWriter() - Method in class de.intarsys.tools.locator.StreamLocator
-
- getWriter(String) - Method in class de.intarsys.tools.locator.StreamLocator
-
- getWriter() - Method in class de.intarsys.tools.locator.StringLocator
-
- getWriter(String) - Method in class de.intarsys.tools.locator.StringLocator
-
- getWriter() - Method in class de.intarsys.tools.locator.TransientLocator
-
- getWriter(String) - Method in class de.intarsys.tools.locator.TransientLocator
-
- guessFileSuffix(byte[]) - Static method in class de.intarsys.tools.file.MagicFileNumberTest
-
- guessFileSuffix(IRandomAccess) - Static method in class de.intarsys.tools.file.MagicFileNumberTest
-
- IAccessHandler - Interface in de.intarsys.tools.reflect
-
An object supporting handling reflective access to fields of a delegate.
- IAccessHandlerAccessibility - Interface in de.intarsys.tools.reflect
-
An object supporting handling reflective calls to fields of a delegate.
- IAccessSupport - Interface in de.intarsys.tools.reflect
-
An object supporting reflective calls to its fields.
- IAccessSupportAccessibility - Interface in de.intarsys.tools.reflect
-
An object supporting reflective calls to its fields.
- IActivateDeactivate - Interface in de.intarsys.tools.component
-
Component lifecycle feature.
- IAdapterFactory - Interface in de.intarsys.tools.adapter
-
A factory instance that can create an adapter object of type
clazz
on behalf of the object object
.
- IAdapterOutlet - Interface in de.intarsys.tools.adapter
-
- IAdapterSupport - Interface in de.intarsys.tools.adapter
-
An object that is able to be adapted to another type.
- IArgs - Interface in de.intarsys.tools.functor
-
The arguments for executing an
IFunctor
implementation.
- IArgumentDeclaration - Interface in de.intarsys.tools.functor
-
- IAttributeSupport - Interface in de.intarsys.tools.attribute
-
This interface declares support for "generic attributes".
- IAuthenticationProvider - Interface in de.intarsys.tools.authenticate
-
A simple interface for providing complete authentication.
- IBasicAccessSupport - Interface in de.intarsys.tools.reflect
-
An object supporting reflective get operations.
- IBasicInvocationSupport - Interface in de.intarsys.tools.reflect
-
An object supporting reflective method calls
- IChangeSupport - Interface in de.intarsys.tools.event
-
- IClassLoaderAccess - Interface in de.intarsys.tools.reflect
-
An interface indicating support for complete access (get and set) to a
ClassLoader
.
- IClassLoaderSupport - Interface in de.intarsys.tools.reflect
-
An interface indicating support for getting a ClassLoader
.
- IContextSupport - Interface in de.intarsys.tools.component
-
Component lifecycle feature.
- ID - Static variable in class de.intarsys.tools.event.ActivatedEvent
-
- ID - Static variable in class de.intarsys.tools.event.AttributeChangedEvent
-
- ID - Static variable in class de.intarsys.tools.event.CancelEvent
-
- ID - Static variable in class de.intarsys.tools.event.CancelRequestedEvent
-
- ID - Static variable in class de.intarsys.tools.event.CreatedEvent
-
- ID - Static variable in class de.intarsys.tools.event.DeactivatedEvent
-
- ID - Static variable in class de.intarsys.tools.event.DestroyedEvent
-
- ID - Static variable in class de.intarsys.tools.event.Event
-
- ID - Static variable in class de.intarsys.tools.event.OkEvent
-
- ID - Static variable in class de.intarsys.tools.event.OkRequestedEvent
-
- ID - Static variable in class de.intarsys.tools.event.ResumedEvent
-
- ID - Static variable in class de.intarsys.tools.event.SelectionEvent
-
- ID - Static variable in class de.intarsys.tools.event.StartedEvent
-
- ID - Static variable in class de.intarsys.tools.event.StoppedEvent
-
- ID - Static variable in class de.intarsys.tools.event.StopRequestedEvent
-
- ID - Static variable in class de.intarsys.tools.event.SuspendedEvent
-
- ID - Static variable in class de.intarsys.tools.preferences.PreferencesChangeEvent
-
- ID_ALL - Static variable in class de.intarsys.tools.event.Event
-
- IDeclaration - Interface in de.intarsys.tools.functor
-
A declaration allows to modify the state and or behavior of an
IFunctorCall
.
- IDeclarationBlock - Interface in de.intarsys.tools.functor
-
- IDeclarationElement - Interface in de.intarsys.tools.functor
-
A concrete named declaration.
- IDeclarationSupport - Interface in de.intarsys.tools.functor
-
An object that may have declarations.
- IDENTITY - Static variable in class de.intarsys.tools.geometry.TransformedShape
-
- IDirectTagHandler - Interface in de.intarsys.tools.reader
-
- IDumpObject - Interface in de.intarsys.tools.logging
-
- IEvent - Interface in de.intarsys.tools.event
-
An object indicating an event.
- IEventDispatcher - Interface in de.intarsys.tools.event
-
An object that supports event broadcasting.
- IExceptionHandler - Interface in de.intarsys.tools.component
-
An object that handles exceptions.
- IFacade - Interface in de.intarsys.tools.facade
-
An object hiding the real implementation object
- IFacadeFactory - Interface in de.intarsys.tools.facade
-
A factory for
IFacade
instances to an
Object
.
- IFacadeSupport - Interface in de.intarsys.tools.facade
-
An object that is able to create its own
IFacade
.
- IFactory<T> - Interface in de.intarsys.tools.factory
-
- IFactorySupport - Interface in de.intarsys.tools.factory
-
- IFieldHandler - Interface in de.intarsys.tools.reflect
-
An object able to access a field within a delegate
- IFieldHandlerAccessibility - Interface in de.intarsys.tools.reflect
-
An object able to access a field within a delegate
- IFileEnvironment - Interface in de.intarsys.tools.environment.file
-
An object describing the process / VM file system context.
- IFunctor - Interface in de.intarsys.tools.functor
-
An iconified behavior.
- IFunctorCall - Interface in de.intarsys.tools.functor
-
An object representing the actual call of an
IFunctor
.
- IFunctorCallFactory - Interface in de.intarsys.tools.functor
-
- IFunctorFactory - Interface in de.intarsys.tools.functor
-
- IFunctorHandler - Interface in de.intarsys.tools.functor
-
An object that supports execution of functors.
- IFunctorOutlet - Interface in de.intarsys.tools.functor
-
- IInitializeable - Interface in de.intarsys.tools.component
-
Component lifecycle feature.
- IInstantiable - Interface in de.intarsys.tools.component
-
This interface declares the ability of a dynamically loaded component to be
instantiated.
- IInvocationHandler - Interface in de.intarsys.tools.reflect
-
An object that supports handling reflective calls to the methods of a
delegate.
- IInvocationHandlerAccessibility - Interface in de.intarsys.tools.reflect
-
An object that supports handling reflective calls to the behavior of a
delegate.
- IInvocationSupport - Interface in de.intarsys.tools.reflect
-
An object supporting reflective access to its methods.
- IInvocationSupportAccessibility - Interface in de.intarsys.tools.reflect
-
An object supporting reflective access to its methods.
- ILiteralResult - Interface in de.intarsys.tools.result
-
- ILocationProvider - Interface in de.intarsys.tools.reader
-
An interface describing the ability to provide information about the current
context into a data stream.
- ILocator - Interface in de.intarsys.tools.locator
-
The locator specifies the physical location of a resource.
- ILocatorFactory - Interface in de.intarsys.tools.locator
-
- ILocatorNameFilter - Interface in de.intarsys.tools.locator
-
ILocatorNameFilter
objects can filter
ILocator
objects when listing their children.
- ILocatorSupport - Interface in de.intarsys.tools.locator
-
Indicate support for locating the receivers resource physically.
- ILock - Interface in de.intarsys.tools.locking
-
- ILockLevel - Interface in de.intarsys.tools.locking
-
- ILockStrategy - Interface in de.intarsys.tools.locking
-
- ILockSupport - Interface in de.intarsys.tools.locking
-
- ILogConfigurator - Interface in de.intarsys.tools.logging
-
Classes implementing this interface can be used in conjunction with the
singleton LogConfigurator to configure Logger instances created by the class
LogTools.
- IMessageBundleAccess - Interface in de.intarsys.tools.message
-
- IMessageBundleSupport - Interface in de.intarsys.tools.message
-
- IMetaInfoSupport - Interface in de.intarsys.tools.component
-
This interface declares the components ability to provide meta information.
- IMethodHandler - Interface in de.intarsys.tools.reflect
-
An object able to access a method within a delegate
- IMethodHandlerAccessibility - Interface in de.intarsys.tools.reflect
-
An object able to access a method within a delegate
- IMimeTypeSupport - Interface in de.intarsys.tools.mime
-
- importPreferences(IPreferences, IPreferences) - Static method in class de.intarsys.tools.preferences.PreferencesTools
-
- INamedFunctor - Interface in de.intarsys.tools.functor
-
An
IFunctor
that can be identified via a unique id.
- increment(int) - Method in class de.intarsys.tools.number.NumberInstance
-
- increment(int) - Method in class de.intarsys.tools.number.NumberInterval
-
- increment(int) - Method in class de.intarsys.tools.number.NumberList
-
- increment(int) - Method in class de.intarsys.tools.number.NumberWrapper
-
- INDENT - Static variable in class de.intarsys.tools.logging.LogTools
-
- indexOf(byte[], int, int, byte[], int, int, int) - Static method in class de.intarsys.tools.collection.ByteArrayTools
-
Search index of pattern in source.
- initialize(byte[], char[]) - Static method in class de.intarsys.tools.authenticate.PasswordTools
-
- initialize() - Method in interface de.intarsys.tools.component.IInitializeable
-
Initialize the components state.
- INotificationListener - Interface in de.intarsys.tools.event
-
Called to inform a listener about an event occurrence.
- INotificationSupport - Interface in de.intarsys.tools.event
-
- insert(Object, String, Object) - Static method in class de.intarsys.tools.reflect.ObjectTools
-
Insert value
in the relation field name
in
object
.
- insertCellValue(int, int, byte) - Method in class de.intarsys.tools.hex.HexData
-
- Install - Class in de.intarsys.tools.installresource
-
Abstract superclass for implementing the resource installation behavior.
- Install(String, String, boolean) - Constructor for class de.intarsys.tools.installresource.Install
-
- InstallFile - Class in de.intarsys.tools.installresource
-
An abstraction to access a file to be deployed along with the application via
the class loader.
- InstallFile(String, String, boolean) - Constructor for class de.intarsys.tools.installresource.InstallFile
-
- InstallFileList - Class in de.intarsys.tools.installresource
-
An abstraction to access a directory structure to be deployed along with the
application via the class loader.
- InstallFileList(String, String, boolean) - Constructor for class de.intarsys.tools.installresource.InstallFileList
-
- InstallZip - Class in de.intarsys.tools.installresource
-
An abstraction to access a directory structure to be deployed along with the
application via the class loader.
- InstallZip(String, String, boolean) - Constructor for class de.intarsys.tools.installresource.InstallZip
-
- IntegerPrefValueHolder - Class in de.intarsys.tools.preferences
-
- IntegerPrefValueHolder(IPreferences, String, int) - Constructor for class de.intarsys.tools.preferences.IntegerPrefValueHolder
-
- InternalError - Static variable in class de.intarsys.tools.message.CommonMessage
-
- InternalErrorTitle - Static variable in class de.intarsys.tools.message.CommonMessage
-
- intersects(double, double, double, double) - Method in class de.intarsys.tools.geometry.TransformedShape
-
- intersects(Rectangle2D) - Method in class de.intarsys.tools.geometry.TransformedShape
-
- IntervalIterator - Class in de.intarsys.tools.collection
-
Implement an Iterator over a virtual collection of numbers defined by an
interval.
- IntervalIterator(Number, Number) - Constructor for class de.intarsys.tools.collection.IntervalIterator
-
IntervalIterator constructor .
- IntHashMap - Class in de.intarsys.tools.collection
-
A hash map that uses primitive ints for the key rather than objects.
- IntHashMap() - Constructor for class de.intarsys.tools.collection.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 de.intarsys.tools.collection.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 de.intarsys.tools.collection.IntHashMap
-
Constructs a new, empty hashtable with the specified initial capacity and
the specified load factor.
- invalidate() - Method in class de.intarsys.tools.geometry.TransformedShape
-
- inverseTransformRect(AffineTransform, Rectangle2D) - Static method in class de.intarsys.tools.geometry.GeometryTools
-
Transform a rectangle in device space to user space.
- invoke(Object, IArgs) - Method in class de.intarsys.tools.functor.FunctorMethodHandler
-
- invoke(Object, String, IArgs) - Method in interface de.intarsys.tools.reflect.IInvocationHandler
-
Make a reflective call to the method name
within
receiver
- invoke(String, IArgs) - Method in interface de.intarsys.tools.reflect.IInvocationSupport
-
Make a reflective call to the method name
.
- invoke(Object, IArgs) - Method in interface de.intarsys.tools.reflect.IMethodHandler
-
Execute the implementation associated with this method in the context of
the receiver
and return the result.
- invoke(Object, String, Object...) - Static method in class de.intarsys.tools.reflect.ObjectTools
-
Invoke method name
in object
.
- invoke(Object, IArgs) - Method in class de.intarsys.tools.reflect.Predicates.And
-
- invoke(Object, IArgs) - Method in class de.intarsys.tools.reflect.Predicates.Or
-
- IOIDGenerator - Interface in de.intarsys.tools.oid
-
- IOutlet - Interface in de.intarsys.tools.factory
-
- IPasswordProvider - Interface in de.intarsys.tools.authenticate
-
A simple interface for a password provider.
- IPasswordValidator - Interface in de.intarsys.tools.authenticate
-
A simple interface for a password validator.
- IPool - Interface in de.intarsys.tools.pool
-
A pool of objects.
- IPoolObjectFactory - Interface in de.intarsys.tools.pool
-
A factory for the lifecycle management of objects in a generic pool
implementation.
- IPreferences - Interface in de.intarsys.tools.preferences
-
Yet another preferences abstraction.
- IPreferencesFactory - Interface in de.intarsys.tools.preferences
-
- IPreferencesSupport - Interface in de.intarsys.tools.preferences
-
An object that has preferences.
- IPreferencesSyncher - Interface in de.intarsys.tools.preferences
-
An object that can be synched with its preferences.
- IPrompter - Interface in de.intarsys.tools.prompter
-
- IProxy - Interface in de.intarsys.tools.proxy
-
An object acting as a stand-in for another object.
- IRandomAccess - Interface in de.intarsys.tools.randomaccess
-
An interface for an object that can randomly access bytes in a data stream.
- IReferenceCounter - Interface in de.intarsys.tools.component
-
An object that is aware of its referents.
- IReporter - Interface in de.intarsys.tools.reporter
-
An interface to report different types of information to the user.
- IReporterSupport - Interface in de.intarsys.tools.reporter
-
An object that supports state notifications.
- IRequestEvent - Interface in de.intarsys.tools.event
-
- IResourceReference - Interface in de.intarsys.tools.resourcetracker
-
An interface for accessing a generic resource associated with a tracked
Reference
by the
ResourceTracker
.
- IResult - Interface in de.intarsys.tools.result
-
- IS_PREFIX - Static variable in class de.intarsys.tools.reflect.ObjectTools
-
- isActive() - Method in interface de.intarsys.tools.component.IActivateDeactivate
-
- isActive() - Method in class de.intarsys.tools.concurrent.AbstractFutureTask
-
- isActivityEnd() - Method in class de.intarsys.tools.reporter.ReportMessage
-
- isActivityStart() - Method in class de.intarsys.tools.reporter.ReportMessage
-
- isAlwaysUnchanged() - Method in class de.intarsys.tools.locator.TransientLocator
-
- isAncestor(File, File) - Static method in class de.intarsys.tools.file.FileTools
-
- isArrayByteBase64(byte[]) - Static method in class de.intarsys.tools.encoding.Base64
-
- ISaveStateSupport - Interface in de.intarsys.tools.component
-
An object supporting state dumps.
- isBase64(byte) - Static method in class de.intarsys.tools.encoding.Base64
-
- isBase64(String) - Static method in class de.intarsys.tools.encoding.Base64
-
- isBlock() - Method in class de.intarsys.tools.functor.Declaration
-
- isBlock() - Method in class de.intarsys.tools.functor.DeclarationBlock
-
- isBlock() - Method in class de.intarsys.tools.functor.DeclarationElement
-
- isBlock() - Method in class de.intarsys.tools.functor.EmptyDeclarationBlock
-
- isBlock() - Method in interface de.intarsys.tools.functor.IDeclaration
-
true
if this declaration has child elements itself.
- isCancelled() - Method in class de.intarsys.tools.concurrent.AbstractFutureTask
-
- isCitrix() - Static method in class de.intarsys.tools.system.SystemTools
-
- isClosed() - Method in class de.intarsys.tools.pool.GenericPool
-
- isClosed() - Method in class de.intarsys.tools.randomaccess.BufferedRandomAccess
-
- isConsumed() - Method in class de.intarsys.tools.event.Event
-
- isConsumed() - Method in interface de.intarsys.tools.event.IEvent
-
true
if this event is already consumed by some listener.
- isConsumed() - Method in class de.intarsys.tools.event.RequestEventFacade
-
- IScopedPlatformPreferences - Interface in de.intarsys.tools.preferences
-
A interface that indicates the availability of "scoping" for a standard Java
Preferences
implementation.
- isDefined(int) - Method in class de.intarsys.tools.functor.Args
-
- isDefined(String) - Method in class de.intarsys.tools.functor.Args
-
- isDefined(int) - Method in class de.intarsys.tools.functor.ChainedArgs
-
- isDefined(String) - Method in class de.intarsys.tools.functor.ChainedArgs
-
- isDefined(int) - Method in class de.intarsys.tools.functor.DeclaredArgs
-
- isDefined(String) - Method in class de.intarsys.tools.functor.DeclaredArgs
-
- isDefined(int) - Method in class de.intarsys.tools.functor.EmptyArgs
-
- isDefined(String) - Method in class de.intarsys.tools.functor.EmptyArgs
-
- isDefined(int) - Method in interface de.intarsys.tools.functor.IArgs
-
true
if an argument at index
is defined.
- isDefined(String) - Method in interface de.intarsys.tools.functor.IArgs
-
true
if an argument named name
is defined.
- isDirectory() - Method in class de.intarsys.tools.locator.ByteArrayLocator
-
- isDirectory() - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
-
- isDirectory() - Method in class de.intarsys.tools.locator.ClassResourceLocator
-
- isDirectory() - Method in class de.intarsys.tools.locator.DelegatingLocator
-
- isDirectory() - Method in class de.intarsys.tools.locator.FileLocator
-
- isDirectory() - Method in interface de.intarsys.tools.locator.ILocator
-
Answer true
if the location designated by this is a
directory.
- isDirectory() - Method in class de.intarsys.tools.locator.LocatorByReference
-
- isDirectory() - Method in class de.intarsys.tools.locator.LocatorViewport
-
- isDirectory() - Method in class de.intarsys.tools.locator.NullLocator
-
- isDirectory() - Method in class de.intarsys.tools.locator.StreamLocator
-
- isDirectory() - Method in class de.intarsys.tools.locator.StringLocator
-
- isDirectory() - Method in class de.intarsys.tools.locator.TransientLocator
-
- isDone() - Method in class de.intarsys.tools.concurrent.AbstractFutureTask
-
- isEmpty() - Method in class de.intarsys.tools.collection.IntHashMap
-
Tests if this hashtable maps no keys to values.
- isEmpty() - Method in class de.intarsys.tools.collection.PartitionedMap
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class de.intarsys.tools.concurrent.TaskCallbackDispatcher
-
- isEmpty() - Method in class de.intarsys.tools.event.EventDispatcher
-
- isEmpty() - Method in class de.intarsys.tools.number.NumberInstance
-
- isEmpty() - Method in class de.intarsys.tools.number.NumberInterval
-
- isEmpty() - Method in class de.intarsys.tools.number.NumberList
-
- isEmpty() - Method in class de.intarsys.tools.reporter.ReportDispatcher
-
- isEmpty(char[]) - Static method in class de.intarsys.tools.string.StringTools
-
true
if value
is "empty" in any respect.
- isEmpty(String) - Static method in class de.intarsys.tools.string.StringTools
-
true
if value
is "empty" in any respect.
- isError() - Method in class de.intarsys.tools.reporter.ReportMessage
-
- isFailed() - Method in class de.intarsys.tools.concurrent.AbstractFutureTask
-
- IShapeWrapper - Interface in de.intarsys.tools.geometry
-
- isHexDigit(char) - Static method in class de.intarsys.tools.hex.HexTools
-
Evaluate to true
if i
is a valid hex digit
- isHorizontal() - Method in class de.intarsys.tools.message.TextOrientation
-
- isIgnoreCase() - Method in class de.intarsys.tools.file.WildcardMatch
-
- isInChain(Throwable, Class<?>) - Static method in class de.intarsys.tools.exception.ExceptionTools
-
- isIndexed() - Method in class de.intarsys.tools.functor.Args
-
- isIndexed() - Method in class de.intarsys.tools.functor.ChainedArgs
-
- isIndexed() - Method in class de.intarsys.tools.functor.DeclaredArgs
-
- isIndexed() - Method in class de.intarsys.tools.functor.EmptyArgs
-
- isIndexed() - Method in interface de.intarsys.tools.functor.IArgs
-
true
if this argument list is indexed.
- isInvokeEnabled(Object, String, IArgs) - Method in interface de.intarsys.tools.reflect.IInvocationHandlerAccessibility
-
true
if calling the method name
in
receiver
is currently enabled.
- isInvokeEnabled(String, IArgs) - Method in interface de.intarsys.tools.reflect.IInvocationSupportAccessibility
-
true
if calling the method name
within this is
currently enabled.
- isInvokeEnabled(Object, IArgs) - Method in interface de.intarsys.tools.reflect.IMethodHandlerAccessibility
-
Query the accessibility of the implementation associated with this method
in the context of the receiver
.
- isKnownReason(Throwable) - Static method in class de.intarsys.tools.exception.ExceptionTools
-
- isLazy() - Method in class de.intarsys.tools.functor.DeclaredArgs
-
- isLeftToRight() - Method in class de.intarsys.tools.message.TextOrientation
-
- isLinux() - Static method in class de.intarsys.tools.system.SystemTools
-
- isLoggable(LogRecord) - Method in class de.intarsys.tools.logging.SingleThreadFilter
-
- isLoggable(LogRecord) - Method in class de.intarsys.tools.logging.TaggedThreadFilter
-
- isMac() - Static method in class de.intarsys.tools.system.SystemTools
-
- isMapped() - Method in interface de.intarsys.tools.reader.IUnEscaper
-
- isMapped() - Method in class de.intarsys.tools.reader.UnEscapeReader
-
- isMatchSeparators() - Method in class de.intarsys.tools.file.WildcardMatch
-
- isMessage() - Method in class de.intarsys.tools.reporter.ReportMessage
-
- isNamed() - Method in class de.intarsys.tools.functor.Args
-
- isNamed() - Method in class de.intarsys.tools.functor.ChainedArgs
-
- isNamed() - Method in class de.intarsys.tools.functor.DeclaredArgs
-
- isNamed() - Method in class de.intarsys.tools.functor.EmptyArgs
-
- isNamed() - Method in interface de.intarsys.tools.functor.IArgs
-
true
if this argument list is named.
- isNumeric(String) - Static method in class de.intarsys.tools.string.StringTools
-
true
if value
seems to be a numeric value.
- Iso4217 - Class in de.intarsys.tools.currency
-
http://www.iso.org/iso/en/prods-services/popstds/currencycodeslist.html
- Iso4217() - Constructor for class de.intarsys.tools.currency.Iso4217
-
- ISO8601Format - Class in de.intarsys.tools.format
-
- ISO8601Format() - Constructor for class de.intarsys.tools.format.ISO8601Format
-
- isOutOfSynch() - Method in class de.intarsys.tools.cache.Cache
-
- isOutOfSynch() - Method in interface de.intarsys.tools.component.ISynchronizable
-
true
if the component is out of synch.
- isOutOfSynch() - Method in class de.intarsys.tools.locator.ByteArrayLocator
-
- isOutOfSynch() - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
-
- isOutOfSynch() - Method in class de.intarsys.tools.locator.ClassResourceLocator
-
- isOutOfSynch() - Method in class de.intarsys.tools.locator.DelegatingLocator
-
- isOutOfSynch() - Method in class de.intarsys.tools.locator.FileLocator
-
- isOutOfSynch() - Method in class de.intarsys.tools.locator.LocatorByReference
-
- isOutOfSynch() - Method in class de.intarsys.tools.locator.LocatorViewport
-
- isOutOfSynch() - Method in class de.intarsys.tools.locator.NullLocator
-
- isOutOfSynch() - Method in class de.intarsys.tools.locator.StreamLocator
-
- isOutOfSynch() - Method in class de.intarsys.tools.locator.StringLocator
-
- isOutOfSynch() - Method in class de.intarsys.tools.locator.TransientLocator
-
- isPlatformDependent() - Method in class de.intarsys.tools.installresource.Install
-
- isProgress() - Method in class de.intarsys.tools.reporter.ReportMessage
-
- isReadOnly() - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
-
- isReadOnly() - Method in class de.intarsys.tools.locator.ClassResourceLocator
-
- isReadOnly() - Method in class de.intarsys.tools.locator.CommonLocator
-
- isReadOnly() - Method in class de.intarsys.tools.locator.DelegatingLocator
-
- isReadOnly() - Method in class de.intarsys.tools.locator.FileLocator
-
- isReadOnly() - Method in interface de.intarsys.tools.locator.ILocator
-
true
if the specified resource is read only.
- isReadOnly() - Method in class de.intarsys.tools.locator.LocatorByReference
-
- isReadOnly() - Method in class de.intarsys.tools.locator.LocatorViewport
-
- isReadOnly() - Method in class de.intarsys.tools.locator.NullLocator
-
- isReadOnly() - Method in class de.intarsys.tools.locator.ReadOnlyLocator
-
- isReadOnly() - Method in class de.intarsys.tools.locator.StreamLocator
-
- isReadOnly() - Method in class de.intarsys.tools.locator.StringLocator
-
- isReadOnly() - Method in class de.intarsys.tools.locator.TransientLocator
-
- isReadOnly() - Method in class de.intarsys.tools.randomaccess.BufferedRandomAccess
-
- isReadOnly() - Method in interface de.intarsys.tools.randomaccess.IRandomAccess
-
true
if this is a read only data container.
- isReadOnly() - Method in class de.intarsys.tools.randomaccess.RandomAccessByteArray
-
- isReadOnly() - Method in class de.intarsys.tools.randomaccess.RandomAccessFile
-
- isReadOnly() - Method in class de.intarsys.tools.randomaccess.RandomAccessFilter
-
- isReadOnly() - Method in class de.intarsys.tools.randomaccess.RandomAccessViewport
-
- isShowDate() - Method in class de.intarsys.tools.logging.SimpleFormatter
-
- isShowLevel() - Method in class de.intarsys.tools.logging.SimpleFormatter
-
- isShowName() - Method in class de.intarsys.tools.logging.SimpleFormatter
-
- isShowSDC() - Method in class de.intarsys.tools.logging.SimpleFormatter
-
- isShowThread() - Method in class de.intarsys.tools.logging.SimpleFormatter
-
- isShutdown() - Method in class de.intarsys.tools.concurrent.SynchronousExecutorService
-
- isShutdown() - Method in class de.intarsys.tools.concurrent.SynchronousQueuedExecutorService
-
- isSpecialTag(String) - Method in class de.intarsys.tools.reader.DirectTagReader
-
- isStarted() - Method in class de.intarsys.tools.component.CommonStartStop
-
- isStarted() - Method in interface de.intarsys.tools.component.IStartStop
-
Answer true
if this object is started
- isStarted() - Method in class de.intarsys.tools.event.LifecycleWatchdog
-
- isStatus() - Method in class de.intarsys.tools.reporter.ReportMessage
-
- isStrict() - Method in class de.intarsys.tools.functor.DeclaredArgs
-
- isSuspended() - Method in interface de.intarsys.tools.component.ISuspendResume
-
- isSynchSynchronous() - Method in class de.intarsys.tools.locator.ByteArrayLocator
-
- isSynchSynchronous() - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
-
- isSynchSynchronous() - Method in class de.intarsys.tools.locator.ClassResourceLocator
-
- isSynchSynchronous() - Method in class de.intarsys.tools.locator.FileLocator
-
- isSynchSynchronous() - Method in class de.intarsys.tools.locator.FileLocatorFactory
-
- isSynchSynchronous() - Method in class de.intarsys.tools.locator.StreamLocator
-
- isSynchSynchronous() - Method in class de.intarsys.tools.locator.StringLocator
-
- isSynchSynchronous() - Method in class de.intarsys.tools.locator.TransientLocator
-
- IStartStop - Interface in de.intarsys.tools.component
-
This describes the components ability to explicitly start or stop its
lifecycle.
- isTerminated() - Method in class de.intarsys.tools.concurrent.SynchronousExecutorService
-
- isTerminated() - Method in class de.intarsys.tools.concurrent.SynchronousQueuedExecutorService
-
- isText(byte[]) - Static method in class de.intarsys.tools.file.MagicFileNumberTest
-
does the data contain only ISO-8819-x printable characters ?
- isText(IRandomAccess) - Static method in class de.intarsys.tools.file.MagicFileNumberTest
-
does the data contain only ISO-8819-x printable characters ?
- IStreamResult - Interface in de.intarsys.tools.result
-
- isUseTempFile() - Method in class de.intarsys.tools.locator.FileLocator
-
true
if temp file should be used.
- ISuspendResume - Interface in de.intarsys.tools.component
-
- isValid(char[]) - Method in interface de.intarsys.tools.authenticate.IPasswordValidator
-
Check if the password provided by the user is valid.
- isValid() - Method in class de.intarsys.tools.file.FileTools.Lock
-
- isVetoed() - Method in class de.intarsys.tools.event.Event
-
- isVetoed() - Method in interface de.intarsys.tools.event.IEvent
-
true
if this event is already vetoed by some listener.
- isVetoed() - Method in class de.intarsys.tools.event.RequestEventFacade
-
- isVowel(char) - Static method in class de.intarsys.tools.string.CharacterTools
-
true
if c
is a vowel.
- isWindows() - Static method in class de.intarsys.tools.file.FileTools
-
- isWindows() - Static method in class de.intarsys.tools.system.SystemTools
-
- isWindowsXP() - Static method in class de.intarsys.tools.system.SystemTools
-
- ISynchronizable - Interface in de.intarsys.tools.component
-
This describes a components ability to check its consistency with any
physical representation, for example a file system.
- ITaskListener - Interface in de.intarsys.tools.concurrent
-
- ITaskListenerSupport - Interface in de.intarsys.tools.concurrent
-
- iterator() - Method in class de.intarsys.tools.collection.ReverseListIterator
-
- iterator() - Method in class de.intarsys.tools.number.NumberInstance
-
- iterator() - Method in class de.intarsys.tools.number.NumberInterval
-
- iterator() - Method in class de.intarsys.tools.number.NumberList
-
- IteratorEnumeration<T> - Class in de.intarsys.tools.collection
-
Wraps an iterator into an enumeration API.
- IteratorEnumeration(Iterator<T>) - Constructor for class de.intarsys.tools.collection.IteratorEnumeration
-
IteratorEnumeration constructor.
- IUnEscaper - Interface in de.intarsys.tools.reader
-
An interface for readers that can escape character sequences.
- IValueHolder<T> - Interface in de.intarsys.tools.valueholder
-
Generic interface for objects holding references to others.
- IVariableNamespace - Interface in de.intarsys.tools.variable
-
This defines the ability of a component to support generic key/value mappings
from string to string.
- IVariableNamespaces - Interface in de.intarsys.tools.variable
-
- name - Variable in class de.intarsys.tools.installresource.Install
-
- name() - Method in interface de.intarsys.tools.preferences.IPreferences
-
Returns this preference node's name, relative to its parent.
- name() - Method in class de.intarsys.tools.preferences.NullPreferences
-
- name() - Method in class de.intarsys.tools.preferences.PreferencesAdapter
-
- names() - Method in class de.intarsys.tools.functor.Args
-
- names() - Method in class de.intarsys.tools.functor.ChainedArgs
-
- names() - Method in class de.intarsys.tools.functor.DeclaredArgs
-
- names() - Method in class de.intarsys.tools.functor.EmptyArgs
-
- names() - Method in interface de.intarsys.tools.functor.IArgs
-
The set of all argument names in the argument list if this argument list
is not indexed or null.
- NestedIterator - Class in de.intarsys.tools.collection
-
An iterator to enumerate sequentially the elements in a hierarchical
collection.
- NestedIterator(Iterator) - Constructor for class de.intarsys.tools.collection.NestedIterator
-
- NestedIterator(List) - Constructor for class de.intarsys.tools.collection.NestedIterator
-
- next() - Method in class de.intarsys.tools.collection.ArrayIterator
-
- next() - Method in class de.intarsys.tools.collection.EmptyIterator
-
Throw always exception, as an empty enumeration has no elements.
- next() - Method in class de.intarsys.tools.collection.EnumerationIterator
-
Return the next element from the underlying enumeration.
- next() - Method in class de.intarsys.tools.collection.IntervalIterator
-
- next() - Method in class de.intarsys.tools.collection.NestedIterator
-
- next() - Method in class de.intarsys.tools.collection.ReverseListIterator
-
- next() - Method in class de.intarsys.tools.collection.SingleObjectIterator
-
- nextElement() - Method in class de.intarsys.tools.collection.EmptyEnumeration
-
Throw always exception, as an empty enumeration has no elements.
- nextElement() - Method in class de.intarsys.tools.collection.IteratorEnumeration
-
- nextElement() - Method in class de.intarsys.tools.collection.SingleObjectEnumeration
-
- noargs(Object) - Static method in class de.intarsys.tools.functor.FunctorCall
-
Create an
IFunctorCall
with
receiver
as the receiver
and no arguments.
- node(String) - Method in interface de.intarsys.tools.preferences.IPreferences
-
Returns the named preference node in the same tree as this node, creating
it and any of its ancestors if they do not already exist.
- node(String) - Method in class de.intarsys.tools.preferences.NullPreferences
-
- node(String) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
-
- node(StringTokenizer) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
-
- nodeExists(String) - Method in interface de.intarsys.tools.preferences.IPreferences
-
Returns true if the named preference node exists in the same tree as this
node.
- nodeExists(String) - Method in class de.intarsys.tools.preferences.NullPreferences
-
- nodeExists(String) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
-
- NONE - Static variable in interface de.intarsys.tools.reflect.IAccessHandlerAccessibility
-
- NONE - Static variable in interface de.intarsys.tools.reflect.IAccessSupportAccessibility
-
- NONE - Static variable in interface de.intarsys.tools.reflect.IFieldHandlerAccessibility
-
- normalizeRect(float[]) - Static method in class de.intarsys.tools.geometry.GeometryTools
-
- normalizeRect(Rectangle2D) - Static method in class de.intarsys.tools.geometry.GeometryTools
-
Normalize the rectangle.
- NotificationSupportProxy - Class in de.intarsys.tools.event
-
- NotificationSupportProxy() - Constructor for class de.intarsys.tools.event.NotificationSupportProxy
-
- NullFunctor - Class in de.intarsys.tools.functor
-
A common utility
IFunctor
doing just nothing.
- NullFunctor() - Constructor for class de.intarsys.tools.functor.NullFunctor
-
- NullLocator - Class in de.intarsys.tools.locator
-
- NullLocator() - Constructor for class de.intarsys.tools.locator.NullLocator
-
- NullLock - Class in de.intarsys.tools.locking
-
- NullLock(Object) - Constructor for class de.intarsys.tools.locking.NullLock
-
- NullLockStrategy - Class in de.intarsys.tools.locking
-
- NullLockStrategy() - Constructor for class de.intarsys.tools.locking.NullLockStrategy
-
- NullOutputStream - Class in de.intarsys.tools.stream
-
An output stream killing its data.
- NullOutputStream() - Constructor for class de.intarsys.tools.stream.NullOutputStream
-
NullOutputStream constructor comment.
- NullPasswordProvider - Class in de.intarsys.tools.authenticate
-
- NullPasswordProvider() - Constructor for class de.intarsys.tools.authenticate.NullPasswordProvider
-
- NullPreferences - Class in de.intarsys.tools.preferences
-
- NullPreferences() - Constructor for class de.intarsys.tools.preferences.NullPreferences
-
- NullPreferencesFactory - Class in de.intarsys.tools.preferences
-
- NullPreferencesFactory() - Constructor for class de.intarsys.tools.preferences.NullPreferencesFactory
-
- NullReporter - Class in de.intarsys.tools.reporter
-
- NullReporter() - Constructor for class de.intarsys.tools.reporter.NullReporter
-
- NullValueHolder - Class in de.intarsys.tools.valueholder
-
- NullValueHolder() - Constructor for class de.intarsys.tools.valueholder.NullValueHolder
-
- NumberInstance - Class in de.intarsys.tools.number
-
An implementation of NumberWrapper that represents a single number object.
- NumberInstance(double) - Constructor for class de.intarsys.tools.number.NumberInstance
-
NumberInstance constructor for double.
- NumberInstance(int) - Constructor for class de.intarsys.tools.number.NumberInstance
-
NumberInstance constructor for int.
- NumberInstance(Number) - Constructor for class de.intarsys.tools.number.NumberInstance
-
NumberInstance constructor for Number
.
- NumberInstance(String) - Constructor for class de.intarsys.tools.number.NumberInstance
-
NumberInstance constructor for integer value formatted in a String.
- NumberInterval - Class in de.intarsys.tools.number
-
An implementation of NumberWrapper that represents an interval of numbers.
- NumberInterval() - Constructor for class de.intarsys.tools.number.NumberInterval
-
NumberInterval constructor comment.
- NumberList - Class in de.intarsys.tools.number
-
An implementation of NumberWrapper that represents an enumeration of single
number objects.
- NumberList() - Constructor for class de.intarsys.tools.number.NumberList
-
NumberList constructor comment.
- NumberParser - Class in de.intarsys.tools.number
-
A parser able to read a definition of numbers.
- NumberParser(String) - Constructor for class de.intarsys.tools.number.NumberParser
-
- NumberWrapper - Class in de.intarsys.tools.number
-
An abstract class for the implementation of objects that may occur in the
definition of a number string.
- NumberWrapper() - Constructor for class de.intarsys.tools.number.NumberWrapper
-
NumberWrapper constructor comment.
- Numeric2Alphabetic(int) - Static method in class de.intarsys.tools.currency.Iso4217
-
- random - Variable in class de.intarsys.tools.randomaccess.RandomAccessFilter
-
- RandomAccessByteArray - Class in de.intarsys.tools.randomaccess
-
A wrapper around a byte array to allow random access like API.
- RandomAccessByteArray(byte[]) - Constructor for class de.intarsys.tools.randomaccess.RandomAccessByteArray
-
- RandomAccessByteArray(byte[], int) - Constructor for class de.intarsys.tools.randomaccess.RandomAccessByteArray
-
- RandomAccessFile - Class in de.intarsys.tools.randomaccess
-
Implements random access to a file.
- RandomAccessFile(File) - Constructor for class de.intarsys.tools.randomaccess.RandomAccessFile
-
- RandomAccessFile(File, boolean) - Constructor for class de.intarsys.tools.randomaccess.RandomAccessFile
-
- RandomAccessFilter - Class in de.intarsys.tools.randomaccess
-
Filter implementation for random access.
- RandomAccessFilter(IRandomAccess) - Constructor for class de.intarsys.tools.randomaccess.RandomAccessFilter
-
- RandomAccessViewport - Class in de.intarsys.tools.randomaccess
-
- RandomAccessViewport(IRandomAccess, long, long) - Constructor for class de.intarsys.tools.randomaccess.RandomAccessViewport
-
- read() - Method in class de.intarsys.tools.randomaccess.BufferedRandomAccess
-
- read(byte[]) - Method in class de.intarsys.tools.randomaccess.BufferedRandomAccess
-
- read(byte[], int, int) - Method in class de.intarsys.tools.randomaccess.BufferedRandomAccess
-
- read() - Method in interface de.intarsys.tools.randomaccess.IRandomAccess
-
Reads a byte of data from this data container.
- read(byte[]) - Method in interface de.intarsys.tools.randomaccess.IRandomAccess
-
Reads up to buffer.length
bytes of data from this data
container into an array of bytes.
- read(byte[], int, int) - Method in interface de.intarsys.tools.randomaccess.IRandomAccess
-
Reads up to len
bytes of data from this data container into
an array of bytes.
- read() - Method in class de.intarsys.tools.randomaccess.RandomAccessByteArray
-
- read(byte[]) - Method in class de.intarsys.tools.randomaccess.RandomAccessByteArray
-
- read(byte[], int, int) - Method in class de.intarsys.tools.randomaccess.RandomAccessByteArray
-
- read() - Method in class de.intarsys.tools.randomaccess.RandomAccessFile
-
- read(byte[]) - Method in class de.intarsys.tools.randomaccess.RandomAccessFile
-
- read(byte[], int, int) - Method in class de.intarsys.tools.randomaccess.RandomAccessFile
-
- read() - Method in class de.intarsys.tools.randomaccess.RandomAccessFilter
-
- read(byte[]) - Method in class de.intarsys.tools.randomaccess.RandomAccessFilter
-
- read(byte[], int, int) - Method in class de.intarsys.tools.randomaccess.RandomAccessFilter
-
- read() - Method in class de.intarsys.tools.randomaccess.RandomAccessViewport
-
- read(byte[]) - Method in class de.intarsys.tools.randomaccess.RandomAccessViewport
-
- read(byte[], int, int) - Method in class de.intarsys.tools.randomaccess.RandomAccessViewport
-
- read() - Method in class de.intarsys.tools.reader.DirectTagReader
-
Read a character until we encounter a tag.
- read(char[], int, int) - Method in class de.intarsys.tools.reader.DirectTagReader
-
- read(char[], int, int) - Method in class de.intarsys.tools.reader.FillReader
-
- read() - Method in class de.intarsys.tools.reader.FillReader
-
- read() - Method in class de.intarsys.tools.reader.LocationAwareReader
-
- read(char[], int, int) - Method in class de.intarsys.tools.reader.LocationAwareReader
-
- read() - Method in class de.intarsys.tools.reader.LogReader
-
- read(char[], int, int) - Method in class de.intarsys.tools.reader.LogReader
-
Read characters into a portion of an array.
- read() - Method in class de.intarsys.tools.reader.UnEscapeReader
-
- read(char[], int, int) - Method in class de.intarsys.tools.reader.UnEscapeReader
-
- read() - Method in class de.intarsys.tools.stream.ConcatInputStream
-
- read() - Method in class de.intarsys.tools.stream.LogInputStream
-
Reads the next byte of data from the input stream.
- read(byte[], int, int) - Method in class de.intarsys.tools.stream.LogInputStream
-
Reads up to len
bytes of data from this input stream into
an array of bytes.
- read() - Method in class de.intarsys.tools.xml.HTMLEncodeLineBreaks
-
- read(char[], int, int) - Method in class de.intarsys.tools.xml.HTMLEncodeLineBreaks
-
- read() - Method in class de.intarsys.tools.xml.XMLEncodeSpecialChars
-
- read(char[], int, int) - Method in class de.intarsys.tools.xml.XMLEncodeSpecialChars
-
- readEscaped() - Method in class de.intarsys.tools.reader.UnEscapeReader
-
- readHex() - Method in class de.intarsys.tools.reader.UnEscapeReader
-
- READONLY - Static variable in interface de.intarsys.tools.reflect.IAccessHandlerAccessibility
-
- READONLY - Static variable in interface de.intarsys.tools.reflect.IAccessSupportAccessibility
-
- READONLY - Static variable in interface de.intarsys.tools.reflect.IFieldHandlerAccessibility
-
- ReadOnlyLocator - Class in de.intarsys.tools.locator
-
A simple read only locator.
- ReadOnlyLocator(ILocator) - Constructor for class de.intarsys.tools.locator.ReadOnlyLocator
-
- READWRITE - Static variable in interface de.intarsys.tools.reflect.IAccessHandlerAccessibility
-
- READWRITE - Static variable in interface de.intarsys.tools.reflect.IAccessSupportAccessibility
-
- READWRITE - Static variable in interface de.intarsys.tools.reflect.IFieldHandlerAccessibility
-
- ReflectionException - Exception in de.intarsys.tools.reflect
-
- ReflectionException() - Constructor for exception de.intarsys.tools.reflect.ReflectionException
-
- ReflectionException(String) - Constructor for exception de.intarsys.tools.reflect.ReflectionException
-
- ReflectionException(String, Throwable) - Constructor for exception de.intarsys.tools.reflect.ReflectionException
-
- ReflectionException(Throwable) - Constructor for exception de.intarsys.tools.reflect.ReflectionException
-
- register(MemoryLogHandler) - Method in class de.intarsys.tools.logging.MemoryLogRegistry
-
- registerAdapterFactory(IAdapterFactory) - Method in interface de.intarsys.tools.adapter.IAdapterOutlet
-
- registerAdapterFactory(IAdapterFactory) - Method in class de.intarsys.tools.adapter.StandardAdapterOutlet
-
- registerFactory(IFactory) - Method in interface de.intarsys.tools.factory.IOutlet
-
- registerFactory(IFactory) - Method in class de.intarsys.tools.factory.StandardOutlet
-
- registerFunctorFactory(IFunctorFactory) - Method in interface de.intarsys.tools.functor.IFunctorOutlet
-
- registerFunctorFactory(IFunctorFactory) - Method in class de.intarsys.tools.functor.StandardFunctorOutlet
-
- rehash() - Method in class de.intarsys.tools.collection.IntHashMap
-
Increases the capacity of and internally reorganizes this hashtable, in
order to accommodate and access its entries more efficiently.
- release() - Method in interface de.intarsys.tools.component.IReferenceCounter
-
- release() - Method in class de.intarsys.tools.file.FileTools.Lock
-
- release(Object) - Method in interface de.intarsys.tools.locking.ILock
-
- release(Object) - Method in class de.intarsys.tools.locking.NullLock
-
- remove(Object) - Method in class de.intarsys.tools.attribute.AttributeMap
-
- remove(Object) - Method in class de.intarsys.tools.cache.Cache
-
Remove an object from the cache.
- remove() - Method in class de.intarsys.tools.collection.ArrayIterator
-
- remove() - Method in class de.intarsys.tools.collection.EmptyIterator
-
- remove() - Method in class de.intarsys.tools.collection.EnumerationIterator
-
- remove() - Method in class de.intarsys.tools.collection.IntervalIterator
-
- remove(int) - Method in class de.intarsys.tools.collection.IntHashMap
-
Removes the key (and its corresponding value) from this hashtable.
- remove() - Method in class de.intarsys.tools.collection.NestedIterator
-
- remove(Object) - Method in class de.intarsys.tools.collection.PartitionedMap
-
Removes the mapping for this key from this map if present (optional
operation).
- remove() - Method in class de.intarsys.tools.collection.ReverseListIterator
-
- remove() - Method in class de.intarsys.tools.collection.SingleObjectEnumeration
-
Removes from the underlying collection the last element returned by the
iterator (optional operation).
- remove() - Method in class de.intarsys.tools.collection.SingleObjectIterator
-
- remove(Object) - Method in class de.intarsys.tools.number.NumberWrapper
-
- remove(String) - Method in interface de.intarsys.tools.preferences.IPreferences
-
Removes the value associated with the specified key in this preference
node, if any.
- remove(String) - Method in class de.intarsys.tools.preferences.NullPreferences
-
- remove(String) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
-
- remove(Object, String, Object) - Static method in class de.intarsys.tools.reflect.ObjectTools
-
Remove value
in the relation field name
in
object
.
- remove(IResourceReference) - Method in class de.intarsys.tools.resourcetracker.ResourceTracker
-
- removeAll(Collection) - Method in class de.intarsys.tools.number.NumberWrapper
-
- removeAttribute(Object) - Method in class de.intarsys.tools.attribute.AttributeMap
-
- removeAttribute(Object) - Method in interface de.intarsys.tools.attribute.IAttributeSupport
-
Remove an attribute binding in the context
- removeAttribute(Object) - Method in class de.intarsys.tools.functor.FunctorFieldHandler
-
- removeAttribute(Object) - Method in class de.intarsys.tools.functor.FunctorMethodHandler
-
- removeCellValue(int, int) - Method in class de.intarsys.tools.hex.HexData
-
- removeChangeListener(INotificationListener) - Method in interface de.intarsys.tools.event.IChangeSupport
-
Deprecated.
Remove listener
from the collection of objects to be
informed about change events.
- removeDeclaration(IDeclaration) - Method in class de.intarsys.tools.functor.DeclarationBlock
-
- removeEscapedCharacter(char) - Method in class de.intarsys.tools.reader.UnEscapeReader
-
- removeEscapedCharacters() - Method in class de.intarsys.tools.reader.UnEscapeReader
-
- removeFactory(IFacadeFactory) - Method in class de.intarsys.tools.facade.DelegatingFacadeFactory
-
- removeLocatorFactory(ILocatorFactory) - Method in class de.intarsys.tools.locator.DelegatingLocatorLookup
-
- removeMap(String) - Method in class de.intarsys.tools.locator.MappedLocatorLookup
-
- removeNode() - Method in interface de.intarsys.tools.preferences.IPreferences
-
Removes this preference node and all of its descendants, invalidating any
preferences contained in the removed nodes.
- removeNode() - Method in class de.intarsys.tools.preferences.NullPreferences
-
- removeNode() - Method in class de.intarsys.tools.preferences.PreferencesAdapter
-
- removeNotificationListener(EventType, INotificationListener) - Method in class de.intarsys.tools.event.CommonNotificationSupport
-
- removeNotificationListener(EventType, INotificationListener) - Method in class de.intarsys.tools.event.EventDispatcher
-
- removeNotificationListener(EventType, INotificationListener) - Method in interface de.intarsys.tools.event.INotificationSupport
-
Remove listener
from the collection of objects to be
informed about events of type name
.
- removeNotificationListener(EventType, INotificationListener) - Method in class de.intarsys.tools.event.NotificationSupportProxy
-
- removeNotificationListener(EventType, INotificationListener) - Method in class de.intarsys.tools.functor.FunctorFieldHandler
-
- removeNotificationListener(EventType, INotificationListener) - Method in class de.intarsys.tools.logging.MemoryLogHandler
-
- removeNotificationListener(EventType, INotificationListener) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
-
- removeReporter(IReporter) - Method in interface de.intarsys.tools.reporter.IReporterSupport
-
- removeReporter(IReporter) - Method in class de.intarsys.tools.reporter.ReplayReporter
-
- removeReporter(IReporter) - Method in class de.intarsys.tools.reporter.ReportDispatcher
-
- removeStrategy() - Method in class de.intarsys.tools.cache.Cache
-
Perform the "cleanup" of the cache.
- removeTaskListener(ITaskListener) - Method in interface de.intarsys.tools.concurrent.ITaskListenerSupport
-
- removeTaskListener(ITaskListener) - Method in class de.intarsys.tools.concurrent.TaskCallbackDispatcher
-
- removeWhiteSpace(byte[]) - Static method in class de.intarsys.tools.encoding.Base64
-
Remove whitespace from MIME containing encoded Base64 data.
- rename(String) - Method in class de.intarsys.tools.locator.ByteArrayLocator
-
- rename(String) - Method in class de.intarsys.tools.locator.CommonLocator
-
- rename(String) - Method in class de.intarsys.tools.locator.DelegatingLocator
-
- rename(String) - Method in class de.intarsys.tools.locator.FileLocator
-
- rename(String) - Method in interface de.intarsys.tools.locator.ILocator
-
Rename the complete physical name to newName
.
- rename(String) - Method in class de.intarsys.tools.locator.LocatorByReference
-
- rename(String) - Method in class de.intarsys.tools.locator.LocatorViewport
-
- rename(String) - Method in class de.intarsys.tools.locator.NullLocator
-
- rename(String) - Method in class de.intarsys.tools.locator.StreamLocator
-
- rename(String) - Method in class de.intarsys.tools.locator.StringLocator
-
- rename(String) - Method in class de.intarsys.tools.locator.TransientLocator
-
- renameFile(File, File) - Static method in class de.intarsys.tools.file.FileTools
-
- renameFile(File, String, File, String) - Static method in class de.intarsys.tools.file.FileTools
-
"Rename" a file.
- replay(IReporter) - Method in class de.intarsys.tools.reporter.ReplayReporter
-
- ReplayReporter - Class in de.intarsys.tools.reporter
-
An
IReporter
that may be used to intercept the reporting information
and "replay" them later on on another
IReporter
instance.
- ReplayReporter(Object) - Constructor for class de.intarsys.tools.reporter.ReplayReporter
-
- reportActivityEnd() - Method in class de.intarsys.tools.reporter.DefaultReporter
-
- reportActivityEnd() - Method in interface de.intarsys.tools.reporter.IReporter
-
Indicate the end of an activity.
- reportActivityEnd() - Method in class de.intarsys.tools.reporter.NullReporter
-
- reportActivityEnd() - Method in class de.intarsys.tools.reporter.ReplayReporter
-
- reportActivityEnd() - Method in class de.intarsys.tools.reporter.ReportDispatcher
-
- reportActivityStart(String, int) - Method in class de.intarsys.tools.reporter.DefaultReporter
-
- reportActivityStart(String, int) - Method in interface de.intarsys.tools.reporter.IReporter
-
Indicate the beginning of an activity, possibly blocking system
interaction.
- reportActivityStart(String, int) - Method in class de.intarsys.tools.reporter.NullReporter
-
- reportActivityStart(String, int) - Method in class de.intarsys.tools.reporter.ReplayReporter
-
- reportActivityStart(String, int) - Method in class de.intarsys.tools.reporter.ReportDispatcher
-
- ReportDispatcher - Class in de.intarsys.tools.reporter
-
- ReportDispatcher(Object) - Constructor for class de.intarsys.tools.reporter.ReportDispatcher
-
- Reporter - Class in de.intarsys.tools.reporter
-
- reportError(String, String, Throwable, int) - Method in class de.intarsys.tools.reporter.DefaultReporter
-
- reportError(String, String, Throwable, int) - Method in interface de.intarsys.tools.reporter.IReporter
-
Indicate an error condition.
- reportError(String, String, Throwable, int) - Method in class de.intarsys.tools.reporter.NullReporter
-
- reportError(String, String, Throwable, int) - Method in class de.intarsys.tools.reporter.ReplayReporter
-
- reportError(String, String, Throwable, int) - Method in class de.intarsys.tools.reporter.ReportDispatcher
-
- reportMessage(String, String, int) - Method in class de.intarsys.tools.reporter.DefaultReporter
-
- reportMessage(String, String, int) - Method in interface de.intarsys.tools.reporter.IReporter
-
Report a message to the user.
- reportMessage(String, String, int) - Method in class de.intarsys.tools.reporter.NullReporter
-
- reportMessage(String, String, int) - Method in class de.intarsys.tools.reporter.ReplayReporter
-
- reportMessage(String, String, int) - Method in class de.intarsys.tools.reporter.ReportDispatcher
-
- ReportMessage - Class in de.intarsys.tools.reporter
-
- ReportMessage(int, String, String, int, int, Throwable) - Constructor for class de.intarsys.tools.reporter.ReportMessage
-
- reportProgress(String, int, int) - Method in class de.intarsys.tools.reporter.DefaultReporter
-
- reportProgress(String, int, int) - Method in interface de.intarsys.tools.reporter.IReporter
-
Indicate the progress of an ongoing activity.
- reportProgress(String, int, int) - Method in class de.intarsys.tools.reporter.NullReporter
-
- reportProgress(String, int, int) - Method in class de.intarsys.tools.reporter.ReplayReporter
-
- reportProgress(String, int, int) - Method in class de.intarsys.tools.reporter.ReportDispatcher
-
- reportStatus(String, int) - Method in class de.intarsys.tools.reporter.DefaultReporter
-
- reportStatus(String, int) - Method in interface de.intarsys.tools.reporter.IReporter
-
Report a simple state information.
- reportStatus(String, int) - Method in class de.intarsys.tools.reporter.NullReporter
-
- reportStatus(String, int) - Method in class de.intarsys.tools.reporter.ReplayReporter
-
- reportStatus(String, int) - Method in class de.intarsys.tools.reporter.ReportDispatcher
-
- RequestEvent - Class in de.intarsys.tools.event
-
- RequestEvent(Object) - Constructor for class de.intarsys.tools.event.RequestEvent
-
- RequestEvent(Object, EventType, String) - Constructor for class de.intarsys.tools.event.RequestEvent
-
- RequestEventFacade - Class in de.intarsys.tools.event
-
- RequestEventFacade(RequestEvent) - Constructor for class de.intarsys.tools.event.RequestEventFacade
-
- reset() - Method in class de.intarsys.tools.concurrent.AbstractFutureTask
-
- reset() - Method in class de.intarsys.tools.randomaccess.AbstractRandomAccess
-
- reset() - Method in interface de.intarsys.tools.randomaccess.IRandomAccess
-
Reset to the last position on the mark-stack.
- reset() - Method in class de.intarsys.tools.stream.FastByteArrayOutputStream
-
- resolvePath(File, String) - Static method in class de.intarsys.tools.file.FileTools
-
Return a new File
instance for "path".
- ResourceFinalizer - Class in de.intarsys.tools.resourcetracker
-
A thread for monitoring a reference queue.
- ResourceFinalizer() - Constructor for class de.intarsys.tools.resourcetracker.ResourceFinalizer
-
- ResourceTracker - Class in de.intarsys.tools.resourcetracker
-
An object to keep track of platform resources that should be disposed upon
garbage collection of some container object.
- ResourceTracker() - Constructor for class de.intarsys.tools.resourcetracker.ResourceTracker
-
- ResourceTracker(int) - Constructor for class de.intarsys.tools.resourcetracker.ResourceTracker
-
- ResourceTracker(ResourceFinalizer) - Constructor for class de.intarsys.tools.resourcetracker.ResourceTracker
-
- ResourceTracker(ResourceFinalizer, int) - Constructor for class de.intarsys.tools.resourcetracker.ResourceTracker
-
- restoreState(Object) - Method in interface de.intarsys.tools.component.ISaveStateSupport
-
Restore a previously saved state.
- restrict(String) - Method in interface de.intarsys.tools.preferences.IPreferences
-
Create a new IPreferences object whose scopes include all scopes from the
receiver before and including "scopeName".
- restrict(String) - Method in interface de.intarsys.tools.preferences.IScopedPlatformPreferences
-
- restrict(String) - Method in class de.intarsys.tools.preferences.NullPreferences
-
- restrict(String) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
-
- resume() - Method in interface de.intarsys.tools.component.ISuspendResume
-
- ResumedEvent - Class in de.intarsys.tools.event
-
An event indicating that a component is resumed.
- ResumedEvent(Object) - Constructor for class de.intarsys.tools.event.ResumedEvent
-
- retainAll(Collection) - Method in class de.intarsys.tools.number.NumberWrapper
-
- reverse(byte[]) - Static method in class de.intarsys.tools.collection.ArrayTools
-
- reverse(byte[], int, int) - Static method in class de.intarsys.tools.collection.ArrayTools
-
- reverse(T[]) - Static method in class de.intarsys.tools.collection.ArrayTools
-
- reverse(T[], int, int) - Static method in class de.intarsys.tools.collection.ArrayTools
-
- ReverseListIterator<T> - Class in de.intarsys.tools.collection
-
This iterator enumerates the elements of a list in reverse order.
- ReverseListIterator(List<T>) - Constructor for class de.intarsys.tools.collection.ReverseListIterator
-
- run() - Method in class de.intarsys.tools.concurrent.AbstractFutureTask
-
- run() - Method in class de.intarsys.tools.resourcetracker.ResourceFinalizer
-
- runAsync() - Method in class de.intarsys.tools.concurrent.AbstractFutureTask
-
- safeString(Object) - Static method in class de.intarsys.tools.string.StringTools
-
Create a string representation of object
that is guaranteed
not to fail in any case.
- saveState() - Method in interface de.intarsys.tools.component.ISaveStateSupport
-
Create a restorable dump of the objects state.
- scanEndTag() - Method in class de.intarsys.tools.reader.DirectTagReader
-
- scanTag() - Method in class de.intarsys.tools.reader.DirectTagReader
-
Scan the stream for tagged content.
- scanTagContent() - Method in class de.intarsys.tools.reader.DirectTagReader
-
Scan the content between start and end tag and process the result.
- SCOPE_DEFAULT - Static variable in interface de.intarsys.tools.preferences.IPreferences
-
The non - persistent default settings
- SCOPE_GLOBAL - Static variable in interface de.intarsys.tools.preferences.IPreferences
-
Preferences for all users
- SCOPE_INSTALLATION - Static variable in interface de.intarsys.tools.preferences.IPreferences
-
The preferences provided with the instrument installation
- SCOPE_TEAM - Static variable in interface de.intarsys.tools.preferences.IPreferences
-
Preferences for a dedicated team of users
- SCOPE_USER - Static variable in interface de.intarsys.tools.preferences.IPreferences
-
Preferences for a specific user
- SDC - Class in de.intarsys.tools.logging
-
- SDC() - Constructor for class de.intarsys.tools.logging.SDC
-
- SearchPathLocatorLookup - Class in de.intarsys.tools.locator
-
- SearchPathLocatorLookup() - Constructor for class de.intarsys.tools.locator.SearchPathLocatorLookup
-
- seek(long) - Method in class de.intarsys.tools.randomaccess.BufferedRandomAccess
-
- seek(long) - Method in interface de.intarsys.tools.randomaccess.IRandomAccess
-
Sets the offset, measured from the beginning of the data container at
which the next read or write occurs.
- seek(long) - Method in class de.intarsys.tools.randomaccess.RandomAccessByteArray
-
- seek(long) - Method in class de.intarsys.tools.randomaccess.RandomAccessFile
-
- seek(long) - Method in class de.intarsys.tools.randomaccess.RandomAccessFilter
-
- seek(long) - Method in class de.intarsys.tools.randomaccess.RandomAccessViewport
-
- seekBy(long) - Method in class de.intarsys.tools.randomaccess.BufferedRandomAccess
-
- seekBy(long) - Method in interface de.intarsys.tools.randomaccess.IRandomAccess
-
Sets the offset, measured from the current offset at which the next read
or write occurs.
- seekBy(long) - Method in class de.intarsys.tools.randomaccess.RandomAccessByteArray
-
- seekBy(long) - Method in class de.intarsys.tools.randomaccess.RandomAccessFile
-
- seekBy(long) - Method in class de.intarsys.tools.randomaccess.RandomAccessFilter
-
- seekBy(long) - Method in class de.intarsys.tools.randomaccess.RandomAccessViewport
-
- SelectionEvent - Class in de.intarsys.tools.event
-
An event indicating a selection.
- SelectionEvent(Object) - Constructor for class de.intarsys.tools.event.SelectionEvent
-
- SEPARATOR - Static variable in class de.intarsys.tools.collection.MapTools
-
- SEPARATOR - Static variable in class de.intarsys.tools.number.NumberInterval
-
- SEPARATOR - Static variable in class de.intarsys.tools.number.NumberList
-
- set(IAdapterOutlet) - Static method in class de.intarsys.tools.adapter.AdapterOutlet
-
- set(IPasswordProvider) - Static method in class de.intarsys.tools.authenticate.PasswordProvider
-
- set(IFileEnvironment) - Static method in class de.intarsys.tools.environment.file.FileEnvironment
-
- set(IFacadeFactory) - Static method in class de.intarsys.tools.facade.FacadeFactory
-
- set(IOutlet) - Static method in class de.intarsys.tools.factory.Outlet
-
- set(ILocatorFactory) - Static method in class de.intarsys.tools.locator.LocatorFactory
-
- set(ILockStrategy) - Static method in class de.intarsys.tools.locking.LockStrategy
-
- set(ILogConfigurator) - Static method in class de.intarsys.tools.logging.LogConfigurator
-
- set(String) - Static method in class de.intarsys.tools.logging.SDC
-
- set(Object) - Method in class de.intarsys.tools.preferences.BooleanPrefValueHolder
-
- set(Object) - Method in class de.intarsys.tools.preferences.IntegerPrefValueHolder
-
- set(IPreferencesFactory) - Static method in class de.intarsys.tools.preferences.PreferencesFactory
-
- set(Object) - Method in class de.intarsys.tools.preferences.StringPrefValueHolder
-
- set(Object, String, Object) - Static method in class de.intarsys.tools.reflect.ObjectTools
-
Set field name
in object
to value
.
- set(IReporter) - Static method in class de.intarsys.tools.reporter.Reporter
-
returns the old active reporter
- set(T) - Method in interface de.intarsys.tools.valueholder.IValueHolder
-
Assign a new value.
- set(Object) - Method in class de.intarsys.tools.valueholder.NullValueHolder
-
- set(T) - Method in class de.intarsys.tools.valueholder.ObjectValueHolder
-
- set(T) - Method in class de.intarsys.tools.valueholder.ThreadLocalValueHolder
-
- set(IVariableNamespace) - Static method in class de.intarsys.tools.variable.VariableEnvironment
-
- set(IVariableNamespaces) - Static method in class de.intarsys.tools.variable.VariableNamespaces
-
- setAlwaysUnchanged(boolean) - Method in class de.intarsys.tools.locator.TransientLocator
-
- setArgs(Object) - Method in class de.intarsys.tools.event.RequestEvent
-
- setArgs(IArgs) - Method in class de.intarsys.tools.functor.FunctorCall
-
- setArgs(IArgs) - Method in interface de.intarsys.tools.functor.IFunctorCall
-
Assign an argument list for the call.
- setAttribute(Object, Object) - Method in class de.intarsys.tools.attribute.AttributeMap
-
- setAttribute(Object, Object) - Method in interface de.intarsys.tools.attribute.IAttributeSupport
-
Set the value of an attribute in the context
- setAttribute(Object, Object) - Method in class de.intarsys.tools.functor.FunctorFieldHandler
-
- setAttribute(Object, Object) - Method in class de.intarsys.tools.functor.FunctorMethodHandler
-
- setBytes(byte[]) - Static method in class de.intarsys.tools.file.SynchTools
-
- setCellValue(int, int, byte) - Method in class de.intarsys.tools.hex.HexData
-
- setCellValue(int, int, String) - Method in class de.intarsys.tools.hex.HexData
-
- setCellValue(int, byte) - Method in class de.intarsys.tools.hex.HexRow
-
- setCellValue(int, String) - Method in class de.intarsys.tools.hex.HexRow
-
- setClassLoader(ClassLoader) - Method in class de.intarsys.tools.installresource.Install
-
- setClassLoader(ClassLoader) - Method in class de.intarsys.tools.message.MessageBundle
-
- setClassLoader(ClassLoader) - Method in interface de.intarsys.tools.reflect.IClassLoaderAccess
-
Assign the class loader suitable for use in the context of the generic
receiver object.
- setClosed(boolean) - Method in class de.intarsys.tools.randomaccess.BufferedRandomAccess
-
- setColumn(int) - Method in class de.intarsys.tools.reader.LocationAwareReader
-
- setContext(Object) - Method in interface de.intarsys.tools.component.IContextSupport
-
- setDefault() - Method in class de.intarsys.tools.enumeration.EnumItem
-
- setDefault(T) - Method in class de.intarsys.tools.enumeration.EnumMeta
-
- setDelegate(INotificationSupport) - Method in class de.intarsys.tools.event.NotificationSupportProxy
-
- setDelegate(ILocator) - Method in class de.intarsys.tools.locator.LocatorViewport
-
- setDestinationChars(String) - Method in class de.intarsys.tools.writer.EscapeWriter
-
- setEncoding(String) - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
-
- setEncoding(String) - Method in class de.intarsys.tools.locator.ClassResourceLocator
-
- setEncoding(String) - Method in class de.intarsys.tools.locator.FileLocator
-
- setEncoding(String) - Method in class de.intarsys.tools.locator.StringLocator
-
- setEnd(long) - Method in class de.intarsys.tools.locator.LocatorViewport
-
- setEndTag(String) - Method in class de.intarsys.tools.reader.DirectTagReader
-
- setEscape(char) - Method in interface de.intarsys.tools.reader.IUnEscaper
-
- setEscape(char) - Method in class de.intarsys.tools.reader.UnEscapeReader
-
- setEscapeMap(Map) - Method in class de.intarsys.tools.reader.UnEscapeReader
-
- setException(Throwable) - Method in class de.intarsys.tools.concurrent.AbstractFutureTask
-
- setFrom(Number) - Method in class de.intarsys.tools.number.NumberInterval
-
- setFullName(String) - Method in class de.intarsys.tools.locator.ByteArrayLocator
-
- setGetter(IFunctor) - Method in class de.intarsys.tools.functor.FunctorFieldHandler
-
- setIconName(String) - Method in class de.intarsys.tools.enumeration.EnumItem
-
- setId(String) - Method in class de.intarsys.tools.logging.MemoryLogHandler
-
- setIgnoreCase(boolean) - Method in class de.intarsys.tools.file.WildcardMatch
-
- setInstance(Object) - Method in class de.intarsys.tools.event.CreatedEvent
-
- setInstance(Object) - Method in class de.intarsys.tools.event.DestroyedEvent
-
- setKey(String) - Method in class de.intarsys.tools.preferences.PreferencesChangeEvent
-
- setLabel(String) - Method in class de.intarsys.tools.event.LifecycleWatchdog
-
- setLabelPrefix(String) - Method in class de.intarsys.tools.concurrent.TaskSequence
-
- setLazy(boolean) - Method in class de.intarsys.tools.functor.DeclaredArgs
-
- setLength(int) - Method in class de.intarsys.tools.hex.HexRow
-
- setLength(long) - Method in class de.intarsys.tools.randomaccess.BufferedRandomAccess
-
- setLength(long) - Method in interface de.intarsys.tools.randomaccess.IRandomAccess
-
Assign the length.
- setLength(long) - Method in class de.intarsys.tools.randomaccess.RandomAccessByteArray
-
- setLength(long) - Method in class de.intarsys.tools.randomaccess.RandomAccessFile
-
- setLength(long) - Method in class de.intarsys.tools.randomaccess.RandomAccessFilter
-
- setLength(long) - Method in class de.intarsys.tools.randomaccess.RandomAccessViewport
-
- setLine(int) - Method in class de.intarsys.tools.reader.LocationAwareReader
-
- setList(List) - Method in class de.intarsys.tools.number.NumberList
-
- setLocale(Locale) - Method in class de.intarsys.tools.message.MessageBundle
-
- setLocalName(String) - Method in class de.intarsys.tools.locator.TransientLocator
-
- setLocation(int, int) - Method in class de.intarsys.tools.reader.LocationAwareReader
-
Offset the current location to a user defined line and column.
- setLocationProvider(ILocationProvider) - Method in interface de.intarsys.tools.reader.IDirectTagHandler
-
- setLog(Writer) - Method in class de.intarsys.tools.reader.LogReader
-
- setLog(OutputStream) - Method in class de.intarsys.tools.stream.LogInputStream
-
- setLog(OutputStream) - Method in class de.intarsys.tools.stream.LogOutputStream
-
- setMatchSeparators(boolean) - Method in class de.intarsys.tools.file.WildcardMatch
-
- setMessage(String) - Method in interface de.intarsys.tools.prompter.IPrompter
-
- setMessage(String) - Method in class de.intarsys.tools.reporter.ReportMessage
-
- setMessageBundle(MessageBundle) - Method in interface de.intarsys.tools.message.IMessageBundleAccess
-
Associate the message bundle with the receiver.
- setName(String) - Method in class de.intarsys.tools.functor.FunctorFieldHandler
-
- setName(String) - Method in class de.intarsys.tools.locator.LocatorViewport
-
- setName(String) - Method in class de.intarsys.tools.result.StreamResult
-
- setNamespace(String, IVariableNamespace) - Method in interface de.intarsys.tools.variable.IVariableNamespaces
-
- setNamespace(String, IVariableNamespace) - Method in class de.intarsys.tools.variable.StandardVariableNamespaces
-
- setNewValue(String) - Method in class de.intarsys.tools.preferences.PreferencesChangeEvent
-
- setOffset(int) - Method in class de.intarsys.tools.hex.HexRow
-
- setParent(Map) - Method in class de.intarsys.tools.collection.PartitionedMap
-
- setPath(String) - Method in class de.intarsys.tools.message.MessageBundle
-
- setPercent(int) - Method in class de.intarsys.tools.reporter.ReportMessage
-
- setPlatformFallbackId(String) - Static method in class de.intarsys.tools.installresource.Install
-
- setPlatformId(String) - Static method in class de.intarsys.tools.installresource.Install
-
- setPosition(int) - Method in class de.intarsys.tools.reader.LocationAwareReader
-
- setRc(boolean) - Method in class de.intarsys.tools.event.Event
-
- setRc(boolean) - Method in interface de.intarsys.tools.event.IRequestEvent
-
- setRc(boolean) - Method in class de.intarsys.tools.event.RequestEvent
-
- setRc(boolean) - Method in class de.intarsys.tools.event.RequestEventFacade
-
- setReadOnly() - Method in class de.intarsys.tools.locator.CommonLocator
-
- setReadOnly() - Method in class de.intarsys.tools.locator.DelegatingLocator
-
- setReadOnly() - Method in interface de.intarsys.tools.locator.ILocator
-
Make the receiver read only.
- setReadOnly() - Method in class de.intarsys.tools.locator.LocatorByReference
-
- setReadOnly() - Method in class de.intarsys.tools.locator.NullLocator
-
- setReceiver(Object) - Method in class de.intarsys.tools.functor.FunctorCall
-
- setReceiver(Object) - Method in interface de.intarsys.tools.functor.IFunctorCall
-
Assign a new receiver.
- setResult(R) - Method in class de.intarsys.tools.concurrent.AbstractFutureTask
-
- setSearchPath(File, String) - Method in class de.intarsys.tools.locator.SearchPathLocatorLookup
-
- setSearchPathDefinition(String) - Method in class de.intarsys.tools.locator.FileLocatorFactory
-
- setSearchPaths(List) - Method in class de.intarsys.tools.locator.FileLocatorFactory
-
- setSetter(IFunctor) - Method in class de.intarsys.tools.functor.FunctorFieldHandler
-
- setShared(IFileEnvironment) - Static method in class de.intarsys.tools.environment.file.FileEnvironment
-
- setShared(IVariableNamespace) - Static method in class de.intarsys.tools.variable.VariableEnvironment
-
- setShowDate(boolean) - Method in class de.intarsys.tools.logging.SimpleFormatter
-
- setShowLevel(boolean) - Method in class de.intarsys.tools.logging.SimpleFormatter
-
- setShowName(boolean) - Method in class de.intarsys.tools.logging.SimpleFormatter
-
- setShowSDC(boolean) - Method in class de.intarsys.tools.logging.SimpleFormatter
-
- setShowThread(boolean) - Method in class de.intarsys.tools.logging.SimpleFormatter
-
- setSize(int) - Method in class de.intarsys.tools.logging.MemoryLogHandler
-
- setSourceChars(String) - Method in class de.intarsys.tools.writer.EscapeWriter
-
- setStart(long) - Method in class de.intarsys.tools.locator.LocatorViewport
-
- setStartTag(String) - Method in class de.intarsys.tools.reader.DirectTagReader
-
- setStrict(boolean) - Method in class de.intarsys.tools.functor.DeclaredArgs
-
- setStyle(int) - Method in class de.intarsys.tools.reporter.ReportMessage
-
- setSynchFile(File) - Static method in class de.intarsys.tools.file.SynchTools
-
- setSynchFile(File, byte[]) - Static method in class de.intarsys.tools.file.SynchTools
-
- setSynchFile(File, String) - Static method in class de.intarsys.tools.file.SynchTools
-
- setSynchSynchronous(boolean) - Method in class de.intarsys.tools.locator.FileLocator
-
- setSynchSynchronous(boolean) - Method in class de.intarsys.tools.locator.FileLocatorFactory
-
- setTarget(Object) - Method in class de.intarsys.tools.event.RequestEvent
-
- setTarget(Object) - Method in class de.intarsys.tools.event.RequestEventFacade
-
- setTempDir(File) - Static method in class de.intarsys.tools.file.TempTools
-
- setThrowable(Throwable) - Method in class de.intarsys.tools.reporter.ReportMessage
-
- setTitle(String) - Method in interface de.intarsys.tools.prompter.IPrompter
-
- setTitle(String) - Method in class de.intarsys.tools.reporter.ReportMessage
-
- setTo(Number) - Method in class de.intarsys.tools.number.NumberInterval
-
- setTransform(Shape, AffineTransform) - Static method in class de.intarsys.tools.geometry.ApplySpaceChangeShape
-
Create a new Shape
that behaves like the base shape with its
coordinates relative to the new space defined by "newTransform".
- setType(int) - Method in class de.intarsys.tools.reporter.ReportMessage
-
- setType(String) - Method in class de.intarsys.tools.result.StreamResult
-
- setUnicodePrefix(char) - Method in class de.intarsys.tools.reader.UnEscapeReader
-
- setUseTempFile(boolean) - Method in class de.intarsys.tools.locator.FileLocator
-
- setValue(Object) - Method in interface de.intarsys.tools.event.IRequestEvent
-
- setValue(Object) - Method in class de.intarsys.tools.event.RequestEvent
-
- setValue(Object) - Method in class de.intarsys.tools.event.RequestEventFacade
-
- setValue(Object, Object) - Method in class de.intarsys.tools.functor.FunctorFieldHandler
-
- setValue(int, byte) - Method in class de.intarsys.tools.hex.HexData
-
- setValue(int, String) - Method in class de.intarsys.tools.hex.HexData
-
- setValue(Object, String, Object) - Method in interface de.intarsys.tools.reflect.IAccessHandler
-
Make a reflective set access to the field name
within
receiver
- setValue(String, Object) - Method in interface de.intarsys.tools.reflect.IAccessSupport
-
Make a reflective set access to the field name
.
- setValue(Object, Object) - Method in interface de.intarsys.tools.reflect.IFieldHandler
-
Make a reflective write access to the field represented by this within
receiver
.
- setVeto(boolean) - Method in class de.intarsys.tools.event.AbstractEventFacade
-
- setVeto(boolean) - Method in class de.intarsys.tools.event.Event
-
- setVeto(boolean) - Method in class de.intarsys.tools.event.RequestEventFacade
-
- setWidthLevel(int) - Method in class de.intarsys.tools.logging.SimpleFormatter
-
- setWidthName(int) - Method in class de.intarsys.tools.logging.SimpleFormatter
-
- setWidthSDC(int) - Method in class de.intarsys.tools.logging.SimpleFormatter
-
- setWidthThread(int) - Method in class de.intarsys.tools.logging.SimpleFormatter
-
- ShapeTools - Class in de.intarsys.tools.geometry
-
- ShapeTools() - Constructor for class de.intarsys.tools.geometry.ShapeTools
-
- SHARED - Static variable in interface de.intarsys.tools.locking.ILockLevel
-
- sharedEnvironment - Static variable in class de.intarsys.tools.environment.file.FileEnvironment
-
- sharedEnvironment - Static variable in class de.intarsys.tools.variable.VariableEnvironment
-
- shutdown() - Method in class de.intarsys.tools.concurrent.SynchronousExecutorService
-
- shutdown() - Method in class de.intarsys.tools.concurrent.SynchronousQueuedExecutorService
-
- shutdownNow() - Method in class de.intarsys.tools.concurrent.SynchronousExecutorService
-
- shutdownNow() - Method in class de.intarsys.tools.concurrent.SynchronousQueuedExecutorService
-
- SimpleFormatter - Class in de.intarsys.tools.logging
-
A simple usable formatter for java logging
- SimpleFormatter() - Constructor for class de.intarsys.tools.logging.SimpleFormatter
-
- SimpleFunctorCallFactory - Class in de.intarsys.tools.functor
-
- SimpleFunctorCallFactory() - Constructor for class de.intarsys.tools.functor.SimpleFunctorCallFactory
-
- SingleObjectEnumeration<T> - Class in de.intarsys.tools.collection
-
An enumeration of a single object.
- SingleObjectEnumeration(T) - Constructor for class de.intarsys.tools.collection.SingleObjectEnumeration
-
EnumerationIterator constructor comment.
- SingleObjectIterator - Class in de.intarsys.tools.collection
-
An iterator over a single object.
- SingleObjectIterator(Object) - Constructor for class de.intarsys.tools.collection.SingleObjectIterator
-
EnumerationIterator constructor comment.
- SingleThreadFilter - Class in de.intarsys.tools.logging
-
Only accept log requests within a dedicated thread.
- SingleThreadFilter() - Constructor for class de.intarsys.tools.logging.SingleThreadFilter
-
- SingleThreadFilter(Thread) - Constructor for class de.intarsys.tools.logging.SingleThreadFilter
-
- size() - Method in class de.intarsys.tools.cache.Cache
-
The actual size of the cache.
- size() - Method in class de.intarsys.tools.collection.IntHashMap
-
Returns the number of keys in this hashtable.
- size() - Method in class de.intarsys.tools.collection.PartitionedMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class de.intarsys.tools.functor.Args
-
- size() - Method in class de.intarsys.tools.functor.ChainedArgs
-
- size() - Method in class de.intarsys.tools.functor.DeclarationBlock
-
- size() - Method in class de.intarsys.tools.functor.DeclarationElement
-
- size() - Method in class de.intarsys.tools.functor.DeclaredArgs
-
- size() - Method in class de.intarsys.tools.functor.EmptyArgs
-
- size() - Method in class de.intarsys.tools.functor.EmptyDeclarationBlock
-
- size() - Method in interface de.intarsys.tools.functor.IArgs
-
The total number of arguments.
- size() - Method in interface de.intarsys.tools.functor.IDeclarationBlock
-
The number of declarations in this block.
- size() - Method in class de.intarsys.tools.number.NumberInstance
-
- size() - Method in class de.intarsys.tools.number.NumberInterval
-
- size() - Method in class de.intarsys.tools.number.NumberList
-
- size() - Method in class de.intarsys.tools.stream.FastByteArrayOutputStream
-
- skip(long) - Method in class de.intarsys.tools.reader.LocationAwareReader
-
- skip(long) - Method in class de.intarsys.tools.reader.UnEscapeReader
-
- SoftResourceReference - Class in de.intarsys.tools.resourcetracker
-
A generic reference to some trackable resource.
- SoftResourceReference(Object, Object, ResourceTracker) - Constructor for class de.intarsys.tools.resourcetracker.SoftResourceReference
-
- SPACE - Static variable in class de.intarsys.tools.string.StringTools
-
An single space constant
- StandardAdapterOutlet - Class in de.intarsys.tools.adapter
-
- StandardAdapterOutlet() - Constructor for class de.intarsys.tools.adapter.StandardAdapterOutlet
-
- StandardFileEnvironment - Class in de.intarsys.tools.environment.file
-
- StandardFileEnvironment() - Constructor for class de.intarsys.tools.environment.file.StandardFileEnvironment
-
- StandardFileEnvironment(File, File) - Constructor for class de.intarsys.tools.environment.file.StandardFileEnvironment
-
- StandardFileEnvironment(File, File, File, File) - Constructor for class de.intarsys.tools.environment.file.StandardFileEnvironment
-
- StandardFunctorOutlet - Class in de.intarsys.tools.functor
-
- StandardFunctorOutlet() - Constructor for class de.intarsys.tools.functor.StandardFunctorOutlet
-
- StandardOutlet - Class in de.intarsys.tools.factory
-
- StandardOutlet() - Constructor for class de.intarsys.tools.factory.StandardOutlet
-
- StandardVariableNamespace - Class in de.intarsys.tools.variable
-
- StandardVariableNamespace() - Constructor for class de.intarsys.tools.variable.StandardVariableNamespace
-
Create a VariableScope
- StandardVariableNamespaces - Class in de.intarsys.tools.variable
-
- StandardVariableNamespaces() - Constructor for class de.intarsys.tools.variable.StandardVariableNamespaces
-
- start() - Method in class de.intarsys.tools.component.CommonStartStop
-
- start() - Method in interface de.intarsys.tools.component.IStartStop
-
Start the component lifecycle.
- start() - Method in class de.intarsys.tools.event.LifecycleWatchdog
-
Arm the watchdog itself.
- start() - Method in class de.intarsys.tools.resourcetracker.ResourceFinalizer
-
- startAuto() - Method in class de.intarsys.tools.event.LifecycleWatchdog
-
Arm the watchdog itself.
- StartedEvent - Class in de.intarsys.tools.event
-
An event indicating the start of an application component.
- StartedEvent(Object) - Constructor for class de.intarsys.tools.event.StartedEvent
-
- startsWith(byte[], byte[]) - Static method in class de.intarsys.tools.collection.ByteArrayTools
-
true
if bytes
starts with the byte sequence
defined in pattern
.
- startTag() - Method in interface de.intarsys.tools.reader.IDirectTagHandler
-
- stop() - Method in class de.intarsys.tools.component.CommonStartStop
-
- stop() - Method in interface de.intarsys.tools.component.IStartStop
-
Stop the component lifecycle.
- stop() - Method in class de.intarsys.tools.event.LifecycleWatchdog
-
Disarm the watchdog itself.
- StoppedEvent - Class in de.intarsys.tools.event
-
An event indicating the stop of an application component.
- StoppedEvent(Object) - Constructor for class de.intarsys.tools.event.StoppedEvent
-
- stopRequested(Set) - Method in class de.intarsys.tools.component.CommonStartStop
-
- stopRequested(Set) - Method in interface de.intarsys.tools.component.IStartStop
-
Ask the component if it agrees to end its lifecycle at the very moment.
- stopRequested(Set) - Method in class de.intarsys.tools.event.LifecycleWatchdog
-
- StopRequestedEvent - Class in de.intarsys.tools.event
-
An event indicating that the stop for an application component was requested.
- StopRequestedEvent(Object, Set) - Constructor for class de.intarsys.tools.event.StopRequestedEvent
-
- StreamLocator - Class in de.intarsys.tools.locator
-
A simple adapter from
InputStream
to
ILocator
.
- StreamLocator(InputStream, OutputStream, String, String) - Constructor for class de.intarsys.tools.locator.StreamLocator
-
- StreamLocator(InputStream, String, String) - Constructor for class de.intarsys.tools.locator.StreamLocator
-
- StreamLocator(OutputStream, String, String) - Constructor for class de.intarsys.tools.locator.StreamLocator
-
- StreamResult - Class in de.intarsys.tools.result
-
- StreamResult(String) - Constructor for class de.intarsys.tools.result.StreamResult
-
- StreamTools - Class in de.intarsys.tools.stream
-
A tool class for the handling of streams.
- StringBasedResult - Class in de.intarsys.tools.result
-
- StringBasedResult(String, String) - Constructor for class de.intarsys.tools.result.StringBasedResult
-
- StringLocator - Class in de.intarsys.tools.locator
-
A simple adapter from a
String
to
ILocator
.
- StringLocator(String, String, String) - Constructor for class de.intarsys.tools.locator.StringLocator
-
- StringOIDGenerator - Class in de.intarsys.tools.oid
-
Create an OID unique to the running VM.
- StringOIDGenerator(String, String) - Constructor for class de.intarsys.tools.oid.StringOIDGenerator
-
- StringPrefValueHolder - Class in de.intarsys.tools.preferences
-
- StringPrefValueHolder(IPreferences, String, String) - Constructor for class de.intarsys.tools.preferences.StringPrefValueHolder
-
- StringTools - Class in de.intarsys.tools.string
-
A tool class for the handling of strings.
- StringTools() - Constructor for class de.intarsys.tools.string.StringTools
-
- STYLE_BEEP - Static variable in interface de.intarsys.tools.reporter.IReporter
-
- STYLE_NONE - Static variable in interface de.intarsys.tools.reporter.IReporter
-
- STYLE_STANDALONE - Static variable in interface de.intarsys.tools.reporter.IReporter
-
- supports(Object) - Method in class de.intarsys.tools.event.LifecycleWatchdog
-
Answer true
if we are interested in the object
instance.
- suspend() - Method in interface de.intarsys.tools.component.ISuspendResume
-
- SuspendedEvent - Class in de.intarsys.tools.event
-
An event indicating that a component is supended.
- SuspendedEvent(Object) - Constructor for class de.intarsys.tools.event.SuspendedEvent
-
- switchArgs() - Method in class de.intarsys.tools.functor.DeclaredArgs
-
- sync() - Method in interface de.intarsys.tools.preferences.IPreferences
-
Ensures that future reads from this preference node and its descendants
reflect any changes that were committed to the persistent store (from any
VM) prior to the sync invocation.
- sync() - Method in class de.intarsys.tools.preferences.NullPreferences
-
- sync() - Method in class de.intarsys.tools.preferences.PreferencesAdapter
-
- synch() - Method in class de.intarsys.tools.cache.Cache
-
- synch() - Method in interface de.intarsys.tools.component.ISynchronizable
-
Perform a synchronization with the components physical resources.
- synch() - Method in class de.intarsys.tools.locator.ByteArrayLocator
-
- synch() - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
-
- synch() - Method in class de.intarsys.tools.locator.ClassResourceLocator
-
- synch() - Method in class de.intarsys.tools.locator.DelegatingLocator
-
- synch() - Method in class de.intarsys.tools.locator.FileLocator
-
- synch() - Method in class de.intarsys.tools.locator.LocatorByReference
-
- synch() - Method in class de.intarsys.tools.locator.LocatorViewport
-
- synch() - Method in class de.intarsys.tools.locator.NullLocator
-
- synch() - Method in class de.intarsys.tools.locator.StreamLocator
-
- synch() - Method in class de.intarsys.tools.locator.StringLocator
-
- synch() - Method in class de.intarsys.tools.locator.TransientLocator
-
- SynchronousExecutorService - Class in de.intarsys.tools.concurrent
-
A simple ExecutorService running all commands synchronously.
- SynchronousExecutorService() - Constructor for class de.intarsys.tools.concurrent.SynchronousExecutorService
-
- SynchronousQueuedExecutorService - Class in de.intarsys.tools.concurrent
-
A simple ExecutorService running all commands synchronously.
- SynchronousQueuedExecutorService() - Constructor for class de.intarsys.tools.concurrent.SynchronousQueuedExecutorService
-
- SynchTools - Class in de.intarsys.tools.file
-
Tool methods to implement a file based synchronization with other platform
processes.
- SynchTools() - Constructor for class de.intarsys.tools.file.SynchTools
-
- SystemTools - Class in de.intarsys.tools.system
-
- table - Static variable in class de.intarsys.tools.currency.Iso4217
-
- TaggedThreadFilter - Class in de.intarsys.tools.logging
-
Only accept log requests within threads that are tagged with the receiver
object.
- TaggedThreadFilter() - Constructor for class de.intarsys.tools.logging.TaggedThreadFilter
-
- tagRead() - Method in class de.intarsys.tools.reader.DirectTagReader
-
Read the underlying stream until the end tag is encountered.
- TaskCallbackDispatcher - Class in de.intarsys.tools.concurrent
-
- TaskCallbackDispatcher(Object) - Constructor for class de.intarsys.tools.concurrent.TaskCallbackDispatcher
-
- taskCancelled() - Method in class de.intarsys.tools.concurrent.AbstractFutureTask
-
- taskCancelled(Object) - Method in interface de.intarsys.tools.concurrent.ITaskListener
-
- taskCancelled(Object) - Method in class de.intarsys.tools.concurrent.TaskCallbackDispatcher
-
- taskFailed() - Method in class de.intarsys.tools.concurrent.AbstractFutureTask
-
- taskFailed() - Method in class de.intarsys.tools.concurrent.CallbackFutureTask
-
- taskFailed(Object, ExecutionException) - Method in interface de.intarsys.tools.concurrent.ITaskListener
-
- taskFailed(Object, ExecutionException) - Method in class de.intarsys.tools.concurrent.TaskCallbackDispatcher
-
- taskFinally() - Method in class de.intarsys.tools.concurrent.AbstractFutureTask
-
- taskFinished() - Method in class de.intarsys.tools.concurrent.AbstractFutureTask
-
- taskFinished() - Method in class de.intarsys.tools.concurrent.CallbackFutureTask
-
- taskFinished(Object, Object) - Method in interface de.intarsys.tools.concurrent.ITaskListener
-
- taskFinished(Object, Object) - Method in class de.intarsys.tools.concurrent.TaskCallbackDispatcher
-
- TaskSequence<R> - Class in de.intarsys.tools.concurrent
-
experimental
- TaskSequence(String) - Constructor for class de.intarsys.tools.concurrent.TaskSequence
-
- taskStarted() - Method in class de.intarsys.tools.concurrent.AbstractFutureTask
-
- taskStarted(Object) - Method in interface de.intarsys.tools.concurrent.ITaskListener
-
- taskStarted(Object) - Method in class de.intarsys.tools.concurrent.TaskCallbackDispatcher
-
- TaskStep<R> - Class in de.intarsys.tools.concurrent
-
experimental
- TaskStep(TaskSequence, Runnable, int) - Constructor for class de.intarsys.tools.concurrent.TaskStep
-
- TempFileOutputStream - Class in de.intarsys.tools.stream
-
A stream wrapper that deferrs writing to the final destination until the
stream is closed.
- TempFileOutputStream(File) - Constructor for class de.intarsys.tools.stream.TempFileOutputStream
-
- TempFileOutputStream(File, String, String) - Constructor for class de.intarsys.tools.stream.TempFileOutputStream
-
- TempTools - Class in de.intarsys.tools.file
-
Tools for dealing with temporary files and directories.
- TempTools() - Constructor for class de.intarsys.tools.file.TempTools
-
- test1() - Static method in class de.intarsys.tools.collection.NestedIterator
-
- TextOrientation - Class in de.intarsys.tools.message
-
- TextOrientation(Locale) - Constructor for class de.intarsys.tools.message.TextOrientation
-
- ThreadLocalValueHolder<T> - Class in de.intarsys.tools.valueholder
-
- ThreadLocalValueHolder() - Constructor for class de.intarsys.tools.valueholder.ThreadLocalValueHolder
-
- toArgs(Object) - Static method in class de.intarsys.tools.functor.ArgTools
-
Cast or convert
value
to an
IArgs
.
- toArray(Class, Collection) - Static method in class de.intarsys.tools.collection.ArrayTools
-
- toArray() - Method in class de.intarsys.tools.number.NumberInstance
-
- toArray() - Method in class de.intarsys.tools.number.NumberInterval
-
- toArray() - Method in class de.intarsys.tools.number.NumberList
-
- toArray(Object[]) - Method in class de.intarsys.tools.number.NumberWrapper
-
- toBoolean(Object) - Static method in class de.intarsys.tools.functor.FunctorTools
-
- toByteArray() - Method in class de.intarsys.tools.randomaccess.RandomAccessByteArray
-
- toByteArray() - Method in class de.intarsys.tools.stream.FastByteArrayOutputStream
-
- toByteArray(InputStream) - Static method in class de.intarsys.tools.stream.StreamTools
-
- toByteArray(char[]) - Static method in class de.intarsys.tools.string.CharacterTools
-
Create a byte array from the char array ignoring any encoding.
- toByteArray(String) - Static method in class de.intarsys.tools.string.StringTools
-
Create a byte array from the string.
- toBytes(File) - Static method in class de.intarsys.tools.file.FileTools
-
Create a byte array with the files content.
- toBytes() - Method in class de.intarsys.tools.hex.HexData
-
- toCharArray(byte[]) - Static method in class de.intarsys.tools.string.CharacterTools
-
Create a char array from the byte array ignoring any encoding.
- toFloatArray(Rectangle2D) - Static method in class de.intarsys.tools.geometry.GeometryTools
-
- toList(IArgs) - Static method in class de.intarsys.tools.functor.ArgTools
-
Convert the args
to a List
.
- toList(IArgs) - Static method in class de.intarsys.tools.functor.FunctorTools
-
- toLoggerName(Class<?>) - Static method in class de.intarsys.tools.logging.LogTools
-
The name we want to use for a logger used in clazz
.
- toMap(IArgs) - Static method in class de.intarsys.tools.functor.ArgTools
-
Convert the args
to a Map
.
- toMap(IArgs) - Static method in class de.intarsys.tools.functor.FunctorTools
-
- toRect(String) - Static method in class de.intarsys.tools.preferences.PreferencesTools
-
- toRect(String, int[]) - Static method in class de.intarsys.tools.preferences.PreferencesTools
-
- toString() - Method in class de.intarsys.tools.attribute.Attribute
-
- toString() - Method in class de.intarsys.tools.collection.PartitionedMap
-
- toString() - Method in class de.intarsys.tools.concurrent.AbstractFutureTask
-
- toString() - Method in class de.intarsys.tools.enumeration.EnumItem
-
- toString() - Method in class de.intarsys.tools.event.AttributeChangedEvent
-
- toString() - Method in class de.intarsys.tools.event.LifecycleWatchdog
-
- toString(File) - Static method in class de.intarsys.tools.file.FileTools
-
Read a file's content at once and return as a string.
- toString(File, String) - Static method in class de.intarsys.tools.file.FileTools
-
Read a file's content at once and return as a string in the correct
encoding.
- toString() - Method in class de.intarsys.tools.file.MagicFileNumberTest.Type
-
- toString() - Method in class de.intarsys.tools.functor.Args
-
- toString - Static variable in class de.intarsys.tools.functor.ArgTools
-
- toString(IArgs, String) - Static method in class de.intarsys.tools.functor.ArgTools
-
Create a printable String
for args
.
- toString() - Method in class de.intarsys.tools.functor.ChainedArgs
-
- toString() - Method in class de.intarsys.tools.functor.DeclarationElement
-
- toString() - Method in class de.intarsys.tools.functor.DeclaredArgs
-
- toString() - Method in class de.intarsys.tools.functor.EmptyArgs
-
- toString() - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
-
- toString() - Method in class de.intarsys.tools.locator.ClassResourceLocator
-
- toString() - Method in class de.intarsys.tools.locator.FileLocator
-
- toString() - Method in class de.intarsys.tools.locking.AbstractLock
-
- toString() - Method in class de.intarsys.tools.message.Message
-
- toString() - Method in class de.intarsys.tools.number.NumberInstance
-
- toString() - Method in class de.intarsys.tools.number.NumberInterval
-
- toString() - Method in class de.intarsys.tools.number.NumberList
-
- toString(float[]) - Static method in class de.intarsys.tools.preferences.PreferencesTools
-
- toString(int[]) - Static method in class de.intarsys.tools.preferences.PreferencesTools
-
- toString(List) - Static method in class de.intarsys.tools.preferences.PreferencesTools
-
- toString(Map) - Static method in class de.intarsys.tools.preferences.PreferencesTools
-
- toString(Rectangle) - Static method in class de.intarsys.tools.preferences.PreferencesTools
-
- toString(String[]) - Static method in class de.intarsys.tools.preferences.PreferencesTools
-
- toString() - Method in class de.intarsys.tools.result.ByteBasedResult
-
- toString() - Method in class de.intarsys.tools.result.LiteralResult
-
- toString() - Method in class de.intarsys.tools.result.LocatorBasedResult
-
- toString() - Method in class de.intarsys.tools.result.StringBasedResult
-
- toString(InputStream, String) - Static method in class de.intarsys.tools.stream.StreamTools
-
- toString(Reader) - Static method in class de.intarsys.tools.stream.StreamTools
-
- toString(byte[]) - Static method in class de.intarsys.tools.string.StringTools
-
Create a string from the byte array.
- toStringArgs(String, StringBuilder, String, IArgs) - Static method in class de.intarsys.tools.functor.ArgTools
-
- toStringArray(String) - Static method in class de.intarsys.tools.preferences.PreferencesTools
-
- toStringFlags(StringBuilder) - Method in class de.intarsys.tools.locking.AbstractLock
-
provide some detail information for this
- toStringPlain(String, StringBuilder, String, Object) - Static method in class de.intarsys.tools.functor.ArgTools
-
- toStringThreeState(Boolean) - Static method in class de.intarsys.tools.lang.BooleanTools
-
- touch() - Method in class de.intarsys.tools.cache.CacheEntry
-
Mark the Cache entry as recently used.
- toURL() - Method in class de.intarsys.tools.locator.ByteArrayLocator
-
- toURL() - Method in class de.intarsys.tools.locator.ClassLoaderResourceLocator
-
- toURL() - Method in class de.intarsys.tools.locator.ClassResourceLocator
-
- toURL() - Method in class de.intarsys.tools.locator.DelegatingLocator
-
- toURL() - Method in class de.intarsys.tools.locator.FileLocator
-
- toURL() - Method in interface de.intarsys.tools.locator.ILocator
-
The location designated by this as an URL
.
- toURL() - Method in class de.intarsys.tools.locator.LocatorByReference
-
- toURL() - Method in class de.intarsys.tools.locator.LocatorViewport
-
- toURL() - Method in class de.intarsys.tools.locator.NullLocator
-
- toURL() - Method in class de.intarsys.tools.locator.StreamLocator
-
- toURL() - Method in class de.intarsys.tools.locator.StringLocator
-
- toURL() - Method in class de.intarsys.tools.locator.TransientLocator
-
- trackPhantom(Object, Object) - Method in class de.intarsys.tools.resourcetracker.ResourceTracker
-
- trackSoft(Object, Object) - Method in class de.intarsys.tools.resourcetracker.ResourceTracker
-
- trackWeak(Object, Object) - Method in class de.intarsys.tools.resourcetracker.ResourceTracker
-
- TransformedShape - Class in de.intarsys.tools.geometry
-
A shape that can be transformed with lazy access to the transformed shape.
- TransformedShape(Shape) - Constructor for class de.intarsys.tools.geometry.TransformedShape
-
- TransformedShape(TransformedShape) - Constructor for class de.intarsys.tools.geometry.TransformedShape
-
- transformPoint(AffineTransform, float, float) - Static method in class de.intarsys.tools.geometry.GeometryTools
-
- transformPoint(AffineTransform, float[]) - Static method in class de.intarsys.tools.geometry.GeometryTools
-
- transformPoint(AffineTransform, Point2D) - Static method in class de.intarsys.tools.geometry.GeometryTools
-
- transformRect(AffineTransform, float[]) - Static method in class de.intarsys.tools.geometry.GeometryTools
-
- transformRect(AffineTransform, Rectangle2D) - Static method in class de.intarsys.tools.geometry.GeometryTools
-
Transform a rectangle, the rectangle is modified.
- TransientLocator - Class in de.intarsys.tools.locator
-
A "non persistent" locator.
- TransientLocator(String, String) - Constructor for class de.intarsys.tools.locator.TransientLocator
-
- triggerChange(PreferenceChangeEvent) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
-
- triggerChanged(Object, Object, Object) - Method in class de.intarsys.tools.event.CommonNotificationSupport
-
- triggerChanged(Object, Object, Object) - Method in class de.intarsys.tools.logging.MemoryLogHandler
-
- triggerChangedBasic(Object, Object, Object) - Method in class de.intarsys.tools.event.CommonNotificationSupport
-
- triggerEvent(Event) - Method in class de.intarsys.tools.event.CommonNotificationSupport
-
- triggerEvent(Event) - Method in class de.intarsys.tools.event.EventDispatcher
-
- triggerEvent(Event) - Method in interface de.intarsys.tools.event.IEventDispatcher
-
- triggerEvent(Event) - Method in class de.intarsys.tools.logging.MemoryLogHandler
-
- triggerEvent(Event) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
-
- triggerEventReverse(Event) - Method in class de.intarsys.tools.event.EventDispatcher
-
- trimAlphaNumeric(String) - Static method in class de.intarsys.tools.string.StringTools
-
Create a string containing only the alphanumeric content of
value
.
- trimLeft(String) - Static method in class de.intarsys.tools.string.StringTools
-
Create a new string from value
without leading whitespace.
- trimPath(String) - Static method in class de.intarsys.tools.file.FileTools
-
Replaces all characters that are generally not allowed or considered
useful in filenames with underscore.
- trimRight(String) - Static method in class de.intarsys.tools.string.StringTools
-
Create a new string from value
without trailing whitespace.
- TrivialDateFormat - Class in de.intarsys.tools.format
-
A thread safe, quite trivial formatter for date/calendar objects.
- TrivialDateFormat() - Constructor for class de.intarsys.tools.format.TrivialDateFormat
-
Create a TrivialDateFormat
- TrivialIntegerFormat - Class in de.intarsys.tools.format
-
A thread safe, quite trivial formatter for integer numbers
- TrivialIntegerFormat() - Constructor for class de.intarsys.tools.format.TrivialIntegerFormat
-
Create a TrivialIntegerFormat
- TRUE - Static variable in class de.intarsys.tools.reflect.Predicates
-
- TunnelingException - Exception in de.intarsys.tools.exception
-
A message to enable tunneling through signatures that allow for runtime
exceptions only.
- TunnelingException(String, Throwable) - Constructor for exception de.intarsys.tools.exception.TunnelingException
-
- TunnelingException(Throwable) - Constructor for exception de.intarsys.tools.exception.TunnelingException
-
- TYPE - Static variable in class de.intarsys.tools.event.RequestEvent
-
- TYPE_ACTIVITY_END - Static variable in class de.intarsys.tools.reporter.ReportMessage
-
- TYPE_ACTIVITY_START - Static variable in class de.intarsys.tools.reporter.ReportMessage
-
- TYPE_ERROR - Static variable in class de.intarsys.tools.reporter.ReportMessage
-
- TYPE_MESSAGE - Static variable in class de.intarsys.tools.reporter.ReportMessage
-
- TYPE_PROGRESS - Static variable in class de.intarsys.tools.reporter.ReportMessage
-
- TYPE_STATUS - Static variable in class de.intarsys.tools.reporter.ReportMessage
-