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

P

PACKAGE - Class in de.intarsys.tools.concurrent
 
PACKAGE() - Constructor for class de.intarsys.tools.concurrent.PACKAGE
 
PACKAGE - Class in de.intarsys.tools.randomaccess
 
PACKAGE() - Constructor for class de.intarsys.tools.randomaccess.PACKAGE
 
parent() - Method in interface de.intarsys.tools.preferences.IPreferences
Returns the parent of this preference node, or null if this is the root.
parent() - Method in class de.intarsys.tools.preferences.NullPreferences
 
parent() - Method in class de.intarsys.tools.preferences.PreferencesAdapter
 
parse(String) - Static method in class de.intarsys.tools.number.NumberParser
 
parseCommandline(String) - Static method in class de.intarsys.tools.string.StringTools
Parse a commandline string with the default escape character.
parseCommandline(String, char) - Static method in class de.intarsys.tools.string.StringTools
Parse a commandline string.
parseObject(String, ParsePosition) - Method in class de.intarsys.tools.format.TrivialDateFormat
 
parseObject(String, ParsePosition) - Method in class de.intarsys.tools.format.TrivialIntegerFormat
 
PartitionedMap - Class in de.intarsys.tools.collection
A map that wraps two other maps.
PartitionedMap() - Constructor for class de.intarsys.tools.collection.PartitionedMap
 
PartitionedMap(Map, Map) - Constructor for class de.intarsys.tools.collection.PartitionedMap
 
PasswordProvider - Class in de.intarsys.tools.authenticate
 
PasswordProvider() - Constructor for class de.intarsys.tools.authenticate.PasswordProvider
 
PATH_SEPARATOR - Static variable in class de.intarsys.tools.file.Loader
 
PATH_SEPARATOR - Static variable in class de.intarsys.tools.locator.FileLocatorFactory
The separator character for the definition of multiple search paths
PATH_SEPARATOR - Static variable in class de.intarsys.tools.locator.LocatorTools
 
PATH_SEPARATOR - Static variable in class de.intarsys.tools.locator.SearchPathLocatorLookup
 
perform(IFunctorCall) - Method in class de.intarsys.tools.functor.ConstantFunctor
 
perform(IFunctorCall) - Method in class de.intarsys.tools.functor.EchoFunctor
 
perform(IFunctorCall) - Method in interface de.intarsys.tools.functor.IFunctor
Perform the encapsulated business logic in the context defined in "call".
perform(IFunctor, IFunctorCall) - Method in interface de.intarsys.tools.functor.IFunctorHandler
Perform the encapsulated business logic for functor
perform(IFunctorCall) - Method in class de.intarsys.tools.functor.NullFunctor
 
PhantomResourceReference - Class in de.intarsys.tools.resourcetracker
A generic reference to some trackable resource.
PhantomResourceReference(Object, Object, ResourceTracker) - Constructor for class de.intarsys.tools.resourcetracker.PhantomResourceReference
 
preferenceChange(PreferenceChangeEvent) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
 
PreferencesAdapter - Class in de.intarsys.tools.preferences
Adapt Preferences to IPreferences.
PreferencesAdapter(PreferencesAdapter, Preferences) - Constructor for class de.intarsys.tools.preferences.PreferencesAdapter
 
PreferencesChangeEvent - Class in de.intarsys.tools.preferences
 
PreferencesChangeEvent(Object) - Constructor for class de.intarsys.tools.preferences.PreferencesChangeEvent
 
PreferencesFactory - Class in de.intarsys.tools.preferences
A VM singleton for a IPreferencesFactory
preferencesRestore() - Method in interface de.intarsys.tools.preferences.IPreferencesSyncher
Load the object state from the IPreferences.
preferencesStore() - Method in interface de.intarsys.tools.preferences.IPreferencesSyncher
Save the object state to the IPreferences.
PreferencesTools - Class in de.intarsys.tools.preferences
A tool class for some common tasks when dealing with IPreferences.
prefix(String, String) - Static method in class de.intarsys.tools.functor.ArgTools
Create a new argument name from name by prefixing with prefix.
PrefValueHolder - Class in de.intarsys.tools.preferences
An IValueHolder implementation that is backed up by preferences.
PrefValueHolder(IPreferences, String, Object) - Constructor for class de.intarsys.tools.preferences.PrefValueHolder
 
process(String, Object) - Method in interface de.intarsys.tools.reader.IDirectTagHandler
 
properties() - Method in interface de.intarsys.tools.preferences.IPreferences
A map of all property mappings in this IPreferences node.
properties() - Method in class de.intarsys.tools.preferences.NullPreferences
 
properties() - Method in class de.intarsys.tools.preferences.PreferencesAdapter
 
publish(LogRecord) - Method in class de.intarsys.tools.logging.MemoryLogHandler
 
put(Object, Object) - Method in class de.intarsys.tools.attribute.AttributeMap
 
put(Object, Object) - Method in class de.intarsys.tools.cache.Cache
Store the object "value" with the key "key" in the cache.
put(int, Object) - Method in class de.intarsys.tools.collection.IntHashMap
Maps the specified key to the specified value in this hashtable.
put(Object, Object) - Method in class de.intarsys.tools.collection.PartitionedMap
Associates the specified value with the specified key in this map (optional operation).
put(int, Object) - Method in class de.intarsys.tools.functor.Args
 
put(String, Object) - Method in class de.intarsys.tools.functor.Args
 
put(int, Object) - Method in class de.intarsys.tools.functor.ChainedArgs
 
put(String, Object) - Method in class de.intarsys.tools.functor.ChainedArgs
 
put(int, Object) - Method in class de.intarsys.tools.functor.DeclaredArgs
 
put(String, Object) - Method in class de.intarsys.tools.functor.DeclaredArgs
 
put(int, Object) - Method in class de.intarsys.tools.functor.EmptyArgs
 
put(String, Object) - Method in class de.intarsys.tools.functor.EmptyArgs
 
put(int, Object) - Method in interface de.intarsys.tools.functor.IArgs
 
put(String, Object) - Method in interface de.intarsys.tools.functor.IArgs
 
put(String, boolean) - Method in interface de.intarsys.tools.preferences.IPreferences
Sets the current value of the boolean-valued preference with the given name.
put(String, byte[]) - Method in interface de.intarsys.tools.preferences.IPreferences
Associates a string representing the specified byte array with the specified key in this preference node.
put(String, double) - Method in interface de.intarsys.tools.preferences.IPreferences
Sets the current value of the double-valued preference with the given name.
put(String, float) - Method in interface de.intarsys.tools.preferences.IPreferences
Sets the current value of the float-valued preference with the given name.
put(String, int) - Method in interface de.intarsys.tools.preferences.IPreferences
Sets the current value of the integer-valued preference with the given name.
put(String, long) - Method in interface de.intarsys.tools.preferences.IPreferences
Sets the current value of the long-valued preference with the given name.
put(String, String) - Method in interface de.intarsys.tools.preferences.IPreferences
Sets the current value of the string-valued preference with the given name.
put(String, boolean) - Method in class de.intarsys.tools.preferences.NullPreferences
 
put(String, byte[]) - Method in class de.intarsys.tools.preferences.NullPreferences
 
put(String, double) - Method in class de.intarsys.tools.preferences.NullPreferences
 
put(String, float) - Method in class de.intarsys.tools.preferences.NullPreferences
 
put(String, int) - Method in class de.intarsys.tools.preferences.NullPreferences
 
put(String, long) - Method in class de.intarsys.tools.preferences.NullPreferences
 
put(String, String) - Method in class de.intarsys.tools.preferences.NullPreferences
 
put(String, boolean) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
 
put(String, byte[]) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
 
put(String, double) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
 
put(String, float) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
 
put(String, int) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
 
put(String, long) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
 
put(String, String) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
 
putAll(Map) - Method in class de.intarsys.tools.collection.PartitionedMap
Copies all of the mappings from the specified map to this map (optional operation).
putBoolean(String, boolean) - Method in interface de.intarsys.tools.preferences.IPreferences
Set the current value.
putBoolean(String, boolean) - Method in class de.intarsys.tools.preferences.NullPreferences
 
putBoolean(String, boolean) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
 
putByteArray(String, byte[]) - Method in interface de.intarsys.tools.preferences.IPreferences
Set the current value.
putByteArray(String, byte[]) - Method in class de.intarsys.tools.preferences.NullPreferences
 
putByteArray(String, byte[]) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
 
putDouble(String, double) - Method in interface de.intarsys.tools.preferences.IPreferences
Set the current value.
putDouble(String, double) - Method in class de.intarsys.tools.preferences.NullPreferences
 
putDouble(String, double) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
 
putEnumItem(IPreferences, String, EnumItem) - Static method in class de.intarsys.tools.preferences.PreferencesTools
 
putFloat(String, float) - Method in interface de.intarsys.tools.preferences.IPreferences
Set the current value.
putFloat(String, float) - Method in class de.intarsys.tools.preferences.NullPreferences
 
putFloat(String, float) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
 
putInt(String, int) - Method in interface de.intarsys.tools.preferences.IPreferences
Set the current value.
putInt(String, int) - Method in class de.intarsys.tools.preferences.NullPreferences
 
putInt(String, int) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
 
putLarge(IPreferences, String, String) - Static method in class de.intarsys.tools.preferences.PreferencesTools
 
putLong(String, long) - Method in interface de.intarsys.tools.preferences.IPreferences
Set the current value.
putLong(String, long) - Method in class de.intarsys.tools.preferences.NullPreferences
 
putLong(String, long) - Method in class de.intarsys.tools.preferences.PreferencesAdapter
 
putVariable(String, String) - Method in interface de.intarsys.tools.variable.IVariableNamespace
Enter a name/value binding in the map.
putVariable(String, String) - Method in class de.intarsys.tools.variable.StandardVariableNamespace
 
putVariables(Map) - Method in class de.intarsys.tools.variable.StandardVariableNamespace
 

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.