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

G

GenericEvent - Class in de.intarsys.tools.event
 
GenericEvent(Object) - Constructor for class de.intarsys.tools.event.GenericEvent
 
GenericEvent(Object, EventType, String) - Constructor for class de.intarsys.tools.event.GenericEvent
 
GenericEventFacade - Class in de.intarsys.tools.event
 
GenericEventFacade(GenericEvent) - Constructor for class de.intarsys.tools.event.GenericEventFacade
 
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(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() - 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() - 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
 
getAdapter(Object, Class<T>) - Static method in class de.intarsys.tools.adapter.AdapterTools
 
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.GenericEvent
 
getArgs() - Method in class de.intarsys.tools.event.GenericEventFacade
 
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 from the context
getAttribute() - Method in class de.intarsys.tools.event.AttributeChangedEvent
The attribute slot that has changed.
getBaseDir() - Method in interface de.intarsys.tools.environment.file.IFileEnvironment
The platform base directory.
getBaseDir() - Method in class de.intarsys.tools.environment.file.StandardFileEnvironment
 
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
 
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
 
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() - 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(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.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
 
getContentType() - Method in interface de.intarsys.tools.mime.IMimeTypeSupport
 
getContentType() - Method in class de.intarsys.tools.result.CommonResult
 
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
The array of IDeclaration instances in this block.
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
 
getDefaultBundle() - Method in class de.intarsys.tools.message.MessageBundleRegistry
 
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.StringLocator
 
getEnd() - Method in class de.intarsys.tools.locator.LocatorViewport
 
getEnumClazz() - Method in class de.intarsys.tools.enumeration.EnumMeta
 
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 class de.intarsys.tools.event.GenericEvent
 
getEventType() - Method in class de.intarsys.tools.event.GenericEventFacade
 
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.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.preferences.PreferencesChangeEvent
 
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.
getFallbackArgs() - Method in class de.intarsys.tools.functor.ChainedArgs
The fallback (secondary) IArgs;
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
 
getFiles() - Method in class de.intarsys.tools.installresource.Install
 
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.StreamLocator
 
getFullName() - Method in class de.intarsys.tools.locator.StringLocator
 
getFullName() - Method in class de.intarsys.tools.locator.TransientLocator
 
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.functor.INamedFunctor
A unique id for the IFunctor.
getId() - Method in class de.intarsys.tools.logging.MemoryLogHandler
 
getId() - Method in class de.intarsys.tools.message.MessageBundle
 
getImpl() - Method in class de.intarsys.tools.facade.Facade
 
getImpl() - Method in interface de.intarsys.tools.facade.IFacade
 
getInChain(Throwable, Class<?>) - Static method in class de.intarsys.tools.exception.ExceptionTools
 
getIndex() - Method in class de.intarsys.tools.functor.ArgumentDeclaration
 
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.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
 
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
 
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
 
getLarge(IPreferences, String, String) - Static method in class de.intarsys.tools.preferences.PreferencesTools
 
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.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
 
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.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.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.
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
 
getMessage() - Method in class de.intarsys.tools.enumeration.EnumItem
 
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
 
getMetaInfo(String) - Method in interface de.intarsys.tools.component.IMetaInfoSupport
 
getMin() - Method in class de.intarsys.tools.enumeration.EnumMeta
 
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 class de.intarsys.tools.event.GenericEvent
 
getName() - Method in class de.intarsys.tools.event.GenericEventFacade
 
getName() - Method in interface de.intarsys.tools.event.IEvent
A name for this event.
getName() - Method in class de.intarsys.tools.functor.DeclarationElement
 
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 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(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.
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
 
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.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.ReportDispatcher
 
getPackageName(Class) - Static method in class de.intarsys.tools.message.MessageBundleTools
 
getPackageName(String) - Static method in class de.intarsys.tools.message.MessageBundleTools
 
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.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) == ../..
getPercent() - Method in class de.intarsys.tools.concurrent.TaskStep
 
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
 
getPositiveBigInt(byte[]) - Static method in class de.intarsys.tools.math.BigIntegerTools
 
getPreferences() - Method in interface de.intarsys.tools.preferences.IPreferencesSupport
The IPreferences for this object.
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
 
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
The IRandomAccess for this.
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.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 class de.intarsys.tools.event.GenericEventFacade
 
getRc() - Method in interface de.intarsys.tools.event.IFunctorEvent
 
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.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
 
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
 
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
 
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
The global root where all IPreferences are mounted.
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.
getScale(AffineTransform) - Static method in class de.intarsys.tools.geometry.GeometryTools
The absolute scale of the transformation.
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
 
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 class de.intarsys.tools.event.GenericEventFacade
 
getSource() - Method in interface de.intarsys.tools.event.IEvent
The object originating the event instance.
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
 
getSuffix() - Method in class de.intarsys.tools.file.MagicFileNumberTest.Type
 
getSynchFile() - Static method in class de.intarsys.tools.file.SynchTools
 
getTarget() - Method in class de.intarsys.tools.event.GenericEvent
 
getTarget() - Method in class de.intarsys.tools.event.GenericEventFacade
 
getTarget() - Method in interface de.intarsys.tools.event.IFunctorEvent
 
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
 
getTip() - Method in class de.intarsys.tools.enumeration.EnumItem
 
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.GenericEventFacade
 
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.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.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.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
 
getUsername() - Method in interface de.intarsys.tools.authenticate.IAuthenticationProvider
 
getValue() - Method in class de.intarsys.tools.cache.CacheEntry
The value of the cache entry.
getValue() - Method in class de.intarsys.tools.event.GenericEvent
 
getValue() - Method in class de.intarsys.tools.event.GenericEventFacade
 
getValue() - Method in interface de.intarsys.tools.event.IFunctorEvent
 
getValue(int) - Method in class de.intarsys.tools.hex.HexData
 
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.GenericEventFacade
 
getVisited() - Method in class de.intarsys.tools.event.StopRequestedEvent
 
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.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
 

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