A B C D E F G H I J K L M N O P Q R S T U V W Z

A

A8Provider - Class in de.fhg.igd.crypto
A Java Security Provider according to the JCE specification.
A8Provider() - Constructor for class de.fhg.igd.crypto.A8Provider
Creates the A8Provider.
A8Provider.Defines - Class in de.fhg.igd.crypto
 
A8Provider.Defines() - Constructor for class de.fhg.igd.crypto.A8Provider.Defines
 
abbreviate(String, int) - Method in class de.fhg.igd.util.TabularPrinter
Returns an abbreviation of the given string.
absolute_ - Variable in class de.fhg.igd.util.CanonicalPath
Indicates that the path is absolute.
AbstractPermission - Class in de.fhg.igd.util
A generic permission class.
AbstractPermission(String, int) - Constructor for class de.fhg.igd.util.AbstractPermission
Creates an instance with the given name and the given mask of action bits.
AbstractPermission(String, String, String[]) - Constructor for class de.fhg.igd.util.AbstractPermission
Creates an instance with the given name and actions.
AbstractPermission.AbstractPermissionCollection - Class in de.fhg.igd.util
A PermissionCollection for subclasses of AbstractPermisison.
AbstractPermission.AbstractPermissionCollection(Class) - Constructor for class de.fhg.igd.util.AbstractPermission.AbstractPermissionCollection
Creates an instance.
AbstractResource - Class in de.fhg.igd.util
This class implements an abstract Resource.
AbstractResource() - Constructor for class de.fhg.igd.util.AbstractResource
 
AbstractResource.PrefixFilter - Class in de.fhg.igd.util
Implements a simple ResourceFilter that accepts all resource names that start with the prefix passed to the constructor.
AbstractResource.PrefixFilter(String) - Constructor for class de.fhg.igd.util.AbstractResource.PrefixFilter
Creates a filter that accepts names starting with the given prefix.
ACC_ABSTRACT - Static variable in class de.fhg.igd.util.ClassFile
Access flag for interfaces and methods.
ACC_FINAL - Static variable in class de.fhg.igd.util.ClassFile
Access flag for interfaces and methods.
ACC_INTERFACE - Static variable in class de.fhg.igd.util.ClassFile
Access flag for interfaces.
ACC_NATIVE - Static variable in class de.fhg.igd.util.ClassFile
Access flag for native methods.
ACC_PRIVATE - Static variable in class de.fhg.igd.util.ClassFile
Access flag for private method and fields.
ACC_PROTECTED - Static variable in class de.fhg.igd.util.ClassFile
Access flag for protected method and fields.
ACC_PUBLIC - Static variable in class de.fhg.igd.util.ClassFile
Access flag for public interfaces, classes, methods, and fields.
ACC_STATIC - Static variable in class de.fhg.igd.util.ClassFile
Access flag for static method and fields.
ACC_STRICT - Static variable in class de.fhg.igd.util.ClassFile
Access flag for methods with FP-strict floating point mode.
ACC_SUPER - Static variable in class de.fhg.igd.util.ClassFile
(Access) flag for special superclass method treatment.
ACC_SYNCHRONIZED - Static variable in class de.fhg.igd.util.ClassFile
Access flag for synchronized methods.
ACC_TRANSIENT - Static variable in class de.fhg.igd.util.ClassFile
Access flag for transient fields.
ACC_VOLATILE - Static variable in class de.fhg.igd.util.ClassFile
Access flag for volatile fields.
accept(String) - Method in class de.fhg.igd.util.AbstractResource.PrefixFilter
Accepts the given name if it is an extension of the prefix specified on creation of this instance.
accept(String) - Method in class de.fhg.igd.util.MetaInfFilter
Rejects names starting with "META-INF".
accept(String) - Method in interface de.fhg.igd.util.ResourceFilter
This method should return true if the resource item name passed to it should be accepted and false if not.
access_ - Variable in class de.fhg.igd.util.ClassFile
The access flags of the class.
accessFlags_ - Static variable in class de.fhg.igd.util.ClassFile
The string representation of the different access flags sorted by bit mask (from the 'least significant bit' to the 'most significant bit').
acronyms_ - Static variable in class de.fhg.igd.util.VariablesPermission
The list of actions supported by this class.
active_ - Variable in class de.fhg.igd.util.ArgsParser
A list which is used to collect the options that are actually defined, in the order in which they were defined.
add(String[]) - Static method in class de.fhg.igd.crypto.Providers
Adds the given providers.
add(Permission) - Method in class de.fhg.igd.util.AbstractPermission.AbstractPermissionCollection
 
add(String, Object) - Method in interface de.fhg.igd.util.Cache
Adds an entry with the given key, and the given value to the cache.
add(String, Object, long) - Method in interface de.fhg.igd.util.Cache
Adds an entry with the given key, and the given value to the cache.
add(String, Object) - Method in class de.fhg.igd.util.MemoryCache
Adds an entry with the given key, and the given value to the cache.
add(String, Object, long) - Method in class de.fhg.igd.util.MemoryCache
Adds an entry with the given key, and the given value to the cache.
addAndContinue() - Method in class de.fhg.igd.util.ThreadPool
Called by thread pool entries to re-enter the thread pool after completition of a job.
addAttribute(String, String, Object) - Method in class de.fhg.igd.util.LDAPWrapper
Adds an attribute with the specified attribute name and value to the entry.
addAttributes(Attributes, boolean) - Method in class de.fhg.igd.util.Manifest
This method adds or replaces an attribute set to this Manifest.
addColumn(int) - Method in class de.fhg.igd.util.TabularPrinter
Adds a column with the given width to the right of the table that is printed by this instance.
addListener(Listener) - Method in interface de.fhg.igd.event.EventReflector
Adds a Listener.
addListener(Listener) - Method in class de.fhg.igd.event.EventReflectorImpl
Adds a listener.
addListener(Listener, Object) - Method in class de.fhg.igd.util.Notifier
Adds a listener to the list of listener.
addListener(Listener, Object[]) - Method in class de.fhg.igd.util.Notifier
Adds an listener to the list of listeners.
address_ - Variable in class de.fhg.igd.util.InetAddressInfo
The instance's InternetAddress.
addSpace(String) - Method in class de.fhg.igd.util.TabularPrinter
Adds a separator string to the right of the table that is printed by this instance.
ALG_ALIAS - Static variable in class de.fhg.igd.crypto.Providers
Prefix for algorithm alias properties of a crypto provider.
aliases_ - Variable in class de.fhg.igd.util.SkeletonShell
The map of shell alias definitions.
ALL - Static variable in class de.fhg.igd.util.CanonicalPath
A global wildcard path that matches all other paths (with the exception of the root path).
ALL - Static variable in class de.fhg.igd.util.TimeoutEvent
 
AND - Static variable in class de.fhg.igd.util.CompositeCondition
 
append(StringBuffer, String, String) - Method in class de.fhg.igd.util.Attributes
Appends the given key and value to the given StringBuffer, formatted as RFC822 attribute value pair, terminated by 0x0d 0x0a.
ARCHIVE_URL_PROTOCOL - Static variable in class de.fhg.igd.util.ClassSource
The protocol identifier for archive URLs
ARGS_MAP - Static variable in class de.fhg.igd.util.ArgsParser
The name of the file that contains the mapping from short type names to the names of Java classes that represent values of that option type.
ArgsParser - Class in de.fhg.igd.util
Supports various forms of command line argument parsing.
ArgsParser(String) - Constructor for class de.fhg.igd.util.ArgsParser
Creates an instance that parses the given option definitions.
ArgsParser.Option - Class in de.fhg.igd.util
Represents a single option and the values for that option.
ArgsParser.Option(String, String) - Constructor for class de.fhg.igd.util.ArgsParser.Option
 
ArgsParserException - Exception in de.fhg.igd.util
Thrown by the ArgsParser.
ArgsParserException() - Constructor for exception de.fhg.igd.util.ArgsParserException
 
ArgsParserException(String) - Constructor for exception de.fhg.igd.util.ArgsParserException
 
argv_ - Variable in class de.fhg.igd.util.SkeletonShell.Job
 
array_ - Variable in class de.fhg.igd.util.ArgsParser.Option
 
AsyncListener - Class in de.fhg.igd.event
Listens on notifier objects.
AsyncListener(ThreadGroup, Listener) - Constructor for class de.fhg.igd.event.AsyncListener
Creates a AsyncListener in the given thread group and given target listener.
AsyncListener(ThreadGroup, String, Listener) - Constructor for class de.fhg.igd.event.AsyncListener
Creates a AsyncListener in the given thread group with the given name and given target listener.
AsyncListener(Listener) - Constructor for class de.fhg.igd.event.AsyncListener
Creates a notifier slave.
AsyncListener(String, Listener) - Constructor for class de.fhg.igd.event.AsyncListener
Creates a listener with the given name and target.
AsyncListener(Listener, int) - Constructor for class de.fhg.igd.event.AsyncListener
Creates a notifier slave with the highwater mark given as argument.
ATTRIBUTE_CONSTANT_VALUE - Static variable in class de.fhg.igd.util.ClassFile
Property key to store the ConstantValue_attriubte's value (see getAttriubteInfo()).
ATTRIBUTE_EXCEPTIONS - Static variable in class de.fhg.igd.util.ClassFile
Property key prefix to store the Exceptions_attriubte's class names (see getAttriubteInfo()).
ATTRIBUTE_INNER_ACCESS - Static variable in class de.fhg.igd.util.ClassFile
Property key prefix to store the InnerClass_attriubte's inner class access flags (see getAttriubteInfo()).
ATTRIBUTE_INNER_CLASS - Static variable in class de.fhg.igd.util.ClassFile
Property key prefix to store the InnerClass_attriubte's full inner class name (see getAttriubteInfo()).
ATTRIBUTE_INNER_NAME - Static variable in class de.fhg.igd.util.ClassFile
Property key to store the InnerClass_attriubte's relative inner class name (see getAttriubteInfo()).
ATTRIBUTE_NAME - Static variable in class de.fhg.igd.util.ClassFile
Property key to store the current attribute's name (see getAttriubteInfo()).
ATTRIBUTE_OUTER_CLASS - Static variable in class de.fhg.igd.util.ClassFile
Property key prefix to store the InnerClass_attriubte's full outer class name (see getAttriubteInfo()).
ATTRIBUTE_SOURCE_FILE - Static variable in class de.fhg.igd.util.ClassFile
Property key to store the SourceFile_attriubte's file name (see getAttriubteInfo()).
Attributes - Class in de.fhg.igd.util
This class stores attributes of Manifest sections.
Attributes(int) - Constructor for class de.fhg.igd.util.Attributes
Creates an empty instance which the given capacity.
attributes() - Method in class de.fhg.igd.util.Manifest
This method returns the Attribute instance that is used by this instance to store the Manifest attributes.
attributes_ - Variable in class de.fhg.igd.util.ClassFile
The position of the attribute declarations table within the class file buffer buf_.
attributes_ - Variable in class de.fhg.igd.util.Manifest
The Manifest attributes.
attributesCount_ - Variable in class de.fhg.igd.util.ClassFile
The number of attribute declarations.
available() - Method in class de.fhg.igd.io.StringSubstitutionInputStream
 
available() - Method in class de.fhg.igd.io.VariableSubstitutionInputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
available() - Method in class de.fhg.igd.util.ConsoleFilter.In
 

B

back_ - Variable in class de.fhg.igd.io.StringSubstitutionInputStream
A buffer for chars that need to be checked again
BadArgsException - Exception in de.fhg.igd.util
Thrown when a parsed option or command line has a bad syntax.
BadArgsException() - Constructor for exception de.fhg.igd.util.BadArgsException
 
BadArgsException(String) - Constructor for exception de.fhg.igd.util.BadArgsException
 
baos_ - Variable in class de.fhg.igd.util.ByteArrayDataSource
The OutputStream for the data.
base_ - Variable in class de.fhg.igd.util.DirectoryScanner
The base directory from which the scanning is started.
basePath_ - Variable in class de.fhg.igd.util.ClassResource
The base path of the caller package.
beginRead() - Method in class de.fhg.igd.util.Lock
 
beginWrite() - Method in class de.fhg.igd.util.Lock
 
BLOCK_SIZE - Static variable in class de.fhg.igd.util.Zipper
The size of the byte buffer used to copy a file to the Zip stream.
BooleanLock - Interface in de.fhg.igd.util.concurrent
This utility can be used to provide an interruptible technique for providing exclusive access to a block of code.
booleanValue(String) - Method in class de.fhg.igd.util.ArgsParser
 
booleanValue(String, boolean) - Method in class de.fhg.igd.util.ArgsParser
 
bootClassPaths_ - Static variable in class de.fhg.igd.util.ClassSource
This String array contains the different paths from the Java System Property sun.boot.class.path.
break_ - Variable in class de.fhg.igd.util.SkeletonShell
Signals that the shell's loop should exit.
buf_ - Variable in class de.fhg.igd.util.ClassFile
The buffer that is used to keep the class file.
buf_ - Variable in class de.fhg.igd.util.TabularPrinter.Column
The string buffer used to assemble individual lines.
BUFFER_SIZE - Static variable in class de.fhg.igd.util.AbstractResource
The size of the read buffer that is allocated to copy resource items.
BUFFER_SIZE - Static variable in class de.fhg.igd.util.ClassClosure
The size of the buffer to use for reading and writing on exporting class files.
BUFFER_SIZE - Static variable in class de.fhg.igd.util.ClassFile
The size of the buffer to use for reading class files.
BUFFER_SIZE - Static variable in class de.fhg.igd.util.Digester
The size of the buffer for reading data.
BUFFER_SIZE - Static variable in class de.fhg.igd.util.Resources
 
busy_ - Variable in class de.fhg.igd.util.ThreadPool
The list that holds the running (busy) threads.
byteArray_ - Variable in class de.fhg.igd.util.StringTransformer
The string_ as byte array.
ByteArrayComparator - Class in de.fhg.igd.util
Implements a comparison function for byte arrays, which imposes a total ordering on some collection of objects.
ByteArrayComparator() - Constructor for class de.fhg.igd.util.ByteArrayComparator
 
ByteArrayDataSource - Class in de.fhg.igd.util
This class provides a DataSource for byte arrays, which is compatible with the JavaBean Activation Framework (JAF 1.0.2).
ByteArrayDataSource(byte[], String) - Constructor for class de.fhg.igd.util.ByteArrayDataSource
Creates an new instance of the class ByteArrayDataSource.
ByteArrayDataSource(byte[], String, String) - Constructor for class de.fhg.igd.util.ByteArrayDataSource
Creates an new instance of the class ByteArrayDataSource.
ByteArrayDataSource(ByteArrayOutputStream, String) - Constructor for class de.fhg.igd.util.ByteArrayDataSource
Creates an new instance of the class ByteArrayDataSource.
ByteArrayDataSource(ByteArrayOutputStream, String, String) - Constructor for class de.fhg.igd.util.ByteArrayDataSource
Creates an new instance of the class ByteArrayDataSource.

C

c10 - Static variable in class de.fhg.igd.crypto.RC2Parameters
The encoding with ekb == 32.
c15 - Static variable in class de.fhg.igd.crypto.RC2Parameters
The encoding with version < 128 && ekb != 32.
c16 - Static variable in class de.fhg.igd.crypto.RC2Parameters
The encoding with version > 127.
Cache - Interface in de.fhg.igd.util
Declares the basic methods of a cache with a maximum number of entries to be stored.
cacheLock_ - Variable in class de.fhg.igd.util.MemoryCache
The internal lock object to synchronize access to cache map.
canConceal() - Static method in class de.fhg.igd.util.Password
Returns false if password input cannot be conceiled.
canonicalClassPath(String) - Static method in class de.fhg.igd.util.ClassSource
Returns the canonic form of the given path.
canonicalClassUrl(String) - Static method in class de.fhg.igd.util.ClassSource
Returns the canonic form of the given path as file: URL.
canonicalClassUrl(URL) - Static method in class de.fhg.igd.util.ClassSource
Returns the canonic form of the given url.
canonicalInterface() - Method in class de.fhg.igd.util.ClassFile
If the loaded class file defines an interface, this method returns the canonical string representation of the interface's signature including the class definition, field declarations, and method declarations.
canonicalInterfaceHash() - Method in class de.fhg.igd.util.ClassFile
If the loaded class file defines an interface, this method returns a hash code, which unequivocally identifies the canonical representation of this interface (neglecting the propability of hash collisions).
canonicalName(String) - Method in class de.fhg.igd.util.AbstractResource
This method transforms the given name into a canonical form without trailing or leading slashes.
canonicalName(CanonicalPath, String) - Method in class de.fhg.igd.util.AbstractResource
This method transforms the given prefix and name into a canonical form without trailing or leading slashes.
canonicalName(String) - Static method in class de.fhg.igd.util.Resources
This method removes leading and trailing slashes from the given name.
CanonicalPath - Class in de.fhg.igd.util
Represents a canonical path.
CanonicalPath() - Constructor for class de.fhg.igd.util.CanonicalPath
Creates an unitialized instance.
CanonicalPath(char) - Constructor for class de.fhg.igd.util.CanonicalPath
Creates a zero-length path with the given separator.
CanonicalPath(String, char) - Constructor for class de.fhg.igd.util.CanonicalPath
Creates an instance from the given string with the given separator char.
CanonicalPath(CanonicalPath, CanonicalPath) - Constructor for class de.fhg.igd.util.CanonicalPath
Creates a new path which is the concatenation of the given paths.
CanonicalPath(CanonicalPath, String) - Constructor for class de.fhg.igd.util.CanonicalPath
Creates a new path which is the concatenation of the given paths.
canonicalRepresentation() - Method in class de.fhg.igd.util.ClassFile
This method returns the canonical string representation of the class' signature including the class definition, field declarations, and method declarations.
canonicFieldOrMethodRepresentation(ArrayList) - Method in class de.fhg.igd.util.ClassFile
Returns the canonical representation of the given field resp.
cap_ - Variable in class de.fhg.igd.util.TabularPrinter.Column
The remaining characters in the current line buffer until the width is reached.
caught(Throwable) - Method in class de.fhg.igd.util.logging.Log4JProxy
 
caught(Throwable) - Method in interface de.fhg.igd.util.logging.Logger
 
caught(Throwable) - Method in class de.fhg.igd.util.logging.SystemOutProxy
 
center(JFrame) - Static method in class de.fhg.igd.util.ui.SwingToolkit
Centers a given frame on the screen.
cf_ - Variable in class de.fhg.igd.util.ClassClosure
The ClassFile used to pre-process class files.
charArray_ - Variable in class de.fhg.igd.util.StringTransformer
The string_ as character array.
charValue(String) - Method in class de.fhg.igd.util.ArgsParser
 
charValue(String, char) - Method in class de.fhg.igd.util.ArgsParser
 
checkBuffer(char[], int) - Static method in class de.fhg.igd.util.ConsolePassword
Checks if buffer is sufficiently large to store an element at an index offset.
checkError() - Method in class de.fhg.igd.util.ConsoleFilter.Err
 
checkError() - Method in class de.fhg.igd.util.ConsoleFilter.Out
 
checkFileExtension(File, String) - Static method in class de.fhg.igd.util.ClassSource
Checks if the given file has the given extension.
checkFileExtension(String, String) - Static method in class de.fhg.igd.util.ClassSource
Checks if the given file has the given extension.
checkSource(int, int) - Static method in class de.fhg.igd.util.ClassSource
Returns true, if the given source1 is of type source2.
checkTimeoutEvent(String) - Method in class de.fhg.igd.util.TimeoutEventGenerator
Check if a timeout event for the given identifier has been registered and will still be triggered.
cl2t_ - Static variable in class de.fhg.igd.util.ArgsParser
Maps type identifier characters to classes.
CLASS_EXTENSION - Static variable in class de.fhg.igd.util.ClassSource
The file extension of class files.
classAccess() - Method in class de.fhg.igd.util.ClassFile
Returns the class access flags (compare access flags ACC_*).
classAccessString() - Method in class de.fhg.igd.util.ClassFile
Returns the string representation of the class access flags in a format mostly compatible to Java source code syntax.
ClassBundle - Class in de.fhg.igd.bin
This utility takes a number of class names, computes the transitive closure of all referenced classes and copies those classes from the classpath to a given directory.
ClassBundle() - Constructor for class de.fhg.igd.bin.ClassBundle
 
ClassClosure - Class in de.fhg.igd.util
Parses .class files and extracts the transitive closure of the classes referenced by some given initial classes.
ClassClosure() - Constructor for class de.fhg.igd.util.ClassClosure
Creates an instance that uses the default exclusion list.
ClassClosure(String) - Constructor for class de.fhg.igd.util.ClassClosure
Creates an instance that excludes the classes and packages with names starting with one of the given names.
ClassClosure(String, String) - Constructor for class de.fhg.igd.util.ClassClosure
Creates an instance that excludes the classes and packages with names starting with one of the given names.
ClassFile - Class in de.fhg.igd.util
Reads in, represents, and supports analysis of Java .class files.
ClassFile() - Constructor for class de.fhg.igd.util.ClassFile
The default contructor
classLoader_ - Variable in class de.fhg.igd.util.ClassResource
The class loader used to find and load resources.
classpath_ - Variable in class de.fhg.igd.util.ClassClosure
The class path.
classReferences(boolean) - Method in class de.fhg.igd.util.ClassFile
Builds a sorted set of strings where each string is he name of a class referenced by this class.
classReferences_ - Variable in class de.fhg.igd.util.ClassFile
All non primitive classes refered by this class.
classRefs() - Method in class de.fhg.igd.util.ClassFile
Builds a sorted set of strings where each string is the name of a class referenced by this class.
ClassResource - Class in de.fhg.igd.util
This class provides static helper methods to load resources bound to specific caller classes or given class loaders.
ClassResource() - Constructor for class de.fhg.igd.util.ClassResource
Default constructor of this class.
ClassResource(ClassLoader) - Constructor for class de.fhg.igd.util.ClassResource
Constructor of this class.
ClassResource(Object) - Constructor for class de.fhg.igd.util.ClassResource
Constructor of this class.
ClassResource(Class) - Constructor for class de.fhg.igd.util.ClassResource
Constructor of this class.
ClassSource - Class in de.fhg.igd.util
This class provides methods to return the URL, the source, and the file input stream of a class identified by a given class name.
ClassSource() - Constructor for class de.fhg.igd.util.ClassSource
Default constructor to create a new ClassSource instance.
ClassSource(String, Resource, URL[]) - Constructor for class de.fhg.igd.util.ClassSource
Creates a new ClassSource instance and sets the given user class paths, user class URLs and user class resource.
ClassSource(String[], Resource, URL[]) - Constructor for class de.fhg.igd.util.ClassSource
Creates a new ClassSource instance and sets the given user class paths, user class URLs and user class resource.
classSource_ - Static variable in class de.fhg.igd.util.ClassResource
 
clear() - Static method in class de.fhg.igd.crypto.Providers
Clears the list of registered Java Security Providers.
clear() - Method in class de.fhg.igd.util.ArgsParser.Option
 
clear() - Method in class de.fhg.igd.util.ClassFile
Clears this instance.
clear(char[]) - Static method in class de.fhg.igd.util.ConsolePassword
Clears the given character array by filling it with zeroes.
clear(char[]) - Static method in class de.fhg.igd.util.Password
Clears the given character array by filling it with zeroes.
clearAssertionStatus() - Method in class de.fhg.igd.util.DummyClassLoader
 
clone() - Method in class de.fhg.igd.util.CanonicalPath
Clones this instance.
close() - Method in class de.fhg.igd.io.StringSubstitutionInputStream
 
close() - Method in class de.fhg.igd.io.URLOutputStream
Calls the corresponding method on the wrapped OutputStream.
close() - Method in class de.fhg.igd.io.VariableSubstitutionInputStream
Closes the wrapped input stream and releases any system resources associated with the stream.
close() - Method in class de.fhg.igd.util.ConsoleFilter.Err
 
close() - Method in class de.fhg.igd.util.ConsoleFilter.In
 
close() - Method in class de.fhg.igd.util.ConsoleFilter.Out
 
close() - Method in class de.fhg.igd.util.LDAPWrapper
Closes this LDAP wrapper.
close() - Method in class de.fhg.igd.util.MemoryResource.Outlet
Closes the outlet and puts the bytes back into the map.
closed_ - Variable in class de.fhg.igd.io.StringSubstitutionInputStream
This flag indicates that this stream has been closed
closure_ - Variable in class de.fhg.igd.util.ClassClosure
The actual closure being computed.
Code_attribute - Static variable in class de.fhg.igd.util.ClassFile
The name of Code attribute.
collectClassReferences_ - Variable in class de.fhg.igd.util.ClassFile
Flag which instructs getClassInfo() and parseType0() to collect class references in classReferences_.
column_ - Variable in class de.fhg.igd.util.TabularPrinter
The array of separators and columns.
commonDomainLevels(InetAddress) - Method in class de.fhg.igd.util.InetAddressInfo
Returns the number of common domain level by comparing the given internet address to the instance's internet address.
commonParent(CanonicalPath) - Method in class de.fhg.igd.util.CanonicalPath
Creates the prefix path common to this canonical path and the given one.
commonSubnet(InetAddress) - Method in class de.fhg.igd.util.InetAddressInfo
Returns true, if the given internet address lies in the same subnet as the instance's internet address.
compare(Object, Object) - Method in class de.fhg.igd.util.ByteArrayComparator
Compares its two arguments for order.
compareTo(Object) - Method in class de.fhg.igd.util.CanonicalPath
Returns a number smaller than zero, zero, or greater than zero as the given path is smaller, than, equal to, or greater than the given path.
CompositeCondition - Class in de.fhg.igd.util
This class enables you to create complex condition trees (composite design pattern).
CompositeCondition(int, Condition, Condition) - Constructor for class de.fhg.igd.util.CompositeCondition
Class Constructor.
Condition - Interface in de.fhg.igd.util
A condition decides if a query is accepted or not.
connect() - Method in class de.fhg.igd.net.NullURLConnection
Because this method is not needed it has an empty implementation and just overrides its abstract superclass.
connect() - Method in class de.fhg.igd.net.RawURLConnection
 
connect(Node) - Method in class de.fhg.igd.util.Node
Connects this node to the given one.
connection - Variable in class de.fhg.igd.net.RawURLConnection
 
ConsoleFilter - Class in de.fhg.igd.util
Controls the access to System.in and System.out per thread.
ConsoleFilter() - Constructor for class de.fhg.igd.util.ConsoleFilter
Creates an instance.
ConsoleFilter.Err - Class in de.fhg.igd.util
 
ConsoleFilter.Err() - Constructor for class de.fhg.igd.util.ConsoleFilter.Err
 
ConsoleFilter.In - Class in de.fhg.igd.util
 
ConsoleFilter.In() - Constructor for class de.fhg.igd.util.ConsoleFilter.In
 
ConsoleFilter.Out - Class in de.fhg.igd.util
 
ConsoleFilter.Out() - Constructor for class de.fhg.igd.util.ConsoleFilter.Out
 
ConsolePassword - Class in de.fhg.igd.util
This class prompts the user for a password on the command line and attempts to mask input according to the solutions presented on the following website:
ConsolePassword() - Constructor for class de.fhg.igd.util.ConsolePassword
 
ConsolePassword.StreamMasker - Class in de.fhg.igd.util
Masks an InputStream by overwriting blank characters to the PrintStream corresponding to its output.
ConsolePassword.StreamMasker(PrintStream, String) - Constructor for class de.fhg.igd.util.ConsolePassword.StreamMasker
Constructor.
CONSTANT_Class - Static variable in class de.fhg.igd.util.ClassFile
The tag for Class_info structures within the Constant Pool.
CONSTANT_Double - Static variable in class de.fhg.igd.util.ClassFile
The tag for Doubles within the Constant Pool.
CONSTANT_Fieldref - Static variable in class de.fhg.igd.util.ClassFile
The tag for Fieldref_info structures within the Constant Pool.
CONSTANT_Float - Static variable in class de.fhg.igd.util.ClassFile
The tag for Floats within the Constant Pool.
CONSTANT_Integer - Static variable in class de.fhg.igd.util.ClassFile
The tag for Integers within the Constant Pool.
CONSTANT_InterfaceMethodref - Static variable in class de.fhg.igd.util.ClassFile
The tag for InterfaceMethodref_info structures within the Constant Pool.
CONSTANT_Long - Static variable in class de.fhg.igd.util.ClassFile
The tag for Longs within the Constant Pool.
CONSTANT_Methodref - Static variable in class de.fhg.igd.util.ClassFile
The tag for Methodref_info structures within the Constant Pool.
CONSTANT_NameAndType - Static variable in class de.fhg.igd.util.ClassFile
The tag for NameAndType_info structures within the Constant Pool.
CONSTANT_String - Static variable in class de.fhg.igd.util.ClassFile
The tag for Strings within the Constant Pool.
CONSTANT_Utf8 - Static variable in class de.fhg.igd.util.ClassFile
The tag for Utf8 structures within the Constant Pool.
ConstantValue_attribute - Static variable in class de.fhg.igd.util.ClassFile
The name of ConstantValue attribute.
content_ - Variable in class de.fhg.igd.util.Node
The payload of a node.
convert(Collection) - Static method in class de.fhg.igd.util.ArgsParser
 
convertByteArrayToDecHexString() - Method in class de.fhg.igd.util.StringTransformer
Converts the internal byte array to a string of decimal and hexadecimal ASCII codes of the corresponding characters.
convertDecHexStringToByteArray(String, int) - Method in class de.fhg.igd.util.StringTransformer
Converts a sequence of ASCII codes into an array of bytes and stores it internally.
count_ - Variable in class de.fhg.igd.crypto.PBEParameters
The iteration count.
count_ - Variable in class de.fhg.igd.util.SkeletonShell
The running number of commands executed by the shell so far.
countListeners() - Method in class de.fhg.igd.util.Notifier
Returns the number of listener.
ctx_ - Variable in class de.fhg.igd.util.LDAPWrapper
 
currentSize() - Method in interface de.fhg.igd.util.Cache
Returns the current number of entries stored in the cache.
currentSize() - Method in class de.fhg.igd.util.MemoryCache
Returns the current number of entries stored in the cache.
cut(StringBuffer) - Method in class de.fhg.igd.util.URL
Returns the string conatined in the global string buffer, clears the string buffer, and sets the given state.

D

data_ - Variable in class de.fhg.igd.util.ByteArrayDataSource
A byte array representation for the data.
de.fhg.igd.bin - package de.fhg.igd.bin
 
de.fhg.igd.crypto - package de.fhg.igd.crypto
 
de.fhg.igd.event - package de.fhg.igd.event
 
de.fhg.igd.io - package de.fhg.igd.io
 
de.fhg.igd.net - package de.fhg.igd.net
 
de.fhg.igd.util - package de.fhg.igd.util
 
de.fhg.igd.util.concurrent - package de.fhg.igd.util.concurrent
 
de.fhg.igd.util.logging - package de.fhg.igd.util.logging
 
de.fhg.igd.util.ui - package de.fhg.igd.util.ui
 
debug(String) - Method in class de.fhg.igd.util.logging.Log4JProxy
 
debug(String) - Method in interface de.fhg.igd.util.logging.Logger
 
debug(String) - Method in class de.fhg.igd.util.logging.SystemOutProxy
 
declaredAttributes() - Method in class de.fhg.igd.util.ClassFile
This method collects the class attribute descriptors defined in the class file and returns a set of corresponding properties (compare <getAttributeInfo()).
declaredFields() - Method in class de.fhg.igd.util.ClassFile
This method collects the declared field descriptors defined in the class file and returns a set of corresponding array lists (compare <getFieldInfo()).
declaredMethods() - Method in class de.fhg.igd.util.ClassFile
This method collects the declared method descriptors defined in the class file and returns a set of corresponding array lists (compare <getMethodInfo()).
decString_ - Variable in class de.fhg.igd.util.StringTransformer
The string_ as sequence of decimal ASCII codes seperated by spaces.
DEFAULT_CAPACITY - Static variable in class de.fhg.igd.util.Notifier
 
DEFAULT_DIGESTS - Static variable in class de.fhg.igd.util.Manifest
The default digest algorithms as a comma separated list of algorithm names.
DEFAULT_EXCLUDE - Static variable in class de.fhg.igd.bin.ClassBundle
The packages excluded by default from the closure computation.
DEFAULT_LOADFACTOR - Static variable in class de.fhg.igd.util.Notifier
 
DEFAULT_MAX_SIZE - Static variable in class de.fhg.igd.util.MemoryCache
Default maximum size of cache (100 entries).
DEFAULT_MIME_TYPE - Static variable in class de.fhg.igd.util.ByteArrayDataSource
The default MIME type.
DEFAULT_THRESHOLD - Static variable in class de.fhg.igd.util.Manifest
The default threshold for the number of trusted algorithms.
DEFAULT_TIMEOUT - Static variable in class de.fhg.igd.util.MemoryCache
Default timeout for cache entries in milli seconds (15 minutes).
DEFAULT_TRUSTED - Static variable in class de.fhg.igd.util.Manifest
The default trusted digest algorithms as a comma separated list of algorithm names.
defaultPort - Static variable in class de.fhg.igd.net.RawURLConnection
 
defined_ - Variable in class de.fhg.igd.util.ArgsParser.Option
 
del_ - Variable in class de.fhg.igd.util.GlassResource
The set that stores names of deleted entries.
delegate_ - Variable in class de.fhg.igd.util.DirectoryScanner
The delegate which does the actual work.
delete(String) - Method in class de.fhg.igd.util.FileResource
Deletes the resource file with the given name.
delete(String) - Method in class de.fhg.igd.util.GlassResource
 
delete(String) - Method in class de.fhg.igd.util.Manifest
Removes the Attribute entry with the given name if such an entry exists.
delete(String) - Method in class de.fhg.igd.util.MemoryResource
 
delete(String) - Method in interface de.fhg.igd.util.Resource
 
delete(String) - Method in class de.fhg.igd.util.SubviewResource
 
delete(String) - Method in class de.fhg.igd.util.ZipResource
Throws UnsupportedOperationException.
deleteAll() - Method in class de.fhg.igd.util.AbstractResource
This method deletes everything in the given resource.
deleteAll() - Method in class de.fhg.igd.util.FileResource
Deletes all the files in this Resource.
deleteAll() - Method in class de.fhg.igd.util.GlassResource
 
deleteAll() - Method in class de.fhg.igd.util.MemoryResource
Deletes all contents of this Resource.
deleteAll() - Method in interface de.fhg.igd.util.Resource
This method deletes everything in the given resource.
deleteAll(String) - Method in class de.fhg.igd.util.ZipResource
Throws UnsupportedOperationException.
deleteListener(Listener) - Method in class de.fhg.igd.util.Notifier
Removes the given listener from the list of listeners.
deleteListeners() - Method in class de.fhg.igd.util.Notifier
Deletes the listeners.
deleteOldest() - Method in class de.fhg.igd.util.MemoryCache
Tries to remove the oldest entry in cache.
Deprecated_attribute - Static variable in class de.fhg.igd.util.ClassFile
The name of Deprecated attribute.
DESC - Static variable in class de.fhg.igd.bin.ClassBundle
The option descriptor.
DESCR - Static variable in class de.fhg.igd.crypto.Providers
The definitions of options understood by this tool.
DESParameterGenerator - Class in de.fhg.igd.crypto
This class generates parameters for DESede according to RFC 2311.
DESParameterGenerator() - Constructor for class de.fhg.igd.crypto.DESParameterGenerator
 
DESParameters - Class in de.fhg.igd.crypto
This class represents a DES Parameter as defined in RFC 2311 : S/MIME Version 2 Message Specification.
DESParameters() - Constructor for class de.fhg.igd.crypto.DESParameters
 
digest(String[], Map, InputStream) - Method in class de.fhg.igd.util.Digester
This method consumes and digests the data in the given input stream using those of the message digests passed in algs that are in the trusted set.
digest(String[], Map, byte[]) - Method in class de.fhg.igd.util.Digester
This method digests the data in the given byte array using those of the message digests passed in algs that are in the trusted set.
digest(String, String) - Method in class de.fhg.igd.util.LockableManifest
This method computes a digest on the Manifest entries with the given digest algorithm.
digest(String, InputStream) - Method in class de.fhg.igd.util.ManifestDigester
Generates or updates the Manifest section with the given name using the data read from the given stream.
digest(Collection, Resource) - Method in class de.fhg.igd.util.ManifestDigester
Creates and updates Manifest entries for all entries in the given Resource whose names appear in the given Collection.
digest(Resource) - Method in class de.fhg.igd.util.ManifestDigester
Digests the entire given Resource.
Digester - Class in de.fhg.igd.util
This class supports easy digesting of data by mutliple message digests in parallel with complete resolution of algorithm names.
Digester(String[], int) - Constructor for class de.fhg.igd.util.Digester
Creates an instance that trusts the given digests and requires at least threshold trusted digests to accept data.
digester_ - Variable in class de.fhg.igd.util.ManifestDigester
The Digerster that is used to compute multiple digests in parallel.
digests_ - Variable in class de.fhg.igd.util.ManifestDigester
The Map of digests computed on a given entry.
DirectoryErasor - Class in de.fhg.igd.util
Erases a given directory using a DirectoryScanner to traverse the directory and erase all its contents from bottom-up.
DirectoryErasor(File) - Constructor for class de.fhg.igd.util.DirectoryErasor
Creates an instance of this class for erasing the given directory or file.
DirectoryScanner - Class in de.fhg.igd.util
Scans a directory recursively.
DirectoryScanner(File, ScannerDelegate) - Constructor for class de.fhg.igd.util.DirectoryScanner
Creates a new directory scanner which scans the given base directory.
DirectoryScanner(File, String, ScannerDelegate) - Constructor for class de.fhg.igd.util.DirectoryScanner
Creates a new directory scanner which scans the given base directory; the prefix is prepended to the entries in the ZIP archive.
disconnect(Node) - Method in class de.fhg.igd.util.Node
Disconnects the given node from this one.
disconnect() - Method in class de.fhg.igd.util.Node
Disconnects this node from all other nodes.
doMasking_ - Variable in class de.fhg.igd.util.ConsolePassword.StreamMasker
DOCUMENT ME! MUST be volatile to ensure update by one thread is instantly visible to other threads
done_ - Variable in class de.fhg.igd.io.StringSubstitutionInputStream
A buffer for chars that have been already processed and therefore can be safely returned
doubleValue(String) - Method in class de.fhg.igd.util.ArgsParser
 
doubleValue(String, double) - Method in class de.fhg.igd.util.ArgsParser
 
DummyClassLoader - Class in de.fhg.igd.util
This class provides a class loader dummy, which finds no classes and explicitly does not ask any parent class loader to do its job.
DummyClassLoader() - Constructor for class de.fhg.igd.util.DummyClassLoader
 
DummyClassLoader(ClassLoader) - Constructor for class de.fhg.igd.util.DummyClassLoader
 
dummyClassLoader_ - Static variable in class de.fhg.igd.util.ClassSource
This instance of a DummyClassLoader is used to initialize the URLClassLoader.
dump() - Method in class de.fhg.igd.util.ClassClosure
This method dumps the closure to the stdout.
dumpProviders(PrintStream) - Static method in class de.fhg.igd.crypto.Providers
Prints the list of registered Providers to the given PrintStream.

E

edgeSet() - Method in class de.fhg.igd.util.Node
Returns a set of the nodes this node connects to.
edgeSet_ - Variable in class de.fhg.igd.util.Node
The edges pointing away from this node.
ekb2v_ - Static variable in class de.fhg.igd.crypto.RC2Parameters
Maps effective key lengths between 0 and 255 to the appropriate version number as specified in RFC2311.
ekb_ - Variable in class de.fhg.igd.crypto.RC2Parameters
The number of effective key bits.
elementAt(int) - Method in class de.fhg.igd.util.CanonicalPath
Returns the path element at the given index.
elements() - Method in class de.fhg.igd.util.AbstractPermission.AbstractPermissionCollection
 
endRead() - Method in class de.fhg.igd.util.Lock
 
endScan(DirectoryScanner) - Method in class de.fhg.igd.util.DirectoryErasor
Erases the base directory after all its contents have been erased.
endScan(DirectoryScanner) - Method in class de.fhg.igd.util.FileList
Not used.
endScan(DirectoryScanner) - Method in interface de.fhg.igd.util.ScannerDelegate
Called by the directory scanner after the scanning completed.
endScan(DirectoryScanner) - Method in class de.fhg.igd.util.Zipper
Called upon completition of the scanning.
endWrite() - Method in class de.fhg.igd.util.Lock
 
engineGenerateParameters() - Method in class de.fhg.igd.crypto.DESParameterGenerator
Generates the parameters.
engineGenerateParameters() - Method in class de.fhg.igd.crypto.PBEParameterGenerator
Generates the parameters.
engineGenerateParameters() - Method in class de.fhg.igd.crypto.RC2ParameterGenerator
Generates the parameters.
engineGetEncoded() - Method in class de.fhg.igd.crypto.DESParameters
 
engineGetEncoded(String) - Method in class de.fhg.igd.crypto.DESParameters
This method returns the ASN.1/DER encoded parameter structure as defined in the S/MIME standard.
engineGetEncoded() - Method in class de.fhg.igd.crypto.PBEParameters
 
engineGetEncoded(String) - Method in class de.fhg.igd.crypto.PBEParameters
This method returns the ASN.1/DER encoded parameter structure as defined in the S/MIME standard.
engineGetEncoded() - Method in class de.fhg.igd.crypto.RC2Parameters
 
engineGetEncoded(String) - Method in class de.fhg.igd.crypto.RC2Parameters
This method returns the ASN.1/DER encoded parameter structure as defined in the S/MIME standard.
engineGetParameterSpec(Class) - Method in class de.fhg.igd.crypto.DESParameters
 
engineGetParameterSpec(Class) - Method in class de.fhg.igd.crypto.PBEParameters
 
engineGetParameterSpec(Class) - Method in class de.fhg.igd.crypto.RC2Parameters
 
engineInit(int, SecureRandom) - Method in class de.fhg.igd.crypto.DESParameterGenerator
Initializes this parameter generator for a certain size and source of randomness.
engineInit(AlgorithmParameterSpec, SecureRandom) - Method in class de.fhg.igd.crypto.DESParameterGenerator
Initializes this parameter generator with a set of algorithm-specific parameter generation values.
engineInit(AlgorithmParameterSpec) - Method in class de.fhg.igd.crypto.DESParameters
This method accepts an IvParameterSpec.
engineInit(byte[]) - Method in class de.fhg.igd.crypto.DESParameters
This method expects DER encoded DESParameters as defined in the S/MIME standard.
engineInit(byte[], String) - Method in class de.fhg.igd.crypto.DESParameters
This method ignores the format string and attempts to decode according to ASN.1/DER and the parameter structure defined in the S/MIME standard.
engineInit(int, SecureRandom) - Method in class de.fhg.igd.crypto.PBEParameterGenerator
Initializes this parameter generator for a certain size and source of randomness.
engineInit(AlgorithmParameterSpec, SecureRandom) - Method in class de.fhg.igd.crypto.PBEParameterGenerator
Initializes this parameter generator with a set of algorithm-specific parameter generation values.
engineInit(AlgorithmParameterSpec) - Method in class de.fhg.igd.crypto.PBEParameters
This method accepts an PBEParameterSpec.
engineInit(byte[]) - Method in class de.fhg.igd.crypto.PBEParameters
This method expects DER encoded PBEParameters as defined in the PKCS#5 standard.
engineInit(byte[], String) - Method in class de.fhg.igd.crypto.PBEParameters
This method ignores the format string and attempts to decode according to ASN.1/DER and the parameter structure defined in the S/MIME standard.
engineInit(int, SecureRandom) - Method in class de.fhg.igd.crypto.RC2ParameterGenerator
Initializes this parameter generator for a certain size and source of randomness.
engineInit(AlgorithmParameterSpec, SecureRandom) - Method in class de.fhg.igd.crypto.RC2ParameterGenerator
Initializes this parameter generator with a set of algorithm-specific parameter generation values.
engineInit(AlgorithmParameterSpec) - Method in class de.fhg.igd.crypto.RC2Parameters
This method accepts an RC2ParameterSpec.
engineInit(byte[]) - Method in class de.fhg.igd.crypto.RC2Parameters
This method expects DER encoded RC2Parameters as defined in the S/MIME standard.
engineInit(byte[], String) - Method in class de.fhg.igd.crypto.RC2Parameters
This method ignores the format string and attempts to decode according to ASN.1/DER and the parameter structure defined in the S/MIME standard.
engineToString() - Method in class de.fhg.igd.crypto.DESParameters
 
engineToString() - Method in class de.fhg.igd.crypto.PBEParameters
 
engineToString() - Method in class de.fhg.igd.crypto.RC2Parameters
 
entries_ - Variable in class de.fhg.igd.util.Manifest
The map that backs this MANIFEST.
entries_ - Variable in class de.fhg.igd.util.MemoryCache
References to all entries of the cache sorted over request string (in a TreeMap).
entryMap() - Method in class de.fhg.igd.util.Manifest
This method returns the Map instance that is used by this instance to store the Manifest sections.
Enumerator - Class in de.fhg.igd.util
Wraps around an Iterator and makes it accesible by means of the EEnumeration interface.
Enumerator(Iterator) - Constructor for class de.fhg.igd.util.Enumerator
Creates an instance that wraps around the given Iterator.
equal(Object, Object) - Method in class de.fhg.igd.util.MapEntry
 
equals(Object) - Method in class de.fhg.igd.util.AbstractPermission
Compares this permission with the given object for equality.
equals(Object) - Method in class de.fhg.igd.util.ArgsParser.Option
 
equals(Object) - Method in class de.fhg.igd.util.CanonicalPath
Compares this canonical path with the given object.
equals(Object) - Method in class de.fhg.igd.util.MapEntry
 
equals(Object) - Method in class de.fhg.igd.util.TimeoutEvent
Tests if this object is equal to the given one which is true iff their classes match, their masks match and their agent names match.
equals(Object) - Method in class de.fhg.igd.util.URL
Compares this URL with the given object for equality.
eraseChars(char[]) - Static method in class de.fhg.igd.util.ConsolePassword
If buffer is not null, fills buffer with space (' ') characters.
err_ - Static variable in class de.fhg.igd.util.ConsoleFilter
The original System.err when this class was set up.
err_ - Variable in class de.fhg.igd.util.SkeletonShell
The error stream used by the shell.
error(String) - Method in class de.fhg.igd.util.logging.Log4JProxy
 
error(String) - Method in interface de.fhg.igd.util.logging.Logger
 
error(String) - Method in class de.fhg.igd.util.logging.SystemOutProxy
 
ERROR - Static variable in interface de.fhg.igd.util.VariablesContext
The return code that signals an error condition.
errStream() - Static method in class de.fhg.igd.util.ConsoleFilter
Gets the "correct" error stream for the current thread.
errVar_ - Static variable in class de.fhg.igd.util.ConsoleFilter
The InheritableThreadLocal used to annotate threads with their assigned error stream.
Event - Class in de.fhg.igd.event
The root class for all events in the SeMoA system.
Event() - Constructor for class de.fhg.igd.event.Event
Creates an Event.
EventReflector - Interface in de.fhg.igd.event
Interface implemented by classes that distribute events to registered Listener instances.
eventReflector_ - Variable in class de.fhg.igd.util.TimeoutEventGenerator
The event reflector which is used to distribute the timeout events.
EventReflectorImpl - Class in de.fhg.igd.event
Reflects event notifications to registered listeners.
EventReflectorImpl() - Constructor for class de.fhg.igd.event.EventReflectorImpl
Creates an instance.
exception_ - Variable in exception de.fhg.igd.util.ResourceException
 
Exceptions - Class in de.fhg.igd.util
Provides useful methods that operate on exceptions.
Exceptions() - Constructor for class de.fhg.igd.util.Exceptions
 
Exceptions_attribute - Static variable in class de.fhg.igd.util.ClassFile
The name of Exceptions attribute.
exclude_ - Static variable in class de.fhg.igd.util.ClassClosure
The default exclusion list.
exec(String[]) - Method in class de.fhg.igd.util.SkeletonShell
Executes the given shell command.
execPipe(String[]) - Method in class de.fhg.igd.util.SkeletonShell
Executes the given pipe.
exists(String) - Method in class de.fhg.igd.util.FileResource
This method returns true if the resource item with the given name exists and is a file.
exists(String) - Method in class de.fhg.igd.util.GlassResource
 
exists(String) - Method in class de.fhg.igd.util.Manifest
This method returns true if a resource item with the given name exists.
exists(String) - Method in class de.fhg.igd.util.MemoryResource
This method returns true if a resource item with the given name exists.
exists(String) - Method in interface de.fhg.igd.util.Resource
This method returns true if a resource item with the given name exists.
exists(String) - Method in class de.fhg.igd.util.SubviewResource
This method returns true if a resource item with the given name exists.
exists(String) - Method in class de.fhg.igd.util.ZipResource
This method returns true if a resource item with the given name exists.
export(InputStream, String) - Method in class de.fhg.igd.util.ClassClosure
Exports the given class file using the given name to the export Resource if it is set.
export_ - Variable in class de.fhg.igd.util.ClassClosure
The Resource to which classes in the closure are exported.
extractIdFromIndex(byte[]) - Method in class de.fhg.igd.util.TimeoutEventGenerator
Extract the identifier of a given index, generated by getTimeoutIndex().
extractTimeoutFromIndex(byte[]) - Method in class de.fhg.igd.util.TimeoutEventGenerator
Extract the timeout of a given index, generated by getTimeoutIndex().

F

failed_ - Variable in class de.fhg.igd.util.ManifestVerifier
The Set of names of Manifest sections that failed verification.
falseToTrueLock - Variable in class de.fhg.igd.util.concurrent.TransitionDetector
 
fieldOrMethodRefs0(int) - Method in class de.fhg.igd.util.ClassFile
This method marches through the index slots and searches for the given searchTag delivering input data for fieldsRefs(), methodRefs(), and interfaceMethodRefs().
fieldRefs() - Method in class de.fhg.igd.util.ClassFile
Builds a set of array lists where each array list describes a field reference.
fields_ - Variable in class de.fhg.igd.util.ClassFile
The position of the field declarations table within the class file buffer buf_.
fieldsCount_ - Variable in class de.fhg.igd.util.ClassFile
The number of field declarations.
fieldTypes_ - Static variable in class de.fhg.igd.util.ClassFile
The string representation of the different field type characters.
FILE_URL_PROTOCOL - Static variable in class de.fhg.igd.util.ClassSource
The protocol identifier for file URLs
FileList - Class in de.fhg.igd.util
Creates a list of files in a directory excluding the META-INF directory.
FileList() - Constructor for class de.fhg.igd.util.FileList
 
FileResource - Class in de.fhg.igd.util
This class implements a Resource that stores data in a particular directory of the filesystem.
FileResource() - Constructor for class de.fhg.igd.util.FileResource
Creates a FileResource in the TMP directory, with PREFIX and SUFFIX as he prefix and suffix of the directory's name.
FileResource(String) - Constructor for class de.fhg.igd.util.FileResource
Creates an instance that manages resource items relative to the given directory.
FileResource(File) - Constructor for class de.fhg.igd.util.FileResource
Creates an instance that manages resource items relative to the given directory.
fileValue(String) - Method in class de.fhg.igd.util.ArgsParser
 
fileValue(String, File) - Method in class de.fhg.igd.util.ArgsParser
 
finalize() - Method in class de.fhg.igd.util.LineIterator
Free the reader if the iterator is not exhausted.
finalize() - Method in class de.fhg.igd.util.MemoryResource.Outlet
Try to close in the case of garbage collection.
finalize() - Method in class de.fhg.igd.util.ThreadPool
Shuts the pool down, if it isn't already.
fit(String, int) - Method in class de.fhg.igd.util.TabularPrinter
Fits the given string into a line with the given width.
floatValue(String) - Method in class de.fhg.igd.util.ArgsParser
 
floatValue(String, float) - Method in class de.fhg.igd.util.ArgsParser
 
flush() - Method in class de.fhg.igd.io.URLOutputStream
Calls the corresponding method on the wrapped OutputStream.
flush() - Method in class de.fhg.igd.util.ConsoleFilter.Err
 
flush() - Method in class de.fhg.igd.util.ConsoleFilter.Out
 
flush() - Method in class de.fhg.igd.util.FileResource
This method does nothing; the filesystem is persistent storage (without regard to caches and buffers).
flush() - Method in class de.fhg.igd.util.GlassResource
This method simply returns.
flush() - Method in class de.fhg.igd.util.Manifest
This method does nothing.
flush() - Method in class de.fhg.igd.util.MemoryResource
This method flushes the contents of this Resource to the flush target.
flush() - Method in interface de.fhg.igd.util.Resource
This method writes the resource contents through to persistent storage if necessary.
flush() - Method in class de.fhg.igd.util.SubviewResource
This method flushes the underlying resource.
flush() - Method in class de.fhg.igd.util.TabularPrinter.Column
Completes the current line and puts it into the list of "finished" lines.
flush() - Method in class de.fhg.igd.util.TabularPrinter
Flushes the lines accumulated so far by the columns to the print stream that was passed to the constructor of this instance.
flush(int) - Method in class de.fhg.igd.util.TabularPrinter
 
flush() - Method in class de.fhg.igd.util.ZipResource
This method does nothing.
flushtarget_ - Variable in class de.fhg.igd.util.MemoryResource
The target to which this instance's contents are flushed.

G

garbage_ - Variable in class de.fhg.igd.util.ManifestVerifier
The Set of names of Resource files for which no Manifest section existed.
generateSalt() - Method in class de.fhg.igd.util.LockableManifest
This method computes 4 bytes of salt using the "SHA1PRNG" pseudo-random number generator.
get(String) - Method in class de.fhg.igd.util.Attributes
Returns the value for the given key if such a mapping exists, and null otherwise.
get(String) - Method in interface de.fhg.igd.util.Cache
Returns the cached entry with the given key, or null if the cache contains no entry for the this key.
get(String) - Method in class de.fhg.igd.util.MemoryCache
Returns the cached entry with the given key, or null if the cache contains no entry for the this key.
get(String) - Method in interface de.fhg.igd.util.VariablesContext
Retrieves variable settings.
get(String, String) - Method in interface de.fhg.igd.util.VariablesContext
Retrieves variable settings.
get(String) - Method in class de.fhg.igd.util.VariablesContextImpl
Retrieves variable settings.
get(String, String) - Method in class de.fhg.igd.util.VariablesContextImpl
Retrieves variable settings.
getActions(String[]) - Method in class de.fhg.igd.util.AbstractPermission
Returns a string with the comma separated list of actions defined in the actions mask.
getActions() - Method in class de.fhg.igd.util.VariablesPermission
Returns the actions string.
getActionsMask() - Method in class de.fhg.igd.util.AbstractPermission
 
getActionsMask(String, String[]) - Method in class de.fhg.igd.util.AbstractPermission
Returns the mask for the given actions string.
getAlgorithm() - Method in class de.fhg.igd.crypto.RawKey
Returns the standard algorithm name for this key.
getAttribute(String, String) - Method in class de.fhg.igd.util.LDAPWrapper
Retrieves one of the attributes with specified name of the entry with the specified distinguished name or null if no such entry or attribute exists.
getAttributeInfo(int) - Method in class de.fhg.igd.util.ClassFile
Returns the attribute descriptor at the given position in the class file buffer as properties.
getAttributes(String) - Method in class de.fhg.igd.util.LDAPWrapper
Retrieves all attributes of the entry with the specified distinguished name.
getAttributeValue(String, String) - Method in class de.fhg.igd.util.LDAPWrapper
Retrieves one of the values of the attribute with the given name of the object with the given distinguished name.
getBasePath(Object) - Static method in class de.fhg.igd.util.ClassResource
Returns the base path of the given class instance within the class path.
getBasePath(Class) - Static method in class de.fhg.igd.util.ClassResource
Returns the base path of the given class within the class path.
getBasePath() - Method in class de.fhg.igd.util.ClassResource
Returns the base path which is internally used to address relative resources.
getByteArray() - Method in class de.fhg.igd.util.StringTransformer
Returns the string represented by the instance as byte array.
getBytes(String) - Method in class de.fhg.igd.util.Attributes
Writes the attributes to the given output stream.
getCapacity() - Method in class de.fhg.igd.util.ThreadPool
 
getCharArray() - Method in class de.fhg.igd.util.StringTransformer
Returns the string represented by the instance as character array.
getClass(String) - Static method in class de.fhg.igd.util.ArgsParser
 
getClassInfo(int) - Method in class de.fhg.igd.util.ClassFile
Returns the class name in the given slot in the constant pool as string.
getClassLoader(Object) - Static method in class de.fhg.igd.util.ClassResource
Returns the class loader of the given class instance.
getClassLoader(Class) - Static method in class de.fhg.igd.util.ClassResource
Returns the class loader of the given class.
getClassLoader() - Method in class de.fhg.igd.util.ClassResource
Returns the class loader which is internally used to load resources by this instance of ClassResource.
getClasspath(String) - Static method in class de.fhg.igd.util.ClassClosure
This method takes a classpath and decomposes it into an array of Resource instances.
getClosure() - Method in class de.fhg.igd.util.ClassClosure
Returns the set of names of the classes in the closure computed so far.
getContent() - Method in class de.fhg.igd.util.Node
Returns the content object of this node.
getContentType() - Method in class de.fhg.igd.util.ByteArrayDataSource
Returns an MIME type of the data.
getContext() - Static method in class de.fhg.igd.util.Variables
 
getData() - Method in class de.fhg.igd.util.ByteArrayDataSource
Returns a copy of the wrapped data.
getDecString() - Method in class de.fhg.igd.util.StringTransformer
Returns the string represented by the instance as sequence of ASCII codes.
getDefinedNames() - Method in class de.fhg.igd.util.ArgsParser
 
getDigestAlgorithms() - Method in class de.fhg.igd.util.Attributes
Returns a string with the space separated names of the digest algorithms defined in this attribute section.
getDomainLevels(InetAddress) - Static method in class de.fhg.igd.util.InetAddressInfo
Returns the number of domain levels of the given internet address.
getDomainLevels() - Method in class de.fhg.igd.util.InetAddressInfo
Returns the number of domain levels of the instance's internet address.
getDoubleInfo(int) - Method in class de.fhg.igd.util.ClassFile
Returns the string represenation of the double at the given position in the class file buffer.
getEncoded() - Method in class de.fhg.igd.crypto.RawKey
Returns the key in its primary encoding format.
getException() - Method in exception de.fhg.igd.util.ResourceException
Returns the encapsulated exception.
getFailed() - Method in class de.fhg.igd.util.ManifestVerifier
Returns the set of names of Manifest sections that failed the verification.
getFieldInfo(int) - Method in class de.fhg.igd.util.ClassFile
Returns the field declaration descriptor at the given position in the class file buffer as array list.
getFieldOrMethodInfo0(int) - Method in class de.fhg.igd.util.ClassFile
Returns the field resp.
getFile() - Method in class de.fhg.igd.util.FileResource
 
getFile(String) - Method in class de.fhg.igd.util.FileResource
Transforms the given resource name into a file in this resource.
getFloatInfo(int) - Method in class de.fhg.igd.util.ClassFile
Returns the string represenation of the float at the given position in the class file buffer.
getFormat() - Method in class de.fhg.igd.crypto.RawKey
Returns the name of the primary encoding format of this key.
getGarbage() - Method in class de.fhg.igd.util.ManifestVerifier
Returns the names of Resource files for which no sections exist in the Manifest.
getHexString() - Method in class de.fhg.igd.util.StringTransformer
Returns the string represented by the instance as sequence of ASCII codes.
getHost() - Method in class de.fhg.igd.util.URL
Returns the host name or null if none was defined.
getID() - Method in class de.fhg.igd.util.TimeoutEvent
Returns the entry of the database which is subject of this event.
getImage(Object, String) - Static method in class de.fhg.igd.util.ClassResource
Returns the image with the given name using the class loader of the given reference class instance.
getImage(Class, String) - Static method in class de.fhg.igd.util.ClassResource
Returns the image with the given name using the class loader of the given reference class.
getImage(String) - Method in class de.fhg.igd.util.ClassResource
Returns the image with the given name.
getInetAddress() - Method in class de.fhg.igd.util.InetAddressInfo
Returns the instance's internet address.
getInputStream() - Method in class de.fhg.igd.net.NullURLConnection
Returns a NullInputStream that reads from this connection
getInputStream() - Method in class de.fhg.igd.util.ByteArrayDataSource
Returns an InputStream for the data.
getInputStream(String) - Method in class de.fhg.igd.util.FileResource
 
getInputStream(String) - Method in class de.fhg.igd.util.GlassResource
 
getInputStream(String) - Method in class de.fhg.igd.util.Manifest
Returns an input stream with the ASCII representation of the attributes formatted just as for printing it to a file.
getInputStream(String) - Method in class de.fhg.igd.util.MemoryResource
 
getInputStream(String) - Method in interface de.fhg.igd.util.Resource
 
getInputStream(String) - Method in class de.fhg.igd.util.SubviewResource
 
getInputStream(String) - Method in class de.fhg.igd.util.ZipResource
 
getIntegerInfo(int) - Method in class de.fhg.igd.util.ClassFile
Returns the string represenation of the integer at the given position in the class file buffer.
getKey() - Method in class de.fhg.igd.util.MapEntry
 
getKey() - Method in class de.fhg.igd.util.NameCondition
Returns the key of this condition.
getKey() - Method in class de.fhg.igd.util.StringCondition
Returns the key of this condition.
getKeys() - Method in class de.fhg.igd.util.Attributes
This method returns an array containing the keys of this instance.
getLeftChild() - Method in class de.fhg.igd.util.CompositeCondition
Returns the left child of this condition.
getLogger(String) - Static method in class de.fhg.igd.util.logging.LoggerFactory
 
getLogger(Class) - Static method in class de.fhg.igd.util.logging.LoggerFactory
 
getLongInfo(int) - Method in class de.fhg.igd.util.ClassFile
Returns the string represenation of the long at the given position in the class file buffer.
getManifest() - Method in class de.fhg.igd.util.ClassClosure
Returns the Manifest with entries for all classes in the closure if a Manifest was set before computing the closure.
getMask() - Method in class de.fhg.igd.util.TimeoutEvent
Returns the mask of this object.
getMaxSize() - Method in interface de.fhg.igd.util.Cache
Returns the maximum number of entries which can be stored in the cache.
getMaxSize() - Method in class de.fhg.igd.util.MemoryCache
Returns the maximum number of entries which can be stored in the cache.
getMethodInfo(int) - Method in class de.fhg.igd.util.ClassFile
Returns the method declaration descriptor at the given position in the class file buffer as array list.
getMissing() - Method in class de.fhg.igd.util.ManifestVerifier
Returns the set of names of Manifest sections that could not be verified because the corresponding data was not found.
getName() - Method in class de.fhg.igd.util.ByteArrayDataSource
Returns the name associated with the data.
getName() - Method in class de.fhg.igd.util.NameCondition
Returns the name of this condition.
getNameAndTypeInfo(int) - Method in class de.fhg.igd.util.ClassFile
Returns the name and type string in the given slot in the constant pool as array list.
getNameAndTypeInfo0(int) - Method in class de.fhg.igd.util.ClassFile
Returns the name and type string at the given position in the class file buffer as array list.
getOption(String, boolean) - Method in class de.fhg.igd.util.ArgsParser
Returns the option with the given name.
getOption(String) - Method in class de.fhg.igd.util.ArgsParser
 
getOutputStream() - Method in class de.fhg.igd.net.NullURLConnection
Returns a NullOutputStream to this connection
getOutputStream() - Method in class de.fhg.igd.net.RawURLConnection
 
getOutputStream() - Method in class de.fhg.igd.util.ByteArrayDataSource
Returns an OutputStream for the data.
getOutputStream(String) - Method in class de.fhg.igd.util.FileResource
 
getOutputStream(String, boolean) - Method in class de.fhg.igd.util.FileResource
 
getOutputStream(String) - Method in class de.fhg.igd.util.GlassResource
 
getOutputStream(String, boolean) - Method in class de.fhg.igd.util.GlassResource
 
getOutputStream(String) - Method in class de.fhg.igd.util.Manifest
Throws an UnsupportedOperationException.
getOutputStream(String, boolean) - Method in class de.fhg.igd.util.Manifest
Throws an UnsupportedOperationException.
getOutputStream(String) - Method in class de.fhg.igd.util.MemoryResource
 
getOutputStream(String, boolean) - Method in class de.fhg.igd.util.MemoryResource
 
getOutputStream(String) - Method in interface de.fhg.igd.util.Resource
 
getOutputStream(String, boolean) - Method in interface de.fhg.igd.util.Resource
 
getOutputStream(String) - Method in class de.fhg.igd.util.SubviewResource
 
getOutputStream(String, boolean) - Method in class de.fhg.igd.util.SubviewResource
 
getOutputStream(String) - Method in class de.fhg.igd.util.ZipResource
 
getOutputStream(String, boolean) - Method in class de.fhg.igd.util.ZipResource
 
getPassword() - Method in class de.fhg.igd.util.URL
Returns the password or null if none was defined.
getPath() - Method in class de.fhg.igd.util.URL
Returns the url-path or null if none was defined.
getPipedBytes() - Method in class de.fhg.igd.io.Pipe
Returns the number of bytes, already transfered from the pipe's input to its output stream in asynchronous mode.
getPort() - Method in class de.fhg.igd.util.URL
Returns the port number or -1 if none was defined.
getPrimitiveClass(Class) - Static method in class de.fhg.igd.util.ArgsParser
 
getProtocol() - Method in class de.fhg.igd.util.URL
Returns the protocol identifier.
getRelativeImage(Object, String) - Static method in class de.fhg.igd.util.ClassResource
Returns the image with the given name using the class loader of the given reference class instance.
getRelativeImage(Class, String) - Static method in class de.fhg.igd.util.ClassResource
Returns the image with the given name using the class loader of the given reference class.
getRelativeImage(String) - Method in class de.fhg.igd.util.ClassResource
Returns the image with the given name.
getRelativeResource(Object, String) - Static method in class de.fhg.igd.util.ClassResource
Finds the resource with the given name using the class loader of the given reference class instance.
getRelativeResource(Class, String) - Static method in class de.fhg.igd.util.ClassResource
Finds the resource with the given name using the class loader of the given reference class.
getRelativeResource(String) - Method in class de.fhg.igd.util.ClassResource
Finds the resource with the given name relative to the initialized base path (see constructors of the class).
getRelativeResourceAsStream(Object, String) - Static method in class de.fhg.igd.util.ClassResource
Returns an input stream for reading the specified resource.
getRelativeResourceAsStream(Class, String) - Static method in class de.fhg.igd.util.ClassResource
Returns an input stream for reading the specified resource.
getRelativeResourceAsStream(String) - Method in class de.fhg.igd.util.ClassResource
Returns an input stream for reading the specified resource.
getResource(Object, String) - Static method in class de.fhg.igd.util.ClassResource
Finds the resource with the given name using the class loader of the given reference class instance.
getResource(Class, String) - Static method in class de.fhg.igd.util.ClassResource
Finds the resource with the given name using the class loader of the given reference class.
getResource(String) - Method in class de.fhg.igd.util.ClassResource
Finds the resource with the given name.
getResource(String) - Method in class de.fhg.igd.util.DummyClassLoader
 
getResourceAsStream(Object, String) - Static method in class de.fhg.igd.util.ClassResource
Returns an input stream for reading the specified resource.
getResourceAsStream(Class, String) - Static method in class de.fhg.igd.util.ClassResource
Returns an input stream for reading the specified resource.
getResourceAsStream(String) - Method in class de.fhg.igd.util.ClassResource
Returns an input stream for reading the specified resource.
getResourceAsStream(String) - Method in class de.fhg.igd.util.DummyClassLoader
 
getResourceNames(File, boolean) - Static method in class de.fhg.igd.util.ClassSource
Returns a sorted set of resource file names found within the given class path, including the relative path within the class path as prefix.
getResourceNames0(String, File, boolean, boolean) - Static method in class de.fhg.igd.util.ClassSource
Returns a sorted set of resource file names found within the given path, whereas the given prefix is added to found resources.
getReturnCode() - Method in interface de.fhg.igd.util.VariablesContext
 
getReturnCode() - Method in class de.fhg.igd.util.VariablesContextImpl
 
getRightChild() - Method in class de.fhg.igd.util.CompositeCondition
Returns the right child of this condition.
getShortName(Class) - Static method in class de.fhg.igd.util.ArgsParser
 
getString() - Method in class de.fhg.igd.util.StringTransformer
Returns the string represented by the instance.
getStringBuffer() - Method in class de.fhg.igd.util.StringTransformer
Returns the string represented by the instance as string buffer.
getStringInfo(int) - Method in class de.fhg.igd.util.ClassFile
Returns the string at the given position in the class file buffer.
getSubnetClass(InetAddress) - Static method in class de.fhg.igd.util.InetAddressInfo
Returns subnet class of the given internet address as one of the following numbers: 0 (Class A), 1 (Class B), 2 (Class C), 3 (Class D), 4 (Class E).
getSubnetClass() - Method in class de.fhg.igd.util.InetAddressInfo
Returns following subnet class numbers of the instance's internet address: 0 (Class A), 1 (Class B), 2 (Class C), 3 (Class D), 4 (Class E).
getSubnetClassString(InetAddress) - Static method in class de.fhg.igd.util.InetAddressInfo
Returns the subnet class string representation of the given internet address.
getSubnetClassString() - Method in class de.fhg.igd.util.InetAddressInfo
Returns the subnet class string representation of the instance's internet address.
getSubnetMask(InetAddress) - Static method in class de.fhg.igd.util.InetAddressInfo
Returns the subnet mask of the given internet address, depending on its subnet class.
getSubnetMask() - Method in class de.fhg.igd.util.InetAddressInfo
Returns the subnet mask of the instance's internet address, depending on its subnet class.
getSubnetMaskString(InetAddress) - Static method in class de.fhg.igd.util.InetAddressInfo
Returns the subnet mask string representation of the given internet address, depending on its subnet class.
getSubnetMaskString() - Method in class de.fhg.igd.util.InetAddressInfo
Returns the subnet mask string representation of the instance's internet address, depending on its subnet class.
getSystemClassLoader() - Static method in class de.fhg.igd.util.DummyClassLoader
 
getSystemClassNames(int) - Method in class de.fhg.igd.util.ClassSource
Returns a sorted set containing the fully qualified names of all system classes available within the given classSources.
getSystemResource(String) - Static method in class de.fhg.igd.util.DummyClassLoader
 
getSystemResourceAsStream(String) - Static method in class de.fhg.igd.util.DummyClassLoader
 
getSystemResourceNames(int) - Method in class de.fhg.igd.util.ClassSource
Returns a sorted set containing the fully qualified resource files names of all system resources available within the given resourceSources.
getSystemResourceNames0(int, boolean) - Method in class de.fhg.igd.util.ClassSource
Returns a sorted set containing the fully qualified resource names of all system resources available within the given resourceSources.
getSystemResources(String) - Static method in class de.fhg.igd.util.DummyClassLoader
 
getTimeout() - Method in interface de.fhg.igd.util.Cache
Returns the timeout of entries in the database.
getTimeout() - Method in class de.fhg.igd.util.MemoryCache
Returns the default timeout of entries in the database.
getTimeoutIndex(String, long) - Method in class de.fhg.igd.util.TimeoutEventGenerator
Creates an unique index key for the given identifier that allows to sort entries over their timestamps within a timeout index.
getType() - Method in class de.fhg.igd.util.CompositeCondition
Returns a string representation of the type this condition.
getUser() - Method in class de.fhg.igd.util.URL
Returns the user name or null if none was defined.
getUserClassNames(int) - Method in class de.fhg.igd.util.ClassSource
Returns a sorted set containing the fully qualified names of all user classes available within the given classSources.
getUserResourceNames(int) - Method in class de.fhg.igd.util.ClassSource
Returns a sorted set containing the fully qualified resource file names of all user resources available within the given resourceSources.
getUserResourceNames0(int, boolean) - Method in class de.fhg.igd.util.ClassSource
Returns a sorted set containing the fully qualified resource file names of all user resource files classes available within the given resourceSources.
getUtf8Info(int) - Method in class de.fhg.igd.util.ClassFile
Returns the string in the given slot in the constant pool.
getValue() - Method in class de.fhg.igd.util.MapEntry
 
getValue() - Method in class de.fhg.igd.util.StringCondition
Returns the value of this condition.
getVariableMap(int) - Static method in class de.fhg.igd.util.VariableSubstitution
Returns a Map containing all variables from the selected variable pools as key/value-pairs.
getVariableMap(int, Map) - Static method in class de.fhg.igd.util.VariableSubstitution
Returns a Map containing all variables from the selected variable pools as key/value-pairs.
getWidth() - Method in class de.fhg.igd.util.TabularPrinter.Column
Returns the width of this column.
glass_ - Variable in class de.fhg.igd.util.GlassResource
The glass pane Resource.
GlassResource - Class in de.fhg.igd.util
Wraps around a Resource so that write operations are performed on a backing Resource.
GlassResource(Resource) - Constructor for class de.fhg.igd.util.GlassResource
Creates an instance that is backed by a MemoryResource.
GlassResource(Resource, Resource) - Constructor for class de.fhg.igd.util.GlassResource
Creates an instance that is backed by the given Resource.
group_ - Variable in class de.fhg.igd.util.logging.Log4JProxy
 
group_ - Variable in class de.fhg.igd.util.ThreadPool
The ThreadGroup for the threads of the pool.
growTo(int) - Method in class de.fhg.igd.util.Attributes
This method enlarges the capacity such that this instance may hold the given number of mappings.

H

hashCode() - Method in class de.fhg.igd.util.AbstractPermission
Returns the hash code of this permission.
hashCode() - Method in class de.fhg.igd.util.ArgsParser.Option
 
hashCode() - Method in class de.fhg.igd.util.CanonicalPath
Returns the has code of this object.
hashCode() - Method in class de.fhg.igd.util.MapEntry
 
hashCode() - Method in class de.fhg.igd.util.URL
Returns the hash code of this URL.
hasMoreElements() - Method in class de.fhg.igd.util.Enumerator
 
hasNext() - Method in class de.fhg.igd.util.Enumerator
 
hasNext() - Method in class de.fhg.igd.util.LineIterator
Fulfils the contract of Iterator.
head(int) - Method in class de.fhg.igd.util.CanonicalPath
Returns a new path instance with the first len path elements of this one.
help(PrintStream) - Method in class de.fhg.igd.util.ArgsParser
Prints the list of declared options, their types, and information on the assigned values for those options that are already defined.
help(PrintStream) - Method in class de.fhg.igd.util.ArgsParser.Option
 
hexDump(byte[]) - Static method in class de.fhg.igd.util.ClassSource
Returns the hex dump of the given data as string.
hexString_ - Variable in class de.fhg.igd.util.StringTransformer
The string_ as sequence of hexadecimal ASCII codes seperated by spaces.
highwater_ - Variable in class de.fhg.igd.event.AsyncListener
The maximum number of events being buffered before events are silently discarded.
HOST - Static variable in class de.fhg.igd.util.URL
 
host_ - Variable in class de.fhg.igd.util.URL
The host part.

I

i_ - Variable in class de.fhg.igd.util.Enumerator
The Iterator that is encapsuled in this instance.
id_ - Variable in class de.fhg.igd.util.TimeoutEvent
The ID of the corresponding timing entry.
idIndex_ - Variable in class de.fhg.igd.util.TimeoutEventGenerator
References to all registered identifiers sorted over identifier (in a TreeMap).
idle_ - Variable in class de.fhg.igd.util.ThreadPool
The list that holds the idle threads.
implementedInterfaces() - Method in class de.fhg.igd.util.ClassFile
This method collects the implemented interface class names defined in the class file and returns a sorted set of corresponding strings (compare <getClassInfo).
Implication - Interface in de.fhg.igd.util
Provides a method which checks whether this object implies the given one.
implies(Object) - Method in class de.fhg.igd.event.Event
Checks whether this event implies the given one.
implies(Permission) - Method in class de.fhg.igd.util.AbstractPermission.AbstractPermissionCollection
 
implies(Permission) - Method in class de.fhg.igd.util.AbstractPermission
Returns true if this permission implies the given one.
implies(Object) - Method in class de.fhg.igd.util.CanonicalPath
Tests if this path implies the given one.
implies(Object) - Method in interface de.fhg.igd.util.Implication
Checks whether this object implies the given one.
implies(Object) - Method in class de.fhg.igd.util.TimeoutEvent
Checks whether this object implies the given one.
impliesAll() - Method in class de.fhg.igd.util.CanonicalPath
Returns true if this paths implies any other path but the root path.
in_ - Static variable in class de.fhg.igd.util.ConsoleFilter
The original System.in when this class was set up.
in_ - Variable in class de.fhg.igd.util.SkeletonShell
The input stream used by the shell.
increment_ - Static variable in class de.fhg.igd.util.ClassFile
According to the constant entry tag as table index, the constant entry length is given.
inDegree() - Method in class de.fhg.igd.util.Node
Returns the in degree of this nodes.
inDegree_ - Variable in class de.fhg.igd.util.Node
The number of nodes that point to this node.
INDENT - Static variable in class de.fhg.igd.crypto.Providers
A string of blanks for simple beautifying of output.
indentHex(int, int) - Static method in class de.fhg.igd.util.ClassSource
Return the hexadecimal representation of the given integer hex as string, using n as maximum string length to indent the string with 0s up this given length.
index_ - Variable in class de.fhg.igd.util.ClassFile
The constant pool index into the class file.
index_ - Variable in class de.fhg.igd.util.Notifier
For efficient notification this instance keeps a hashtable which uses the trigger objects as keys.
InetAddressInfo - Class in de.fhg.igd.util
This class provides extended information about an InternetAddress and is able to compare two internet addresses according to their host names respectively their IP addresses.
InetAddressInfo(InetAddress) - Constructor for class de.fhg.igd.util.InetAddressInfo
Creates an instance with the given internet address.
info(String) - Method in class de.fhg.igd.util.logging.Log4JProxy
 
info(String) - Method in interface de.fhg.igd.util.logging.Logger
 
info(String) - Method in class de.fhg.igd.util.logging.SystemOutProxy
 
init(InputStream, Map) - Method in class de.fhg.igd.io.VariableSubstitutionInputStream
Initializes the class instance.
init(byte[], int[]) - Method in class de.fhg.igd.util.ClassFile
Does the dirty work for the load(..) methods.
init() - Static method in class de.fhg.igd.util.ConsoleFilter
Initializes the ConsoleFilter.
init() - Method in class de.fhg.igd.util.SkeletonShell
Initializes the shell.
init(String) - Method in class de.fhg.igd.util.StringTransformer
Initializes the instance of this class with the given string.
init(StringBuffer) - Method in class de.fhg.igd.util.StringTransformer
Initializes the instance of this class with the given string buffer.
init(byte[]) - Method in class de.fhg.igd.util.StringTransformer
Initializes the instance of this class with the given byte array.
init(char[]) - Method in class de.fhg.igd.util.StringTransformer
Initializes the instance of this class with the given character array.
init(String, int) - Method in class de.fhg.igd.util.StringTransformer
Initializes the instance of this class with the given string representation of a character array.
init(Map) - Static method in class de.fhg.igd.util.WhatIs
Initialize this class with a Map that contains all the mappings server by it.
initLog4J() - Method in class de.fhg.igd.util.logging.Log4JProxy
 
initProviderMap() - Static method in class de.fhg.igd.crypto.Providers
Initialises the map that maps names of providers to the repsective provider classes.
initTimeoutEvent(String, long) - Method in class de.fhg.igd.util.TimeoutEventGenerator
Initializes a new timeout event with the given identifier to be triggered after the given timeout.
initURL(String) - Method in class de.fhg.igd.util.URL
Creates an instance of a URL from the given string representation.
innerClasses() - Method in class de.fhg.igd.util.ClassFile
Builds a set of array lists where each array list describes an inner class.
InnerClasses_attribute - Static variable in class de.fhg.igd.util.ClassFile
The name of InnerClasses attribute.
inputStream() - Static method in class de.fhg.igd.util.ConsoleFilter
Gets the "correct" input stream for the current thread.
inScan(File, DirectoryScanner) - Method in class de.fhg.igd.util.DirectoryErasor
Deletes the given file.
inScan(File, DirectoryScanner) - Method in class de.fhg.igd.util.FileList
Called by the directory scanner for each file.
inScan(File, DirectoryScanner) - Method in interface de.fhg.igd.util.ScannerDelegate
Called by the directory scanner for each file.
inScan(File, DirectoryScanner) - Method in class de.fhg.igd.util.Zipper
Writes a file to the Zip archive.
INTERFACE_HASH_ALG - Static variable in class de.fhg.igd.util.ClassFile
The algorithm used to calculate the hashcode of a canonical interface (see canonicalInterfaceHash()).
INTERFACE_HASH_CHARSET - Static variable in class de.fhg.igd.util.ClassFile
The charset used to transform the canonical string representation of an interface to calculate its hashcode (see canonicalInterfaceHash()).
interfaceMethodRefs() - Method in class de.fhg.igd.util.ClassFile
Builds a set of array lists where each array list describes an interface method reference.
interfaces_ - Variable in class de.fhg.igd.util.ClassFile
The position of the interface declarations table within the class file buffer buf_.
interfacesCount_ - Variable in class de.fhg.igd.util.ClassFile
The number of interface declarations.
intValue(String) - Method in class de.fhg.igd.util.ArgsParser
 
intValue(String, int) - Method in class de.fhg.igd.util.ArgsParser
 
invalidateAll() - Method in interface de.fhg.igd.util.Cache
Invalidates all entries currently stored in the cache.
invalidateAll() - Method in class de.fhg.igd.util.MemoryCache
Invalidates all entries currently stored in the cache.
invalidateTimeoutEvent(String) - Method in class de.fhg.igd.util.TimeoutEventGenerator
Invalidates an already queued timeout event associated with the given identifier.
inVar_ - Static variable in class de.fhg.igd.util.ConsoleFilter
The InheritableThreadLocal used to annotate threads with their assigned input stream.
is_ - Variable in class de.fhg.igd.io.StringSubstitutionInputStream
The wrapped input stream
isAbsolute() - Method in class de.fhg.igd.util.CanonicalPath
Returns true if this path is absolute.
isArray(String) - Method in class de.fhg.igd.util.ArgsParser
 
isCleared() - Method in class de.fhg.igd.util.ClassFile
Checks if this instance is cleared and ready to load the next class file.
isDefined(String) - Method in class de.fhg.igd.util.ArgsParser
 
isEmpty() - Method in class de.fhg.igd.event.AsyncListener
Checks whether the event queue is empty.
isExcluded(String) - Method in class de.fhg.igd.util.ClassClosure
This method checks whether the class with the given name is excluded from the closure.
isFalse() - Method in interface de.fhg.igd.util.concurrent.BooleanLock
 
isFalse() - Method in class de.fhg.igd.util.concurrent.TransitionDetector
 
isFlag(String) - Method in class de.fhg.igd.util.ArgsParser
 
isHost(char) - Method in class de.fhg.igd.util.URL
Tests if the given character is of the set [a-z], [A-Z], [0-9], '-', '_', '.'.
isInterface() - Method in class de.fhg.igd.util.ClassFile
Checks if the loaded class file defines an interface.
isLocal(InetAddress) - Static method in class de.fhg.igd.util.InetAddressInfo
Returns true, if the given internet address is the address of the local host or equals "localhost".
isLocal() - Method in class de.fhg.igd.util.InetAddressInfo
Returns true, if the instance's internet address is the address of the local host or equals "localhost".
isMulticastAddress(InetAddress) - Static method in class de.fhg.igd.util.InetAddressInfo
Returns true, if the given internet address is a multicast group (Class E).
isMulticastAddress() - Method in class de.fhg.igd.util.InetAddressInfo
Returns true, if the instance's internet address is a multicast group (Class E).
isPrefixOf(CanonicalPath) - Method in class de.fhg.igd.util.CanonicalPath
Checks is this path is a prefix of the given one.
isProto(char) - Method in class de.fhg.igd.util.URL
Tests if the given character is of the set [a-z], [A-Z], [0-9], '+', '-', '.'.
isRunning() - Method in class de.fhg.igd.event.AsyncListener
This method returns true iff the trusted listener is running.
isTrue() - Method in interface de.fhg.igd.util.concurrent.BooleanLock
 
isTrue() - Method in class de.fhg.igd.util.concurrent.TransitionDetector
 
isTruePrefixOf(CanonicalPath) - Method in class de.fhg.igd.util.CanonicalPath
Checks is this path is a true prefix of the given one.
isUser(char) - Method in class de.fhg.igd.util.URL
Tests if the given character is of the set [a-z], [A-Z], [0-9], '$', '-', '_', '.', '+', ';', '?', '&', '=', '%'.
isWildcard() - Method in class de.fhg.igd.util.CanonicalPath
Returns true if this path contains wildcard elements such as an asterisk or a minus.
iv_ - Variable in class de.fhg.igd.crypto.DESParameters
The initialisation vector (IV), consisting of 8 bytes.
iv_ - Variable in class de.fhg.igd.crypto.RC2Parameters
The initialisation vector (IV), consisting of 8 bytes.

J

JAR_EXTENSION - Static variable in class de.fhg.igd.util.ClassClosure
The file extension of jar files
JAR_EXTENSION - Static variable in class de.fhg.igd.util.ClassSource
The file extension of jar files.
java_ - Variable in class de.fhg.igd.util.ClassClosure
A flag indicating whether .java files should be included when exporting classes.
jin_ - Variable in class de.fhg.igd.util.SkeletonShell.Job
 
jobs_ - Variable in class de.fhg.igd.util.SkeletonShell
The thread group in which shell jobs are put.
jout_ - Variable in class de.fhg.igd.util.SkeletonShell.Job
 

K

key_ - Variable in class de.fhg.igd.util.MapEntry
The key.
key_ - Variable in class de.fhg.igd.util.NameCondition
 
key_ - Variable in class de.fhg.igd.util.StringCondition
 
keys() - Method in interface de.fhg.igd.util.VariablesContext
 
keys() - Method in class de.fhg.igd.util.VariablesContextImpl
 
keys_ - Variable in class de.fhg.igd.util.Attributes
The array of keys.
keySet() - Static method in class de.fhg.igd.util.WhatIs
Returns the set of keys of the global static definitions.

L

label_ - Variable in class de.fhg.igd.util.SkeletonShell
The label to which we skip when reading input lines, or null if no skipping is active.
LDAPWrapper - Class in de.fhg.igd.util
Encapsulates the basic functionalities that are needed to access a LDAP server using JNDI.
LDAPWrapper(String) - Constructor for class de.fhg.igd.util.LDAPWrapper
Constructs an LDAP wrapper object that is bound to the specified URL as an anonymous client.
LDAPWrapper(String, String, String) - Constructor for class de.fhg.igd.util.LDAPWrapper
Constructs an LDAP wrapper object that is bound to the specified URL and authenticated using the specified distinguished name and credentials.
leftChild_ - Variable in class de.fhg.igd.util.CompositeCondition
 
length() - Method in class de.fhg.igd.util.CanonicalPath
Returns the length of the path in elements.
length(String) - Method in class de.fhg.igd.util.FileResource
Returns the length of the resource item with the given name.
length(String) - Method in class de.fhg.igd.util.GlassResource
 
length(String) - Method in class de.fhg.igd.util.Manifest
Returns the length of the entry.
length(String) - Method in class de.fhg.igd.util.MemoryResource
Returns the length of the resource item with the given name.
length(String) - Method in interface de.fhg.igd.util.Resource
Returns the length of the resource item with the given name.
length(String) - Method in class de.fhg.igd.util.SubviewResource
 
length(String) - Method in class de.fhg.igd.util.ZipResource
Returns the length of the resource item with the given name.
LineIterator - Class in de.fhg.igd.util
This iterator takes an input stream and iterates through the lines read from it.
LineIterator(InputStream) - Constructor for class de.fhg.igd.util.LineIterator
Creates an instance that iterates the given directory.
LineNumberTable_attribute - Static variable in class de.fhg.igd.util.ClassFile
The name of LineNumberTable attribute.
list(String) - Method in class de.fhg.igd.util.AbstractResource
This method lists all resource items in the " directory" with the given name.
list() - Method in class de.fhg.igd.util.FileResource
 
list(String) - Method in class de.fhg.igd.util.FileResource
This method lists all resource items in the " directory" with the given name.
list(ResourceFilter) - Method in class de.fhg.igd.util.FileResource
Returns a list of resources items; the names of the resource items satisfies the given filter.
list() - Method in class de.fhg.igd.util.GlassResource
 
list(String) - Method in class de.fhg.igd.util.GlassResource
 
list(ResourceFilter) - Method in class de.fhg.igd.util.GlassResource
 
list() - Method in class de.fhg.igd.util.Manifest
Returns a list of names of the resource items in existance.
list(String) - Method in class de.fhg.igd.util.Manifest
This method lists all resource items in the " directory" with the given name.
list(ResourceFilter) - Method in class de.fhg.igd.util.Manifest
Returns a list of resources items; the names of the resource items satisfies the given filter.
list() - Method in class de.fhg.igd.util.MemoryResource
Returns a list of names of the resource items in existance.
list(String) - Method in class de.fhg.igd.util.MemoryResource
This method lists all resource items in the " directory" with the given name.
list(ResourceFilter) - Method in class de.fhg.igd.util.MemoryResource
Returns a list of resources items; the names of the resource items satisfies the given filter.
list() - Method in interface de.fhg.igd.util.Resource
Returns a List of names of the resource items in existance.
list(String) - Method in interface de.fhg.igd.util.Resource
This method lists all resource items in the " directory" with the given name.
list(ResourceFilter) - Method in interface de.fhg.igd.util.Resource
Returns a List of resources items; the names of the resource items satisfies the given filter.
list() - Method in class de.fhg.igd.util.SubviewResource
Returns a list of names of the resource items in existance.
list(String) - Method in class de.fhg.igd.util.SubviewResource
This method lists all resource items in the " directory" with the given name.
list(ResourceFilter) - Method in class de.fhg.igd.util.SubviewResource
Returns a list of resources items; the names of the resource items satisfies the given filter.
list() - Method in class de.fhg.igd.util.ZipResource
Returns a list of names of the resource items in existance.
list(String) - Method in class de.fhg.igd.util.ZipResource
This method lists all resource items in the " directory" with the given name.
list(ResourceFilter) - Method in class de.fhg.igd.util.ZipResource
Returns a list of resources items; the names of the resource items satisfies the given filter.
Listener - Interface in de.fhg.igd.util
This interface is implemented by classes that want to be notified by a Notifier.
listener_ - Variable in class de.fhg.igd.event.AsyncListener
The actual listener which is notified of events in the standard implementation.
load(InputStream) - Method in class de.fhg.igd.util.ClassFile
Loads a class file from the given input stream and pre-processes it.
load(byte[]) - Method in class de.fhg.igd.util.ClassFile
Loads a class file from the given byte array and pre-processes it.
load(File) - Method in class de.fhg.igd.util.FileList
Loads the list with the list of files in the given directory.
load(File, String) - Method in class de.fhg.igd.util.FileList
Loads the list with the list of files in the given directory.
load(InputStream) - Method in class de.fhg.igd.util.Manifest
Merges a MANIFEST file to the entries of this one.
load(InputStream) - Method in class de.fhg.igd.util.MemoryResource
This method loads a MemoryResource from an input stream that contains ZIP data.
loadClass(String) - Method in class de.fhg.igd.util.DummyClassLoader
 
LocalVariableTable_attribute - Static variable in class de.fhg.igd.util.ClassFile
The name of LocalVariableTable attribute.
Lock - Class in de.fhg.igd.util
Implements a lock to solve the reader/writer problem as described in Tanenbaum, "Modern Operating Systems", Prentice-Hall, 1992, Section 2.3.2.
Lock() - Constructor for class de.fhg.igd.util.Lock
 
lock(char[], String, String) - Method in class de.fhg.igd.util.LockableManifest
This method locks the Manifest by computing a digest that is computed based on a password and stored in the Manifest header attributes.
lock_ - Variable in class de.fhg.igd.io.Pipe
The internal lock for synchronisation purpose.
lock_ - Variable in class de.fhg.igd.io.StringSubstitutionInputStream
The local lock object
lock_ - Variable in class de.fhg.igd.util.ClassFile
Private lock object.
lock_ - Static variable in class de.fhg.igd.util.ConsoleFilter
A private lock object to synchronize on.
lock_ - Variable in class de.fhg.igd.util.FileResource
The private lock object used for on-demand creation of the root directory.
lock_ - Variable in class de.fhg.igd.util.ThreadPool.Entry
A private lock object, just to make sure...
LockableManifest - Class in de.fhg.igd.util
This class adds methods to the Manifest class that allow to protect a manifest against tampering based on a password.
LockableManifest() - Constructor for class de.fhg.igd.util.LockableManifest
 
log4j_ - Variable in class de.fhg.igd.util.logging.Log4JProxy
 
Log4JProxy - Class in de.fhg.igd.util.logging
A serializable proxy for log4j loggers.
Log4JProxy(String) - Constructor for class de.fhg.igd.util.logging.Log4JProxy
Creates a new instance of Log4JWrapper
Logger - Interface in de.fhg.igd.util.logging
The common interface of all loggers.
LoggerFactory - Class in de.fhg.igd.util.logging
A factory for dynamic logger creation.
LoggerFactory() - Constructor for class de.fhg.igd.util.logging.LoggerFactory
 
longValue(String) - Method in class de.fhg.igd.util.ArgsParser
 
longValue(String, long) - Method in class de.fhg.igd.util.ArgsParser
 
lookup(String) - Method in class de.fhg.igd.io.VariableSubstitutionInputStream
Looks up the given variable.

M

magic_ - Static variable in class de.fhg.igd.util.ClassFile
The magic number of Java class files.
main(String[]) - Static method in class de.fhg.igd.bin.ClassBundle
 
main(String[]) - Static method in class de.fhg.igd.crypto.DESParameters
 
main(String[]) - Static method in class de.fhg.igd.crypto.Providers
 
main(String[]) - Static method in class de.fhg.igd.io.StringSubstitutionInputStream
Just for testing purposes...
main(String[]) - Static method in class de.fhg.igd.io.VariableSubstitutionInputStream
Just for testing purpose.
main(String[]) - Static method in class de.fhg.igd.util.ClassFile
The main method of this class allows the analysis of a given class file for testing purpose.
main(String[]) - Static method in class de.fhg.igd.util.ClassSource
The main method of this class, which parses the following command line paramters: -help Displays a short help message.
main(String[]) - Static method in class de.fhg.igd.util.ConsoleFilter
 
main(String[]) - Static method in class de.fhg.igd.util.DirectoryErasor
Main method for debugging.
main(String[]) - Static method in class de.fhg.igd.util.GlassResource
 
main(String[]) - Static method in class de.fhg.igd.util.SkeletonShell
Runs an interactive shell.
main(String[]) - Static method in class de.fhg.igd.util.TabularPrinter
 
main(String[]) - Static method in class de.fhg.igd.util.URL
 
main(String[]) - Static method in class de.fhg.igd.util.WhatIs
The command line interface to initializing WhatIs.
main(String[]) - Static method in class de.fhg.igd.util.Zipper
Main method for debugging.
majorVersion() - Method in class de.fhg.igd.util.ClassFile
Return the bytecode's major version of the class file.
majorVersion_ - Variable in class de.fhg.igd.util.ClassFile
The minor version of the class file
Manifest - Class in de.fhg.igd.util
This class creates and reads Manifest files in a manner compatible with Sun's JAR Manifests.
Manifest() - Constructor for class de.fhg.igd.util.Manifest
Creates an empty Manifest that uses the default message digests for digesting data.
Manifest(String, String, int) - Constructor for class de.fhg.igd.util.Manifest
Creates an instance that uses the given digests to digest data.
ManifestDigester - Class in de.fhg.igd.util
Generates or updates Manifest sections with message digests.
ManifestDigester(Manifest) - Constructor for class de.fhg.igd.util.ManifestDigester
Creates an instance.
ManifestException - Exception in de.fhg.igd.util
Represents an exception occuring during manifest operations.
ManifestException() - Constructor for exception de.fhg.igd.util.ManifestException
 
ManifestException(String) - Constructor for exception de.fhg.igd.util.ManifestException
 
ManifestVerifier - Class in de.fhg.igd.util
Verifies a Manifest against a Resource .
ManifestVerifier(Resource) - Constructor for class de.fhg.igd.util.ManifestVerifier
Creates an instance.
map_ - Variable in class de.fhg.igd.util.MemoryResource
This map holds the resources of this instance.
MapEntry - Class in de.fhg.igd.util
Implements Map.Entry, once and for all.
MapEntry(Object, Object) - Constructor for class de.fhg.igd.util.MapEntry
Creates an instance with the given key and value.
MapEntry(Map.Entry) - Constructor for class de.fhg.igd.util.MapEntry
Creates an instance from the given Map.Entry.
mark(int) - Method in class de.fhg.igd.util.ConsoleFilter.In
 
markSupported() - Method in class de.fhg.igd.util.ConsoleFilter.In
 
mask_ - Variable in class de.fhg.igd.util.AbstractPermission
The bit mask used to represent the actions in a compressed form.
mask_ - Variable in class de.fhg.igd.util.TimeoutEvent
The bit mask of those parameters this event refers to.
matches(Map) - Method in class de.fhg.igd.util.CompositeCondition
Check if the given query matches the condition.
matches(Map) - Method in interface de.fhg.igd.util.Condition
Check if the given query matches the condition.
matches(Map) - Method in class de.fhg.igd.util.NameCondition
Check if the given query matches the condition.
matches(String, String) - Static method in class de.fhg.igd.util.Pattern
Compares the given string str to the given extended string exStr.
matches(Map) - Method in class de.fhg.igd.util.StringCondition
Check if the given query matches the condition.
MAX_LEN - Static variable in class de.fhg.igd.util.Password
The maximum length supported for passwords.
MAX_THREADS - Static variable in class de.fhg.igd.util.ThreadPool
The maximum number of threads spawned by a ThreadPool.
maxSize_ - Variable in class de.fhg.igd.util.MemoryCache
Maximum number of entries, which will be cached (unlimited if maxSize_ is 0).
maybeLater() - Method in class de.fhg.igd.io.StringSubstitutionInputStream
Check whether or not the internal buffer may become a substitution candidate on further extension.
mcp_ - Static variable in class de.fhg.igd.util.ConsoleFilter
The single instance of this class whose inner classes are set up as the system inut and output streams.
md_ - Variable in class de.fhg.igd.util.Manifest
The digests that should be used to digest data.
MemoryCache - Class in de.fhg.igd.util
This class provides a cache, which stores its entries as key/value-pairs in the memory.
MemoryCache() - Constructor for class de.fhg.igd.util.MemoryCache
Creates a new instance of the cache with the DEFAULT_TIMEOUT for its entries and the DEFAULT_MAX_SIZE.
MemoryCache(long) - Constructor for class de.fhg.igd.util.MemoryCache
Creates a new instance of the cache with the DEFAULT_TIMEOUT for its entries and the given maxSize.
MemoryCache(long, long) - Constructor for class de.fhg.igd.util.MemoryCache
Creates a new instance of the cache with the given timeout for its entries and the given maxSize.
MemoryResource - Class in de.fhg.igd.util
This class implements an abstract Resource.
MemoryResource() - Constructor for class de.fhg.igd.util.MemoryResource
Creates an empty instance.
MemoryResource(String) - Constructor for class de.fhg.igd.util.MemoryResource
Creates an instance that flushes its contents to the file with the given name.
MemoryResource(File) - Constructor for class de.fhg.igd.util.MemoryResource
Creates an instance that flushes its contents to the given file.
MemoryResource(Resource) - Constructor for class de.fhg.igd.util.MemoryResource
Creates an instance that flushes its contents to the given resource.
MemoryResource.Outlet - Class in de.fhg.igd.util
This class is required for transforming the output stream to which data is written into a byte array that is stored in the memory delegate.
MemoryResource.Outlet(String) - Constructor for class de.fhg.igd.util.MemoryResource.Outlet
Creates a new instance of an outlet.
MemoryResource.Outlet(String, int) - Constructor for class de.fhg.igd.util.MemoryResource.Outlet
Creates a new instance of an outlet.
MetaInfFilter - Class in de.fhg.igd.util
This class filters resource items that start with "META-INF".
MetaInfFilter() - Constructor for class de.fhg.igd.util.MetaInfFilter
 
methodRefs() - Method in class de.fhg.igd.util.ClassFile
Builds a set of array lists where each array list describes a method reference.
methods_ - Variable in class de.fhg.igd.util.ClassFile
The position of the methods declarations table within the class file buffer buf_.
methodsCount_ - Variable in class de.fhg.igd.util.ClassFile
The number of method declarations.
mf_ - Variable in class de.fhg.igd.util.ClassClosure
The Manifest with the digests of the classes in the closure.
mf_ - Variable in class de.fhg.igd.util.ManifestDigester
The Manifest that keeps the attributes generated by this instance.
mf_ - Variable in class de.fhg.igd.util.ManifestVerifier
The Manifest that keeps the attributes verified by this instance.
mfd_ - Variable in class de.fhg.igd.util.ClassClosure
The DigestContext of the Manifest .
millis - Variable in class de.fhg.igd.event.Event
The creation date of the event.
minorVersion() - Method in class de.fhg.igd.util.ClassFile
Returns the bytecode's minor version of the class file.
minorVersion_ - Variable in class de.fhg.igd.util.ClassFile
The major version of the class file
missing_ - Variable in class de.fhg.igd.util.ManifestVerifier
The Set of names of Manifest sections for which no data to digest was found.
mode_ - Static variable in class de.fhg.igd.util.logging.LoggerFactory
 
MODE_LOG4J - Static variable in class de.fhg.igd.util.logging.LoggerFactory
 
MODE_SHELL - Static variable in class de.fhg.igd.util.logging.LoggerFactory
 

N

N - Static variable in class de.fhg.igd.util.SkeletonShell
The name of the shell's N variable (the number of commands issued so far).
name - Static variable in class de.fhg.igd.crypto.A8Provider
The name of this provider.
name_ - Variable in class de.fhg.igd.util.ArgsParser.Option
 
name_ - Variable in class de.fhg.igd.util.ByteArrayDataSource
The name associated with the data.
name_ - Variable in class de.fhg.igd.util.MemoryResource.Outlet
The name of the entry or null if the outlet is already closed.
name_ - Variable in class de.fhg.igd.util.NameCondition
 
NameCondition - Class in de.fhg.igd.util
This condition compares two X501 names.
NameCondition(String, String) - Constructor for class de.fhg.igd.util.NameCondition
Class Constructor.
newErr() - Method in class de.fhg.igd.util.ConsoleFilter
 
newIn() - Method in class de.fhg.igd.util.ConsoleFilter
 
newOut() - Method in class de.fhg.igd.util.ConsoleFilter
 
newPermissionCollection() - Method in class de.fhg.igd.util.AbstractPermission
 
newPermissionCollection() - Method in class de.fhg.igd.util.VariablesPermission
 
next() - Method in class de.fhg.igd.util.Enumerator
 
next() - Method in class de.fhg.igd.util.LineIterator
Fulfils the contract of Iterator.
next_ - Variable in class de.fhg.igd.util.LineIterator
 
nextElement() - Method in class de.fhg.igd.util.Enumerator
 
Node - Class in de.fhg.igd.util
Represents a node in a graph.
Node(Object) - Constructor for class de.fhg.igd.util.Node
Creates an instance with the given content.
normalize() - Method in class de.fhg.igd.util.FileList
Normalizes the stored path names.
normalize(String) - Method in class de.fhg.igd.util.FileList
Normalizes the stored path names.
normalizeResourcePath(String) - Static method in class de.fhg.igd.util.ClassResource
Sanitizes the given resource path by removing references to local and parent directories ('.', '..') from it as well as elements with length 0.
NoSuchObjectException - Exception in de.fhg.igd.util
Thrown if some object cannot be found based on a given key.
NoSuchObjectException() - Constructor for exception de.fhg.igd.util.NoSuchObjectException
 
NoSuchObjectException(String) - Constructor for exception de.fhg.igd.util.NoSuchObjectException
 
NOT - Static variable in class de.fhg.igd.util.CompositeCondition
 
notifiedOf(Object) - Method in class de.fhg.igd.event.AsyncListener
This method pushes the received object into the queue.
notifiedOf(byte[], boolean) - Method in class de.fhg.igd.event.TrustedListener
Pushes the given byte array into the queue.
notifiedOf(Object) - Method in interface de.fhg.igd.util.Listener
This method is called with the event that caused the notification.
notifiedOf(Object) - Method in class de.fhg.igd.util.MemoryCache
This method gets called from the TimeoutEventGenerator as trigger to invalidate a cache entry.
Notifier - Class in de.fhg.igd.util
Acts on trigger objects such as events or messages.
Notifier() - Constructor for class de.fhg.igd.util.Notifier
The default constructor creates a simple instance of this class.
Notifier(int, float) - Constructor for class de.fhg.igd.util.Notifier
Creates a notifier instance with the given default parameters which are passed to the HashMap which backs this class.
notifyFalseToTrueWaiters() - Method in class de.fhg.igd.util.concurrent.TransitionDetector
 
notifyListeners(Object) - Method in interface de.fhg.igd.event.EventReflector
Notifies all registered listeners which are alive of the given trigger event.
notifyListeners(Object) - Method in class de.fhg.igd.event.EventReflectorImpl
Notifies all registered listeners which are alive of the given trigger event.
notifyListeners(Object) - Method in class de.fhg.igd.util.Notifier
Notifies those listeners which requested to be triggered by the given object.
notifyTrueToFalseWaiters() - Method in class de.fhg.igd.util.concurrent.TransitionDetector
 
NullInputStream - Class in de.fhg.igd.io
This class represents a null-inputstream
NullInputStream() - Constructor for class de.fhg.igd.io.NullInputStream
Class constructor
NullOutputStream - Class in de.fhg.igd.io
This class represents an null-outputstream
NullOutputStream() - Constructor for class de.fhg.igd.io.NullOutputStream
Class constructor
NullURLConnection - Class in de.fhg.igd.net
This class represents a communication link between the application and the null-stream
NullURLConnection() - Constructor for class de.fhg.igd.net.NullURLConnection
Class constructor
NullURLStreamHandler - Class in de.fhg.igd.net
This class handles the null-stream protocol
NullURLStreamHandler() - Constructor for class de.fhg.igd.net.NullURLStreamHandler
Class constructor

O

ObjectExistsException - Exception in de.fhg.igd.util
Thrown if some object cannot be registered or published under a given key because another object is already published or registered under the same key.
ObjectExistsException() - Constructor for exception de.fhg.igd.util.ObjectExistsException
 
ObjectExistsException(String) - Constructor for exception de.fhg.igd.util.ObjectExistsException
 
OK - Static variable in interface de.fhg.igd.util.VariablesContext
The return code that signals successful completion.
oldest_ - Variable in class de.fhg.igd.util.MemoryCache
The number of the oldest entry in the cache.
oldestKeys_ - Variable in class de.fhg.igd.util.MemoryCache
References to the keys of all cache entries sorted over generation number (in a TreeMap).
op_id - Static variable in class de.fhg.igd.util.TimeoutEvent
The tokens which specify event parameters.
op_mask - Static variable in class de.fhg.igd.util.TimeoutEvent
Each event parameter corresponds to a bit mask which is used for quick implication testing.
openConnection(URL) - Method in class de.fhg.igd.net.NullURLStreamHandler
Opens a connection to the null-stream
openConnection(URL) - Method in class de.fhg.igd.net.RawURLStreamHandler
This method just returns a new RawURLConnection.
OPT_DESCR - Static variable in class de.fhg.igd.util.WhatIs
The options descriptor.
options_ - Variable in class de.fhg.igd.util.ArgsParser
The Map of option definitions.
options_ - Static variable in class de.fhg.igd.util.ClassSource
The list of valid command line options for the main method.
OR - Static variable in class de.fhg.igd.util.CompositeCondition
 
os_ - Variable in class de.fhg.igd.io.URLOutputStream
The wrapped output stream
out_ - Static variable in class de.fhg.igd.util.ConsoleFilter
The original System.out when this class was set up.
out_ - Variable in class de.fhg.igd.util.ConsolePassword.StreamMasker
DOCUMENT ME!
out_ - Variable in class de.fhg.igd.util.SkeletonShell
The print stream used by the shell.
out_ - Variable in class de.fhg.igd.util.TabularPrinter
The print stream to write to.
outVar_ - Static variable in class de.fhg.igd.util.ConsoleFilter
The InheritableThreadLocal used to annotate threads with their assigned print stream.

P

paragraph(String) - Method in class de.fhg.igd.util.TabularPrinter.Column
Completes the current line by calling the flush method and then fits the given pattern into the next line of this column.
paragraph(String) - Method in class de.fhg.igd.util.TabularPrinter
Flushes the contents of the table accumulated so far and adds a paragraph line that is filled with the given pattern.
parse(String[]) - Method in class de.fhg.igd.util.ArgsParser
Parses the given input and assigns the parsed values to the internal set of options.
parse(String) - Static method in class de.fhg.igd.util.ClassClosure
This method decomposes a string consisting of colon respectively semicolon-separated paths into a list of strings.
parseAccessFlags(int) - Method in class de.fhg.igd.util.ClassFile
Transforms numeric class resp.
parseAlgorithms(String) - Static method in class de.fhg.igd.util.Digester
Parses the input string into the names of the digest algorithms and returns a sorted array of the names.
parseConfigFile(String) - Static method in class de.fhg.igd.util.VariableSubstitution
Parses the configuration file with the given filename and returns the according Properties class.
parseConfigFile(String, int) - Static method in class de.fhg.igd.util.VariableSubstitution
Parses the configuration file with the given filename and returns the according Properties class.
parseConfigFile(String, int, Map) - Static method in class de.fhg.igd.util.VariableSubstitution
Parses the configuration file with the given filename and returns the according Properties class.
parseOption(ArgsParser.Option, String) - Method in class de.fhg.igd.util.ArgsParser
Parses the given option argument into the appropriate Java type and returns the resulting object.
parsePackageList(String) - Static method in class de.fhg.igd.util.ClassClosure
This method decomposes a string consisting of colon, semi-colon, or comma-separated packages into a list of strings, and transforms these strings from Java's package notation (dot-seperated) into path notation (seperated by and ending with '/').
parseType(String) - Method in class de.fhg.igd.util.ClassFile
Transforms the type string from the CONSTANT_NameAndType_info structure into human readable strings conform to the Java source code syntax and returns them as entries in an array list.
parseType0(String) - Method in class de.fhg.igd.util.ClassFile
Transforms single types (field type, method return type) or concatenated types (method parameter types) from a pre-processed CONSTANT_NameAndType_info structure into human readable strings conform to the Java source code syntax and returns them each as single entries in an array list.
passwd_ - Variable in class de.fhg.igd.util.URL
The password part.
Password - Class in de.fhg.igd.util
Reads in passwords from the command line.
Password() - Constructor for class de.fhg.igd.util.Password
 
PATH - Static variable in class de.fhg.igd.util.URL
 
path_ - Variable in class de.fhg.igd.util.CanonicalPath
The array of path elements.
path_ - Variable in class de.fhg.igd.util.DirectoryScanner
The current path relative to the base directory.
path_ - Variable in class de.fhg.igd.util.URL
The scheme-specific part.
pathValue(String) - Static method in class de.fhg.igd.util.WhatIs
Returns the CanonicalPath defined under the given key.
Pattern - Class in de.fhg.igd.util
This class provides a very simple pattern matching algorithm.
Pattern() - Constructor for class de.fhg.igd.util.Pattern
 
PBEParameterGenerator - Class in de.fhg.igd.crypto
This class generates parameters for PBE according to PKCS#5.
PBEParameterGenerator() - Constructor for class de.fhg.igd.crypto.PBEParameterGenerator
 
PBEParameters - Class in de.fhg.igd.crypto
This class represents a PBEParameter structure as defined in PKCS#5.
PBEParameters() - Constructor for class de.fhg.igd.crypto.PBEParameters
 
pClass_ - Variable in class de.fhg.igd.util.AbstractPermission.AbstractPermissionCollection
The class of the permissions stored in this PermissionCollection.
perms_ - Variable in class de.fhg.igd.util.AbstractPermission.AbstractPermissionCollection
The Map that is used to keep the permissions in this PermissionCollection.
PHP - Static variable in class de.fhg.igd.util.URL
 
Pipe - Class in de.fhg.igd.io
This class provides a pipe, which transfers data from an InputStream to an OutputStream.
Pipe() - Constructor for class de.fhg.igd.io.Pipe
Default constructor disabled.
Pipe(String, InputStream, OutputStream) - Constructor for class de.fhg.igd.io.Pipe
Creates a new Pipe object with the given input and output streams and the given name..
pipe(InputStream, OutputStream) - Static method in class de.fhg.igd.io.Pipe
This method pipes all data from the given input stream to the given output stream, until the EOF of the input stream is reached or an exception occures during transfer of data.
pipe() - Method in class de.fhg.igd.io.Pipe
This method pipes all data from the input stream of the pipe to its output stream, until the EOF of the input stream is reached or an exception occures during transfer of data.
pipedBytes_ - Variable in class de.fhg.igd.io.Pipe
The number of bytes currently piped in asynchronous mode.
pipeIn_ - Variable in class de.fhg.igd.io.Pipe
The input stream of the pipe, from which data is read.
pipeName_ - Variable in class de.fhg.igd.io.Pipe
The name of the pipe, used to identify the corresponding thread in asynchronous mode.
pipeOut_ - Variable in class de.fhg.igd.io.Pipe
The output stream of the pipe, to which data is written.
pipeThread_ - Variable in class de.fhg.igd.io.Pipe
The thread responsible to transfer data in asynchronous mode.
pis_ - Variable in class de.fhg.igd.io.VariableSubstitutionInputStream
The wrapper for the given input stream.
pmap_ - Static variable in class de.fhg.igd.crypto.Providers
The map that maps provider names to their base class.
POOR_CHOICE - Static variable in class de.fhg.igd.util.ClassFile
A flag indicating those structures that occupy an additional slot in the index and are referred to as a "poor (design) choice" in the VM spec.
PORT - Static variable in class de.fhg.igd.util.URL
 
port_ - Variable in class de.fhg.igd.util.URL
The port.
postprocess(String[], Map) - Static method in class de.fhg.igd.util.ArgsParser
Parses the pre-parsed array of input tokens into pipeline stages.
postScan(File, DirectoryScanner) - Method in class de.fhg.igd.util.DirectoryErasor
Erases the given directory.
postScan(File, DirectoryScanner) - Method in class de.fhg.igd.util.FileList
Not used.
postScan(File, DirectoryScanner) - Method in interface de.fhg.igd.util.ScannerDelegate
Called by the directory scanner after the recursion returned from the directory given as the argument.
postScan(File, DirectoryScanner) - Method in class de.fhg.igd.util.Zipper
Called by the directory scanner after the recursion returned from the directory given as the argument.
PREFIX - Static variable in class de.fhg.igd.util.FileResource
The prefix of the resource's root directory name when the no-args constructor is being used.
prefix_ - Variable in class de.fhg.igd.util.AbstractResource.PrefixFilter
The prefix.
prefix_ - Variable in class de.fhg.igd.util.SubviewResource
The prefix if this is a subview.
preprocess(String, Map) - Static method in class de.fhg.igd.util.ArgsParser
Parses the given string into a String[] as a shell would.
preScan(File, DirectoryScanner) - Method in class de.fhg.igd.util.DirectoryErasor
Called by the directory scanner before the recursion dives into the directory given as the argument.
preScan(File, DirectoryScanner) - Method in class de.fhg.igd.util.FileList
Not used.
preScan(File, DirectoryScanner) - Method in interface de.fhg.igd.util.ScannerDelegate
Called by the directory scanner before the recursion dives into the directory given as the argument.
preScan(File, DirectoryScanner) - Method in class de.fhg.igd.util.Zipper
Creates a directory entry in the ZIP archive with the name of the directory currently scanned.
prettyPrint(boolean) - Method in class de.fhg.igd.util.ClassFile
Returns the string representation of the loaded class file as pretty printed class signature.
prettyPrintFieldOrMethod(ArrayList, boolean) - Method in class de.fhg.igd.util.ClassFile
Returns the string representation of the given field resp.
prim_ - Static variable in class de.fhg.igd.util.ArgsParser
The Map to map classes to primitive classes.
print(boolean) - Method in class de.fhg.igd.util.ConsoleFilter.Err
 
print(char) - Method in class de.fhg.igd.util.ConsoleFilter.Err
 
print(int) - Method in class de.fhg.igd.util.ConsoleFilter.Err
 
print(long) - Method in class de.fhg.igd.util.ConsoleFilter.Err
 
print(float) - Method in class de.fhg.igd.util.ConsoleFilter.Err
 
print(double) - Method in class de.fhg.igd.util.ConsoleFilter.Err
 
print(char[]) - Method in class de.fhg.igd.util.ConsoleFilter.Err
 
print(String) - Method in class de.fhg.igd.util.ConsoleFilter.Err
 
print(Object) - Method in class de.fhg.igd.util.ConsoleFilter.Err
 
print(boolean) - Method in class de.fhg.igd.util.ConsoleFilter.Out
 
print(char) - Method in class de.fhg.igd.util.ConsoleFilter.Out
 
print(int) - Method in class de.fhg.igd.util.ConsoleFilter.Out
 
print(long) - Method in class de.fhg.igd.util.ConsoleFilter.Out
 
print(float) - Method in class de.fhg.igd.util.ConsoleFilter.Out
 
print(double) - Method in class de.fhg.igd.util.ConsoleFilter.Out
 
print(char[]) - Method in class de.fhg.igd.util.ConsoleFilter.Out
 
print(String) - Method in class de.fhg.igd.util.ConsoleFilter.Out
 
print(Object) - Method in class de.fhg.igd.util.ConsoleFilter.Out
 
print(String) - Method in class de.fhg.igd.util.logging.SystemOutProxy
 
print(String) - Method in class de.fhg.igd.util.TabularPrinter.Column
Prints the given string to this column.
print(int, String) - Method in class de.fhg.igd.util.TabularPrinter
Prints the given string to the column at the given index.
print0(String) - Method in class de.fhg.igd.util.TabularPrinter.Column
Used internally to print words.
printAliases(PrintStream) - Static method in class de.fhg.igd.crypto.Providers
Prints the list of known alias names to the given PrintStream.
printHelp() - Static method in class de.fhg.igd.util.ClassSource
Prints a help text about the command line option of the main method.
println() - Method in class de.fhg.igd.util.ConsoleFilter.Err
 
println(boolean) - Method in class de.fhg.igd.util.ConsoleFilter.Err
 
println(char) - Method in class de.fhg.igd.util.ConsoleFilter.Err
 
println(int) - Method in class de.fhg.igd.util.ConsoleFilter.Err
 
println(long) - Method in class de.fhg.igd.util.ConsoleFilter.Err
 
println(float) - Method in class de.fhg.igd.util.ConsoleFilter.Err
 
println(double) - Method in class de.fhg.igd.util.ConsoleFilter.Err
 
println(char[]) - Method in class de.fhg.igd.util.ConsoleFilter.Err
 
println(String) - Method in class de.fhg.igd.util.ConsoleFilter.Err
 
println(Object) - Method in class de.fhg.igd.util.ConsoleFilter.Err
 
println() - Method in class de.fhg.igd.util.ConsoleFilter.Out
 
println(boolean) - Method in class de.fhg.igd.util.ConsoleFilter.Out
 
println(char) - Method in class de.fhg.igd.util.ConsoleFilter.Out
 
println(int) - Method in class de.fhg.igd.util.ConsoleFilter.Out
 
println(long) - Method in class de.fhg.igd.util.ConsoleFilter.Out
 
println(float) - Method in class de.fhg.igd.util.ConsoleFilter.Out
 
println(double) - Method in class de.fhg.igd.util.ConsoleFilter.Out
 
println(char[]) - Method in class de.fhg.igd.util.ConsoleFilter.Out
 
println(String) - Method in class de.fhg.igd.util.ConsoleFilter.Out
 
println(Object) - Method in class de.fhg.igd.util.ConsoleFilter.Out
 
println(String) - Method in class de.fhg.igd.util.logging.SystemOutProxy
 
println(int, String) - Method in class de.fhg.igd.util.TabularPrinter
 
println(String) - Method in class de.fhg.igd.util.TabularPrinter
 
printProviders(PrintStream) - Static method in class de.fhg.igd.crypto.Providers
Prints the list of registered Providers to the given PrintStream.
printStream() - Static method in class de.fhg.igd.util.ConsoleFilter
Gets the "correct" print stream for the current thread.
prompt_ - Variable in class de.fhg.igd.util.SkeletonShell
The prompt command.
promptOverwrite_ - Variable in class de.fhg.igd.util.ConsolePassword.StreamMasker
DOCUMENT ME!
PROTO - Static variable in class de.fhg.igd.util.URL
 
protocol_ - Variable in class de.fhg.igd.util.URL
The protocol part in lower case.
Providers - Class in de.fhg.igd.crypto
Sets and resets the JCE Providers.
Providers() - Constructor for class de.fhg.igd.crypto.Providers
 
PTYPES_ - Static variable in class de.fhg.igd.util.SkeletonShell
The signature for use when requesting methods by means of Java Reflection.
pull() - Method in class de.fhg.igd.event.AsyncListener
Pulls an object from the queue and returns it.
pull() - Method in class de.fhg.igd.event.TrustedListener
Pulls an object from the queue and returns it.
pulseValue() - Method in class de.fhg.igd.util.concurrent.TransitionDetector
 
push(Object) - Method in class de.fhg.igd.event.AsyncListener
Pushes an object into the event queue and notifies any thread waiting on a change of the queue.
push(Object) - Method in class de.fhg.igd.event.TrustedListener
Pushes an object into the event queue and notifies any thread waiting on a change of the queue.
push(String) - Method in class de.fhg.igd.util.ClassClosure
Pushes the given class name onto the processing stack.
push(ClassFile) - Method in class de.fhg.igd.util.ClassClosure
Pushes a class including all classes referenced by it that are not excluded on the processing stack.
put(String, String) - Method in class de.fhg.igd.util.Attributes
Adds a key and value to this instance.
PWD - Static variable in class de.fhg.igd.util.SkeletonShell
The name of the shell's PWD variable.

Q

queue_ - Variable in class de.fhg.igd.event.AsyncListener
The FIFO buffer used to queue events.

R

RawKey - Class in de.fhg.igd.crypto
Provides the creation of raw keys from arbitrary byte arrays, for instance to initialize a message authentification code algorithm.
RawKey(byte[]) - Constructor for class de.fhg.igd.crypto.RawKey
Creates an instance with the given raw key.
rawKey_ - Variable in class de.fhg.igd.crypto.RawKey
Stores the key in its raw format.
RawURLConnection - Class in de.fhg.igd.net
The URLConnection class for the RAW protocol used by the RawOutGate and RawInGate.
RawURLConnection(URL) - Constructor for class de.fhg.igd.net.RawURLConnection
 
RawURLStreamHandler - Class in de.fhg.igd.net
A simple handler for the RAW protocol.
RawURLStreamHandler() - Constructor for class de.fhg.igd.net.RawURLStreamHandler
 
RC2ParameterGenerator - Class in de.fhg.igd.crypto
This class generates parameters for RC2 according to RFC 2311 and RFC 2268.
RC2ParameterGenerator() - Constructor for class de.fhg.igd.crypto.RC2ParameterGenerator
 
RC2Parameters - Class in de.fhg.igd.crypto
This class represents a RC2 Parameters as defined in RFC 2311 and RFC 2268.
RC2Parameters() - Constructor for class de.fhg.igd.crypto.RC2Parameters
 
rc_ - Variable in class de.fhg.igd.util.Lock
Counts the number of readers currently reading.
read() - Method in class de.fhg.igd.io.NullInputStream
This method always returns -1 (an empty stream)
read() - Method in class de.fhg.igd.io.StringSubstitutionInputStream
 
read() - Method in class de.fhg.igd.io.VariableSubstitutionInputStream
Reads the next byte of data from the input stream.
read() - Method in class de.fhg.igd.util.ConsoleFilter.In
 
read(byte[]) - Method in class de.fhg.igd.util.ConsoleFilter.In
 
read(byte[], int, int) - Method in class de.fhg.igd.util.ConsoleFilter.In
 
read(String) - Static method in class de.fhg.igd.util.Password
Reads in a password and returns it as a character array.
read_ - Variable in class de.fhg.igd.io.StringSubstitutionInputStream
A temporary read buffer
readConsoleSecure(String) - Static method in class de.fhg.igd.util.ConsolePassword
Reads and returns some sensitive piece of information (e.g.
reader_ - Variable in class de.fhg.igd.util.LineIterator
 
readLineSecure(PushbackInputStream) - Static method in class de.fhg.igd.util.ConsolePassword
Reads characters from in until an end-of-line sequence (EOL) or end-of-file (EOF) is encountered, and then returns the data as char[].
readObject(String) - Method in class de.fhg.igd.util.AbstractResource
Reads an object from the Resource.
readObject(String) - Method in interface de.fhg.igd.util.Resource
Reads an object from the Resource.
registerEventListener(Listener) - Method in class de.fhg.igd.util.TimeoutEventGenerator
Register the given listener to receive all timeout events generated by this class.
rememberOldest(String) - Method in class de.fhg.igd.util.MemoryCache
Remember the time order of the new entry in cache associated with the given key
remove(String) - Method in class de.fhg.igd.util.Attributes
Removes the entry with the given key and returns the value stored under that key if such a key exists.
remove(String) - Method in interface de.fhg.igd.util.Cache
Removes the cached entry with the given key.
remove() - Method in class de.fhg.igd.util.Enumerator
 
remove() - Method in class de.fhg.igd.util.LineIterator
Callers have no business removing pictures.
remove(String) - Method in class de.fhg.igd.util.MemoryCache
Removes the cached entry with the given key.
removeAttribute(String, String) - Method in class de.fhg.igd.util.LDAPWrapper
Removes the specified attribute.
removeEntry() - Method in class de.fhg.igd.util.ThreadPool
 
rename(String, String) - Method in class de.fhg.igd.util.FileResource
If resource item new already exists then it is replaced by old.
rename(String, String) - Method in class de.fhg.igd.util.GlassResource
 
rename(String, String) - Method in class de.fhg.igd.util.Manifest
If resource item new already exists then it is replaced by old.
rename(String, String) - Method in class de.fhg.igd.util.MemoryResource
If resource item new already exists then it is replaced by old.
rename(String, String) - Method in interface de.fhg.igd.util.Resource
If resource item new already exists then it is replaced by old.
rename(String, String) - Method in class de.fhg.igd.util.SubviewResource
If resource item destination already exists then it is replaced by source.
rename(String, String) - Method in class de.fhg.igd.util.ZipResource
If resource item new already exists then it is replaced by old.
repeatChars(char, int) - Static method in class de.fhg.igd.util.ConsolePassword.StreamMasker
Returns a String of the specified length which consists of entirely of the character c.
replaceAll(String, String, String) - Static method in class de.fhg.igd.util.VariableSubstitution
Comparable to String.replace(char,char) but not limited to characters, this method replaces all occurences of searchStr in the given string value with replacement.
reset() - Method in class de.fhg.igd.util.ArgsParser
Clears all options.
reset() - Method in class de.fhg.igd.util.ConsoleFilter.In
 
reset() - Method in class de.fhg.igd.util.Digester
Calls reset on all digests.
reset() - Method in class de.fhg.igd.util.GlassResource
Deletes the backing Resource and clears the internal deletion flags.
resolveAlgorithmNames(String[]) - Method in class de.fhg.igd.util.Digester
Resolves the algorithm names to the names of the trusted algorithms.
resolveAlias(String[], Map) - Static method in class de.fhg.igd.util.ArgsParser
Resolves any aliases that may apply to argv.
resolveVariable(String, Map) - Static method in class de.fhg.igd.util.ArgsParser
Returns the value of the variable with name var.
Resource - Interface in de.fhg.igd.util
This interface defines methods for abstract resources.
resource_ - Variable in class de.fhg.igd.bin.ClassBundle
 
resource_ - Variable in class de.fhg.igd.util.SubviewResource
The resource to which this one gives a subview.
RESOURCE_URL_PROTOCOL - Static variable in class de.fhg.igd.util.ClassSource
The protocol identifier for resource URLs
ResourceException - Exception in de.fhg.igd.util
This exception indicates that an error occurred while creating or accessing a Resource.
ResourceException() - Constructor for exception de.fhg.igd.util.ResourceException
 
ResourceException(String) - Constructor for exception de.fhg.igd.util.ResourceException
 
ResourceException(String, Exception) - Constructor for exception de.fhg.igd.util.ResourceException
Constructs an exception with the given message and encapsulated exception.
ResourceFilter - Interface in de.fhg.igd.util
This interface specifies a filter that may be passed to Resource instances in order to filter the names of resource items returned by the list methods.
Resources - Class in de.fhg.igd.util
This class provides utility methods for Resources.
Resources() - Constructor for class de.fhg.igd.util.Resources
No one instantiates this.
restore() - Static method in class de.fhg.igd.util.ConsoleFilter
Restores the original input and output streams of the Virtual Machine.
returnCode_ - Variable in class de.fhg.igd.util.VariablesContextImpl
The return code.
reverseLookup() - Method in class de.fhg.igd.util.InetAddressInfo
Requests the host name giving the instance's IP address and stores the result internally again.
rightChild_ - Variable in class de.fhg.igd.util.CompositeCondition
 
rnd_ - Variable in class de.fhg.igd.crypto.DESParameterGenerator
The source of randomness used to generate IVs.
rnd_ - Variable in class de.fhg.igd.crypto.PBEParameterGenerator
The source of randomness used to generate IVs.
rnd_ - Variable in class de.fhg.igd.crypto.RC2ParameterGenerator
The source of randomness used to generate IVs.
ro_ - Variable in class de.fhg.igd.util.GlassResource
The wrapped read-only Resource.
ROOT - Static variable in interface de.fhg.igd.util.Resource
A CanonicalPath that specifies the root of a resource.
root_ - Variable in class de.fhg.igd.util.FileResource
Holds the directory file in which the resource items are created and stored.
run(String[]) - Method in class de.fhg.igd.bin.ClassBundle
 
run() - Method in class de.fhg.igd.crypto.A8Provider.Defines
 
run() - Method in class de.fhg.igd.event.AsyncListener
Runs the notifier thread which handles asynchronous notification of the listeners.
run() - Method in class de.fhg.igd.io.Pipe
The functionality of the pipeThread, which transfers data from the pipe's input to its output stream.
run() - Method in class de.fhg.igd.util.ClassClosure
Runs the closure computation.
run() - Method in class de.fhg.igd.util.ConsolePassword.StreamMasker
Repeatedly overwrites the current line of out with prompt followed by blanks.
run() - Method in class de.fhg.igd.util.SkeletonShell.Job
 
run(boolean) - Method in class de.fhg.igd.util.SkeletonShell
The general purpose command line processing method.
run(Runnable) - Method in class de.fhg.igd.util.ThreadPool.Entry
Runs the given job in this thread.
run() - Method in class de.fhg.igd.util.ThreadPool.Entry
The first thing this method (and this thread) does is to enter the owning thread pool.
run(Runnable) - Method in class de.fhg.igd.util.ThreadPool
Schedules a job for execution.
run() - Method in class de.fhg.igd.util.TimeoutEventGenerator
This method represents the functionality of the timeout daemon.
run0(InputStream, PrintStream, String[]) - Method in class de.fhg.igd.util.SkeletonShell
 
running_ - Variable in class de.fhg.igd.event.AsyncListener
A flag that signals whether this listener is already running.

S

salt_ - Variable in class de.fhg.igd.crypto.PBEParameters
The salt value.
sanitize(String[]) - Method in class de.fhg.igd.util.CanonicalPath
Sanitizes the given string by removing references to local and parent directories ('.', '..') from it as well as elements with length 0.
scanDir(File) - Method in class de.fhg.igd.util.DirectoryScanner
Recursive scanning.
scanner_ - Variable in class de.fhg.igd.util.DirectoryErasor
The DirectoryScanner used to traverse the directory during deletion.
scanner_ - Variable in class de.fhg.igd.util.Zipper
The directory scanner being used.
ScannerDelegate - Interface in de.fhg.igd.util
The interface classes need to implement that want to be controlled by a DirectoryScanner.
search(String, String) - Method in class de.fhg.igd.util.LDAPWrapper
Searches for entries that contain a specified attribute.
search(String, String, Object) - Method in class de.fhg.igd.util.LDAPWrapper
Searches for entries that contain the specified attribute with the specified value.
search(String, String[], Object[]) - Method in class de.fhg.igd.util.LDAPWrapper
Searches for entries that contain the specified attributes with the specified values.
searchAlgorithm(PrintStream, String) - Static method in class de.fhg.igd.crypto.Providers
Searches an algorithm within the registered provider list and prints the search result to the given PrintStream.
sendSignal(String) - Method in class de.fhg.igd.util.Signals
This method signals all threads waiting on the signal with the given name.
separator_ - Variable in class de.fhg.igd.util.CanonicalPath
The separator char.
set(InputStream, PrintStream, PrintStream) - Static method in class de.fhg.igd.util.ConsoleFilter
Sets the streams of the current thread, given the current thread has permission RuntimePermission(getName()+".initCurrentThread") .
set(String, String) - Method in interface de.fhg.igd.util.VariablesContext
Sets a variable.
set(String, String) - Method in class de.fhg.igd.util.VariablesContextImpl
Sets a variable.
setAttributeValue(String, String, Object) - Method in class de.fhg.igd.util.LDAPWrapper
Sets the value of the attribute with the specified name to the given value.
setCapacity(int) - Method in class de.fhg.igd.util.ThreadPool
Sets the capacity of this ThreadPool.
setCapacity0(int) - Method in class de.fhg.igd.util.ThreadPool
 
setClassAssertionStatus(String, boolean) - Method in class de.fhg.igd.util.DummyClassLoader
 
setContext(VariablesContext) - Static method in class de.fhg.igd.util.Variables
Annotates the current thread with the given VariableContext.
setDefaultAssertionStatus(boolean) - Method in class de.fhg.igd.util.DummyClassLoader
 
setExportJava(boolean) - Method in class de.fhg.igd.util.ClassClosure
The flag set by this method indicates whether Java source code is exported with the class files or not.
setExportResource(Resource) - Method in class de.fhg.igd.util.ClassClosure
Sets the Resource to which the classes are exported that are in the closure.
setHighwater(int) - Method in class de.fhg.igd.event.AsyncListener
Sets the highwater mark.
setHost(String) - Method in class de.fhg.igd.util.URL
Sets the hostname.
setManifest(Manifest) - Method in class de.fhg.igd.util.ClassClosure
Sets the Manifest file that is used to collect digest information on the classes in the closure.
setMaxSize(long) - Method in interface de.fhg.igd.util.Cache
Sets the maximum number of entries which can be stored in the cache.
setMaxSize(long) - Method in class de.fhg.igd.util.MemoryCache
Sets the maximum number of entries which can be stored in the cache.
setPackageAssertionStatus(String, boolean) - Method in class de.fhg.igd.util.DummyClassLoader
 
setPassword(String) - Method in class de.fhg.igd.util.URL
Sets the password.
setPath(String) - Method in class de.fhg.igd.util.URL
Sets the url-path.
setPort(int) - Method in class de.fhg.igd.util.URL
Sets the port number.
setProtocol(String) - Method in class de.fhg.igd.util.URL
Sets the protocol identifier.
setReturnCode(int) - Method in interface de.fhg.igd.util.VariablesContext
Sets a return code.
setReturnCode(int) - Method in class de.fhg.igd.util.VariablesContextImpl
Sets a return code.
setTimeout(long) - Method in interface de.fhg.igd.util.Cache
Sets the timeout of entries in the database.
setTimeout(long) - Method in class de.fhg.igd.util.MemoryCache
Sets the default timeout of entries in the database.
setUser(String) - Method in class de.fhg.igd.util.URL
Sets the user name.
setUserClassPath(String) - Method in class de.fhg.igd.util.ClassSource
Sets the given user classpaths.
setUserClassPaths(String[]) - Method in class de.fhg.igd.util.ClassSource
Sets the given user classpaths.
setUserClassResource(Resource) - Method in class de.fhg.igd.util.ClassSource
Sets the given user class resource.
setUserClassUrls(URL[]) - Method in class de.fhg.igd.util.ClassSource
Sets the given user class URLs.
setValue(boolean) - Method in interface de.fhg.igd.util.concurrent.BooleanLock
 
setValue(boolean) - Method in class de.fhg.igd.util.concurrent.TransitionDetector
 
setValue(Object) - Method in class de.fhg.igd.util.MapEntry
 
sh_alias(String[]) - Method in class de.fhg.igd.util.SkeletonShell
Defines an alias or prints its definition.
sh_echo(String[]) - Method in class de.fhg.igd.util.SkeletonShell
Echoes the parameters to the output.
sh_exit(String[]) - Method in class de.fhg.igd.util.SkeletonShell
Exits the shell's main loop.
sh_help(String[]) - Method in class de.fhg.igd.util.SkeletonShell
Prints some useful information such as the list of built-in commands.
sh_java(String[]) - Method in class de.fhg.igd.util.SkeletonShell
Calls the class with the name in argv[0] with the remaining arguments.
sh_printenv(String[]) - Method in class de.fhg.igd.util.SkeletonShell
Prints the shell's environment variables.
sh_prompt(String[]) - Method in class de.fhg.igd.util.SkeletonShell
Sets the shell prompt.
sh_run(String[]) - Method in class de.fhg.igd.util.SkeletonShell
Creates an instance of the class whose name is provided as the single argument, and runs/starts it.
sh_setenv(String[]) - Method in class de.fhg.igd.util.SkeletonShell
Sets a shell environment variable.
sh_skip(String[]) - Method in class de.fhg.igd.util.SkeletonShell
Skips until the given label is encountered.
sh_source(String[]) - Method in class de.fhg.igd.util.SkeletonShell
Reads in a shell script and executes the commands found therein.
sh_threads(String[]) - Method in class de.fhg.igd.util.SkeletonShell
 
sh_unalias(String[]) - Method in class de.fhg.igd.util.SkeletonShell
Removes the alias definition with the given identifier.
sh_why(String[]) - Method in class de.fhg.igd.util.SkeletonShell
Prints the most recent stack trace of a command execution.
SHELL_VARIABLES - Static variable in class de.fhg.igd.util.VariableSubstitution
Flag signals substitution of Shell Variables.
shutdown() - Method in class de.fhg.igd.util.ThreadPool
Shuts down as many threads of the thread pool as possible, set the capacity to 0, and interrupts all remaining threads.
Signals - Class in de.fhg.igd.util
This is a convenience class for writing objects that block on signals such as closing a window.
Signals() - Constructor for class de.fhg.igd.util.Signals
Creates an instance of this class.
signals_ - Variable in class de.fhg.igd.util.Signals
This map holds the named objects.
signals_ - Variable in class de.fhg.igd.util.TimeoutEventGenerator
Used for signaling the timeoutThread.
sink_ - Variable in class de.fhg.igd.util.Zipper
The output stream to which the ZIP archive is written.
size() - Method in class de.fhg.igd.util.ThreadPool
Returns the current size of the thread pool.
size_ - Variable in class de.fhg.igd.crypto.PBEParameterGenerator
The iteration count.
size_ - Variable in class de.fhg.igd.crypto.RC2ParameterGenerator
The key size.
size_ - Variable in class de.fhg.igd.util.Attributes
The number of mappings.
SIZEOF_Class_info - Static variable in class de.fhg.igd.util.ClassFile
The size of a CONSTANT_Class_info structure.
SIZEOF_Double_info - Static variable in class de.fhg.igd.util.ClassFile
The size of a CONSTANT_Double_info structure.
SIZEOF_Fieldref_info - Static variable in class de.fhg.igd.util.ClassFile
The size of a CONSTANT_Fieldref_info structure.
SIZEOF_Float_info - Static variable in class de.fhg.igd.util.ClassFile
The size of a CONSTANT_Float_info structure.
SIZEOF_Integer_info - Static variable in class de.fhg.igd.util.ClassFile
The size of a CONSTANT_Integer_info structure.
SIZEOF_InterfaceMethodref_info - Static variable in class de.fhg.igd.util.ClassFile
The size of a CONSTANT_InterfaceMethodref_info structure.
SIZEOF_Interfaces_info - Static variable in class de.fhg.igd.util.ClassFile
The size of an interfaces_info structure.
SIZEOF_Long_info - Static variable in class de.fhg.igd.util.ClassFile
The size of a CONSTANT_Long_info structure.
SIZEOF_Methodref_info - Static variable in class de.fhg.igd.util.ClassFile
The size of a CONSTANT_Methodref_info structure.
SIZEOF_NameAndType_info - Static variable in class de.fhg.igd.util.ClassFile
The size of a CONSTANT_NameAndType_info structure.
SIZEOF_String_info - Static variable in class de.fhg.igd.util.ClassFile
The size of a CONSTANT_String_info structure.
sizeofAttributeInfo(int) - Method in class de.fhg.igd.util.ClassFile
Returns the size of the attribute_info structure at the given position in the class file buffer.
sizeofFieldInfo(int) - Method in class de.fhg.igd.util.ClassFile
Returns the size of the field_info structure at the given position in the class file buffer.
sizeofFieldOrMethodInfo0(int) - Method in class de.fhg.igd.util.ClassFile
Returns the size of the field_info resp.
sizeofMethodInfo(int) - Method in class de.fhg.igd.util.ClassFile
Returns the size of the method_info structure at the given position in the class file buffer.
SkeletonShell - Class in de.fhg.igd.util
This class represents a basic shell.
SkeletonShell() - Constructor for class de.fhg.igd.util.SkeletonShell
Creates a new instance.
SkeletonShell.Job - Class in de.fhg.igd.util
Runs piped shell commands.
SkeletonShell.Job(ThreadGroup, InputStream, PrintStream, String[]) - Constructor for class de.fhg.igd.util.SkeletonShell.Job
 
skip(long) - Method in class de.fhg.igd.util.ConsoleFilter.In
 
SLASH - Static variable in class de.fhg.igd.util.URL
 
SLASH2 - Static variable in class de.fhg.igd.util.URL
 
slave_ - Variable in class de.fhg.igd.util.ThreadPool.Entry
The slave that is actually doing the job.
source_ - Variable in class de.fhg.igd.util.ManifestVerifier
The Resource against which a Manifest is verified.
SOURCE_ALL - Static variable in class de.fhg.igd.util.ClassSource
SOURCE_ALL is element of a set of flags given as bit string, which describe the source of a class: This flag describes a class located in any of the system or user sources.
SOURCE_BOOT_CLASSPATH - Static variable in class de.fhg.igd.util.ClassSource
SOURCE_BOOT_CLASSPATH is element of a set of flags given as bit string, which describe the source of a class: A class source with
SOURCE_NOT_FOUND - Static variable in class de.fhg.igd.util.ClassSource
SOURCE_NOT_FOUND is element of a set of flags given as bit string describe the source of a class: If this flag is set the class could not be found within the system or user class sources.
SOURCE_SYSTEM - Static variable in class de.fhg.igd.util.ClassSource
SOURCE_SYSTEM is element of a set of flags given as bit string, which describe the source of a class: A class source with
SOURCE_SYSTEM_CLASSPATH - Static variable in class de.fhg.igd.util.ClassSource
SOURCE_SYSTEM_CLASSPATH is element of a set of flags given as bit string, which describe the source of a class: A class source with
SOURCE_SYSTEM_JARFILE - Static variable in class de.fhg.igd.util.ClassSource
SOURCE_SYSTEM_JARFILE is element of a set of flags given as bit string, which describe the source of a class: A class source with
SOURCE_USER - Static variable in class de.fhg.igd.util.ClassSource
SOURCE_USER is element of a set of flags given as bit string, which describe the source of a class: A class source with
SOURCE_USER_CLASSRESOURCE - Static variable in class de.fhg.igd.util.ClassSource
SOURCE_USER_CLASSRESOURCE is element of a set of flags given as bit string, which describe the source of a class: A class source with
SOURCE_USER_LOCALCLASS - Static variable in class de.fhg.igd.util.ClassSource
SOURCE_USER_LOCALCLASS is element of a set of flags given as bit string, which describe the source of a class: A class source with
SOURCE_USER_REMOTECLASS - Static variable in class de.fhg.igd.util.ClassSource
SOURCE_USER_REMOTECLASS is element of a set of flags given as bit string, which describe the source of a class: A class source with
sourceFile() - Method in class de.fhg.igd.util.ClassFile
Returns the source file corresponding to the loaded class file, when known.
SourceFile_attribute - Static variable in class de.fhg.igd.util.ClassFile
The name of SourceFile attribute.
SP_ - Static variable in class de.fhg.igd.util.TabularPrinter
The default fill pattern.
space0() - Method in class de.fhg.igd.util.TabularPrinter.Column
 
space_ - Variable in class de.fhg.igd.util.TabularPrinter.Column
Signals that a space must be printed before the next word.
stack_ - Variable in class de.fhg.igd.util.ClassClosure
The stack used for breadth first search.
stackTrace_ - Variable in class de.fhg.igd.util.SkeletonShell
The last stack trace caught in the course of an error in exec(String[]).
start() - Method in class de.fhg.igd.io.Pipe
Start or restart the pipeThread to transfer data from the pipe's input to its output stream in asynchronous mode.
start() - Method in class de.fhg.igd.util.DirectoryErasor
Starts the erasing procedure.
start() - Method in class de.fhg.igd.util.DirectoryScanner
Does the scanning.
start() - Method in class de.fhg.igd.util.TimeoutEventGenerator
Starts the timeoutThread.
start() - Method in class de.fhg.igd.util.Zipper
Starts the zipping.
startScan(DirectoryScanner) - Method in class de.fhg.igd.util.DirectoryErasor
Called by the directory scanner befor the scanning starts.
startScan(DirectoryScanner) - Method in class de.fhg.igd.util.FileList
Not used.
startScan(DirectoryScanner) - Method in interface de.fhg.igd.util.ScannerDelegate
Called by the directory scanner befor the scanning starts.
startScan(DirectoryScanner) - Method in class de.fhg.igd.util.Zipper
Called by the directory scanner befor the scanning starts.
STATE_EAT - Static variable in class de.fhg.igd.util.ArgsParser
Busy eating up characters.
STATE_SKIP - Static variable in class de.fhg.igd.util.ArgsParser
Skipping white spaces between args.
STATE_VAR - Static variable in class de.fhg.igd.util.ArgsParser
Found beginning of a variable '$'.
STATE_VARQUOTE - Static variable in class de.fhg.igd.util.ArgsParser
Reading of variable name "${".
stop() - Method in class de.fhg.igd.io.Pipe
Stops the pipeThread.
stop() - Method in class de.fhg.igd.util.ConsolePassword.StreamMasker
Signals any thread executing run to stop masking and exit run.
stop() - Method in class de.fhg.igd.util.TimeoutEventGenerator
Stops the timeoutThread.
store(Resource) - Method in class de.fhg.igd.util.AbstractResource
Copies this resource to the given one.
store(OutputStream) - Method in class de.fhg.igd.util.Manifest
Stores the manifest file into the given output stream.
store(OutputStream) - Method in class de.fhg.igd.util.MemoryResource
Writes the contents of the memory delegate to the given output stream.
store(Resource) - Method in interface de.fhg.igd.util.Resource
Copies this resource to the given one.
string_ - Variable in class de.fhg.igd.util.StringTransformer
The string represented by the instance.
stringBuffer_ - Variable in class de.fhg.igd.util.StringTransformer
The string_ as string buffer.
StringCondition - Class in de.fhg.igd.util
This condition checks if the query contains a key/value pair that matches the stored pair.
StringCondition(String, String) - Constructor for class de.fhg.igd.util.StringCondition
Class Constructor.
StringSubstitutionInputStream - Class in de.fhg.igd.io
This is an InputStream wrapper that provides simple String substitution while reading from it.
StringSubstitutionInputStream(InputStream, Map) - Constructor for class de.fhg.igd.io.StringSubstitutionInputStream
Creates a StringSubstitutionInputStream wrapping the given InputStream.
StringTransformer - Class in de.fhg.igd.util
Transforms different representations of a string into each other.
StringTransformer() - Constructor for class de.fhg.igd.util.StringTransformer
The default constructor creates an instance of this class.
StringTransformer(String) - Constructor for class de.fhg.igd.util.StringTransformer
Creates an instance of this class and initialize it with the given string.
StringTransformer(StringBuffer) - Constructor for class de.fhg.igd.util.StringTransformer
Creates an instance of this class and initialize it with the given string buffer.
StringTransformer(byte[]) - Constructor for class de.fhg.igd.util.StringTransformer
Creates an instance of this class and initialize it with the given byte array.
StringTransformer(char[]) - Constructor for class de.fhg.igd.util.StringTransformer
Creates an instance of this class and initialize it with the given character array.
StringTransformer(String, int) - Constructor for class de.fhg.igd.util.StringTransformer
Creates an instance of this class and initializes it with the given string representation of a character array.
stringValue(String) - Method in class de.fhg.igd.util.ArgsParser
 
stringValue(String, String) - Method in class de.fhg.igd.util.ArgsParser
 
stringValue(String) - Static method in class de.fhg.igd.util.WhatIs
Returns the value of the given key in the global static definitions.
subst_ - Variable in class de.fhg.igd.io.StringSubstitutionInputStream
The substitution map
subview(String) - Method in class de.fhg.igd.util.AbstractResource
Returns a subview of the given resource.
subview(String) - Method in class de.fhg.igd.util.FileResource
Returns a subview of the given resource.
subview(String) - Method in class de.fhg.igd.util.GlassResource
 
subview(String) - Method in class de.fhg.igd.util.Manifest
Returns a subview of the given resource.
subview(String) - Method in class de.fhg.igd.util.MemoryResource
Returns a subview of the given resource.
subview(String) - Method in interface de.fhg.igd.util.Resource
Returns a subview of the given resource.
subview(String) - Method in class de.fhg.igd.util.SubviewResource
Returns a subview of the given resource.
SubviewResource - Class in de.fhg.igd.util
This class implements a Resource that reads data from a ZIP file.
SubviewResource(Resource, String) - Constructor for class de.fhg.igd.util.SubviewResource
Creates a subview of the given resource.
SUFFIX - Static variable in class de.fhg.igd.util.FileResource
The suffix of the resource's root directory name when the no-args constructor is being used.
superClass() - Method in class de.fhg.igd.util.ClassFile
Returns the fully qualified super class name corresponding to the analyzed class file.
superClass_ - Variable in class de.fhg.igd.util.ClassFile
The name of the super class.
SwingToolkit - Class in de.fhg.igd.util.ui
 
SwingToolkit() - Constructor for class de.fhg.igd.util.ui.SwingToolkit
 
Synthetic_attribute - Static variable in class de.fhg.igd.util.ClassFile
The name of Synthetic attribute.
SYSTEM_PROPERTIES - Static variable in class de.fhg.igd.util.VariableSubstitution
Flag signals substitution of System Properties.
systemClassInputStream(String) - Static method in class de.fhg.igd.util.ClassSource
Returns the InputStream of the class file corresponding to the system class with the given className, or null if the given class is not found.
systemClassPaths_ - Static variable in class de.fhg.igd.util.ClassSource
This String array contains the different paths from the Java System Property java.class.path.
systemClassSource(String) - Static method in class de.fhg.igd.util.ClassSource
Returns the source of the system class with the given className.
systemClassUrl(String) - Static method in class de.fhg.igd.util.ClassSource
Returns the URL of the system class with the given className, or null if the given class is not found.
systemJarFiles_ - Static variable in class de.fhg.igd.util.ClassSource
This String array contains the different paths from the Java System Property java.ext.dirs.
SystemOutProxy - Class in de.fhg.igd.util.logging
This can be used if no other logging framwork is present or can be run (configured) properly.
SystemOutProxy() - Constructor for class de.fhg.igd.util.logging.SystemOutProxy
Creates a new instance of SystemOutProxy
systemResourceInputStream(String) - Static method in class de.fhg.igd.util.ClassSource
Returns the InputStream of the resource file corresponding to the system resource with the given resourceFile name, or null if the given resource file is not found.
systemResourceSource(String) - Static method in class de.fhg.igd.util.ClassSource
Returns the source of the system resource file with the given resourceFile name.
systemResourceUrl(String) - Static method in class de.fhg.igd.util.ClassSource
Returns the URL of the system resource with the given resourceFile name, or null if the given resource file is not found.

T

t2cl_ - Static variable in class de.fhg.igd.util.ArgsParser
Maps classes to type identifier characters.
TabularPrinter - Class in de.fhg.igd.util
This print stream supports output to a number of configurable columns that make up a table.
TabularPrinter(PrintStream) - Constructor for class de.fhg.igd.util.TabularPrinter
Creates an instance that writes to the given PrintStream.
TabularPrinter(PrintStream, int) - Constructor for class de.fhg.igd.util.TabularPrinter
Creates an instance that writes to the given PrintStream and allocates space for the given number of separator strings and columns.
TabularPrinter.Column - Class in de.fhg.igd.util
Represents a column in the table output of the TabularPrinter.
TabularPrinter.Column(int) - Constructor for class de.fhg.igd.util.TabularPrinter.Column
Creates an instance with the given width.
tag() - Method in interface de.fhg.igd.util.VariablesContext
 
tag() - Method in class de.fhg.igd.util.VariablesContextImpl
 
tag_ - Variable in class de.fhg.igd.util.VariablesContextImpl
The name tag that is used to check permissions.
tail(String[], int) - Static method in class de.fhg.igd.util.ArgsParser
Returns the last elements of array argv starting with the lement at index offset.
tail(int) - Method in class de.fhg.igd.util.CanonicalPath
Returns a new path instance with all path elements of this one starting from the given index.
targets_ - Variable in class de.fhg.igd.event.EventReflectorImpl
The private list that is used to keep references to the listeners.
TEN_BLANKS_ - Static variable in class de.fhg.igd.util.ConsolePassword.StreamMasker
DOCUMENT ME!
thisClass() - Method in class de.fhg.igd.util.ClassFile
Returns the fully qualified class name corresponding to the analyzed class file.
thisClass_ - Variable in class de.fhg.igd.util.ClassFile
The name of the class.
ThreadPool - Class in de.fhg.igd.util
This class provides a thread pool with a given capacity (number of threads).
ThreadPool(int) - Constructor for class de.fhg.igd.util.ThreadPool
Creates a thread pool with the given capacity.
ThreadPool(int, String) - Constructor for class de.fhg.igd.util.ThreadPool
Creates a thread pool with the given capacity.
ThreadPool(ThreadGroup, int, String) - Constructor for class de.fhg.igd.util.ThreadPool
Creates a thread pool with the given capacity.
ThreadPool.Entry - Class in de.fhg.igd.util
A thread in the ThreadPool.
ThreadPool.Entry() - Constructor for class de.fhg.igd.util.ThreadPool.Entry
Creates a thread pool entry that re-enters itself into the given thread pool.
threshold_ - Variable in class de.fhg.igd.util.Digester
The threshold number of trusted digests required for acceptance.
threshold_ - Variable in class de.fhg.igd.util.Manifest
The threshold of trsuted digests required to accepts data.
TIMEOUT - Static variable in class de.fhg.igd.util.TimeoutEvent
 
timeout_ - Variable in class de.fhg.igd.util.MemoryCache
Timeout for entries in milli seconds.
TimeoutEvent - Class in de.fhg.igd.util
This class represents a timing event.
TimeoutEvent(String, String) - Constructor for class de.fhg.igd.util.TimeoutEvent
Creates an instance.
TimeoutEventGenerator - Class in de.fhg.igd.util
This class provides a timed event generator.
TimeoutEventGenerator() - Constructor for class de.fhg.igd.util.TimeoutEventGenerator
Creates a new instance of the event generator.
TimeoutEventGenerator(Listener) - Constructor for class de.fhg.igd.util.TimeoutEventGenerator
Creates a new instance of the event generator and registers the given event listener.
timeoutEventGenerator_ - Variable in class de.fhg.igd.util.MemoryCache
The timeout event generator used to invalidate cache entries after a certain timeout.
timeoutIndex_ - Variable in class de.fhg.igd.util.MemoryCache
References to all entries of the database sorted over timestamps (in a TreeMap).
timeoutIndex_ - Variable in class de.fhg.igd.util.TimeoutEventGenerator
References to all registered identifiers sorted over timestamps (in a TreeMap).
timeoutLock_ - Variable in class de.fhg.igd.util.TimeoutEventGenerator
The internal lock object to synchronize access within timeout management.
timeoutThread_ - Variable in class de.fhg.igd.util.TimeoutEventGenerator
Thread that provides the timeout functionality.
TMP - Static variable in class de.fhg.igd.util.FileResource
The temporary directory.
toByteArray() - Method in class de.fhg.igd.util.ClassFile
Returns the loaded class file as byte array
toClassName(String) - Method in class de.fhg.igd.util.ClassFile
Transformes a class name separated by slashes ('/') into a dot ('.') separated class name.
toClassPart(String) - Method in class de.fhg.igd.util.ClassFile
Returns the class part of a fully qualified class name.
toFileSyntaxString() - Method in class de.fhg.igd.util.CompositeCondition
Returns a string representation of this condition corresponding to syntax in the semoa.policy file.
toFileSyntaxString() - Method in interface de.fhg.igd.util.Condition
Returns a string representation of this condition corresponding to syntax in the semoa.policy file.
toFileSyntaxString() - Method in class de.fhg.igd.util.NameCondition
Returns a string representation of this condition corresponding to syntax in the semoa.policy file.
toFileSyntaxString() - Method in class de.fhg.igd.util.StringCondition
Returns a string representation of this condition corresponding to syntax in the semoa.policy file.
toFileSyntaxStringRecurse(int) - Method in class de.fhg.igd.util.CompositeCondition
Does the actual parsing of the condition in order to determine the needed number of spaces and other special characters needed in the representation of this composite condition in the semoa.policy file.
toHexString(byte[]) - Static method in class de.fhg.igd.util.ClassFile
Returns the hex dump of the given data as string, wherein single bytes are separated by spaces.
toInputStream() - Method in class de.fhg.igd.util.ClassFile
Returns an input stream with the bytes of the loaded class fiel.
tokenize(String, char) - Method in class de.fhg.igd.util.CanonicalPath
Transforms the given string into an array of strings by slicing it up at the boundaries determined by means of the separator char.
toPackagePart(String) - Method in class de.fhg.igd.util.ClassFile
Returns the package part of a fully qualified class name.
toString(String[]) - Method in class de.fhg.igd.util.AbstractPermission
 
toString() - Method in class de.fhg.igd.util.CanonicalPath
Returns the path as a string.
toString() - Method in class de.fhg.igd.util.ClassFile
Returns the string representation of the loaded class file as pretty printed class signature.
toString(boolean) - Method in class de.fhg.igd.util.ClassFile
Returns the string representation of the loaded class file as pretty printed class signature.
toString() - Method in class de.fhg.igd.util.CompositeCondition
Returns a string representation of this condition.
toString() - Method in class de.fhg.igd.util.concurrent.TransitionDetector
 
toString() - Method in interface de.fhg.igd.util.Condition
Returns a string representation of this condition.
toString() - Method in class de.fhg.igd.util.InetAddressInfo
Returns the string representation of all information about the intance's internet address.
toString() - Method in class de.fhg.igd.util.MemoryCache
Returns the string representation of this cache as list of its entries sorted over their keys.
toString() - Method in class de.fhg.igd.util.NameCondition
Returns a string representation of this condition.
toString() - Method in class de.fhg.igd.util.StringCondition
Returns a string representation of this condition.
toString() - Method in class de.fhg.igd.util.StringTransformer
Returns the string represented by the instance.
toString() - Method in class de.fhg.igd.util.TimeoutEvent
Returns a string representation of this object.
toString() - Method in class de.fhg.igd.util.TimeoutEventGenerator
Returns the string representation of this cache as list of its entries sorted over their keys.
toString() - Method in class de.fhg.igd.util.URL
Returns a string representation of this URL.
toString() - Method in class de.fhg.igd.util.VariablesPermission
Returns a string representation of this instance.
transformClassToFile(String) - Static method in class de.fhg.igd.util.ClassSource
Transformes the given className into a corresponding file name denoting the class within the directory of a class path.
transformFileToClass(String) - Static method in class de.fhg.igd.util.ClassSource
Transforms the given classFile as file name denoting a class within the directory of a class path intothe corresponding class name.
TransitionDetector - Class in de.fhg.igd.util.concurrent
This is a BooleanLock.
TransitionDetector(boolean) - Constructor for class de.fhg.igd.util.concurrent.TransitionDetector
 
trim(int) - Method in class de.fhg.igd.event.AsyncListener
Trims the event queue down to the given size.
trimToSize() - Method in class de.fhg.igd.util.Attributes
This method trims the capacity of this instance to the size.
trueToFalseLock - Variable in class de.fhg.igd.util.concurrent.TransitionDetector
 
trusted_ - Variable in class de.fhg.igd.util.Digester
The map of trusted digest algorithms.
trusted_ - Variable in class de.fhg.igd.util.Manifest
The names of the trusted message digest algorithms.
TrustedListener - Class in de.fhg.igd.event
Listens on notifier objects.
TrustedListener(ThreadGroup, Listener) - Constructor for class de.fhg.igd.event.TrustedListener
Creates an instance in the given thread group with the given target listener.
TrustedListener(ThreadGroup, String, Listener) - Constructor for class de.fhg.igd.event.TrustedListener
Creates an instance in the given thread group with the given name and given target listener.
TrustedListener(Listener) - Constructor for class de.fhg.igd.event.TrustedListener
Creates an instance with the given target.
TrustedListener(String, Listener) - Constructor for class de.fhg.igd.event.TrustedListener
Creates an instance with the given name and target.
TrustedListener(Listener, int) - Constructor for class de.fhg.igd.event.TrustedListener
Creates a notifier slave with the highwater mark given as argument.
type_ - Variable in class de.fhg.igd.util.ArgsParser.Option
 
type_ - Variable in class de.fhg.igd.util.ByteArrayDataSource
The MIME type of the data.
type_ - Variable in class de.fhg.igd.util.CompositeCondition
 
TYPE_FLAG - Static variable in class de.fhg.igd.util.ArgsParser
The identifier of flag types.

U

u2(int, int) - Method in class de.fhg.igd.util.ClassClosure
 
u2(int, int) - Method in class de.fhg.igd.util.ClassFile
Transforms the 2 bytes h and l from the class file buffer into the corresponding 32 Bit integer value.
u4(int, int, int, int) - Method in class de.fhg.igd.util.ClassFile
Transforms the 4 bytes a, b, c, and d from the class file buffer into the corresponding 64 Bit integer value.
UndefinedOptionException - Exception in de.fhg.igd.util
Thrown when the value for a known and valid option is requested but no value is yet assigned to that option.
UndefinedOptionException() - Constructor for exception de.fhg.igd.util.UndefinedOptionException
 
UndefinedOptionException(String) - Constructor for exception de.fhg.igd.util.UndefinedOptionException
 
UnknownOptionException - Exception in de.fhg.igd.util
Thrown when a queried option was not declared upon creating the ArgsParser.
UnknownOptionException() - Constructor for exception de.fhg.igd.util.UnknownOptionException
 
UnknownOptionException(String) - Constructor for exception de.fhg.igd.util.UnknownOptionException
 
unwrapException(Throwable) - Static method in class de.fhg.igd.util.Exceptions
Unwraps the given Exception if possible.
unzip(InputStream, Resource) - Static method in class de.fhg.igd.util.Resources
Unzips the zipped data in the given input stream and writes the resulting files to the given Resource.
unzip(InputStream, Resource, long) - Static method in class de.fhg.igd.util.Resources
Unzips the zipped data in the given input stream and writes the resulting files to the given Resource.
unzip(InputStream, File) - Static method in class de.fhg.igd.util.Zipper
Unzips the data from the given InputStream to the given directory.
unzip(InputStream, File, long) - Static method in class de.fhg.igd.util.Zipper
Unzips the data from the given InputStream to the given directory.
UPHP - Static variable in class de.fhg.igd.util.URL
 
URL - Class in de.fhg.igd.util
Represents a URL.
URL(String) - Constructor for class de.fhg.igd.util.URL
Creates an instance with the given URL string.
URL(String, String, String) - Constructor for class de.fhg.igd.util.URL
Creates an URL with the given protocol identifier, host name, and path.
URL(String, String, int, String) - Constructor for class de.fhg.igd.util.URL
Creates an URL with the given protocol identifier, host name, port, and path.
URL(String, String, String, String, int, String) - Constructor for class de.fhg.igd.util.URL
Creates an instance with the given values.
URLOutputStream - Class in de.fhg.igd.io
This is an OutputStream wrapper that tries to open a stream to the specified URL.
URLOutputStream(URL) - Constructor for class de.fhg.igd.io.URLOutputStream
Creates a URLOutputStream which tries to connect to the given URL.
user_ - Variable in class de.fhg.igd.util.URL
The user part.
userClassInputStream(String) - Method in class de.fhg.igd.util.ClassSource
Returns the InputStream of the class file corresponding to the user class with the given className, or null if the given class is not found.
userClassPaths_ - Variable in class de.fhg.igd.util.ClassSource
This String array contains the different paths given through setUserClassPath() or setUserClassPaths().
userClassPathUrls_ - Variable in class de.fhg.igd.util.ClassSource
This URL array contains the different paths within userClassPaths_ as corresponding file:-URLs.
userClassResource_ - Variable in class de.fhg.igd.util.ClassSource
This resource contains the classes given through setUserClassResource_.
userClassSource(String) - Method in class de.fhg.igd.util.ClassSource
Returns the source of the user class with the given className.
userClassUrl(String) - Method in class de.fhg.igd.util.ClassSource
Returns the URL of the user class with the given className as String, or null if the given class is not found.
userClassUrls_ - Variable in class de.fhg.igd.util.ClassSource
This URL array contains the different URLs given throudh setUserClassUrls().
userResourceInputStream(String) - Method in class de.fhg.igd.util.ClassSource
Returns the InputStream of the resource file corresponding to the user resource with the given resourceFile name, or null if the given resource is not found.
userResourceSource(String) - Method in class de.fhg.igd.util.ClassSource
Returns the source of the user resource file with the given resourceFile name.
userResourceUrl(String) - Method in class de.fhg.igd.util.ClassSource
Returns the URL of the user resource file with the given resourceFile name as String, or null if the given resouce file is not found.

V

v2ekb_ - Static variable in class de.fhg.igd.crypto.RC2Parameters
Maps version numbers between 0 and 255 to the appropriate effective key lengths as specified in RFC2311.
v_ - Static variable in class de.fhg.igd.util.Variables
The InheritableThreadLocal that is used to track the VariablesContext annotations.
value(String) - Method in class de.fhg.igd.util.ArgsParser
 
value - Variable in class de.fhg.igd.util.concurrent.TransitionDetector
 
value_ - Variable in class de.fhg.igd.util.ArgsParser.Option
 
value_ - Variable in class de.fhg.igd.util.MapEntry
The value.
value_ - Variable in class de.fhg.igd.util.StringCondition
 
valueLock - Variable in class de.fhg.igd.util.concurrent.TransitionDetector
 
values(String, boolean) - Method in class de.fhg.igd.util.ArgsParser
Retrieves the values assigned to an option.
values(String) - Method in class de.fhg.igd.util.ArgsParser
Retrieves the values assigned to an option.
values_ - Variable in class de.fhg.igd.util.Attributes
The array of values.
Variables - Class in de.fhg.igd.util
Annotates threads with VariableContext instances and retrieves them.
Variables() - Constructor for class de.fhg.igd.util.Variables
No one creates instances.
variables_ - Variable in class de.fhg.igd.io.VariableSubstitutionInputStream
Internal map which stores the variables to substitute as key/value-pairs (both of type String).
variables_ - Variable in class de.fhg.igd.util.SkeletonShell
The map of shell variables.
variables_ - Variable in class de.fhg.igd.util.VariablesContextImpl
The Map used internally to store variable settings.
VariablesContext - Interface in de.fhg.igd.util
Defines methods to retrieve and set environment variables and result codes.
VariablesContextImpl - Class in de.fhg.igd.util
Provides default variable and return code management.
VariablesContextImpl() - Constructor for class de.fhg.igd.util.VariablesContextImpl
Creates an instance that is initialized with a HashMap.
VariablesContextImpl(String) - Constructor for class de.fhg.igd.util.VariablesContextImpl
Creates an instance that is initialized with a HashMap.
VariablesContextImpl(Map) - Constructor for class de.fhg.igd.util.VariablesContextImpl
Creates an instance that is backed by the given Map.
VariablesContextImpl(Map, String) - Constructor for class de.fhg.igd.util.VariablesContextImpl
Creates an instance that is backed by the given Map.
VariablesPermission - Class in de.fhg.igd.util
Defines a permission class to control access to VariablesContext instances.
VariablesPermission(String, String) - Constructor for class de.fhg.igd.util.VariablesPermission
Creates an instance with the given name and actions list.
VariableSubstitution - Class in de.fhg.igd.util
This class allows to read a given property file and transform it into an according Properties class.
VariableSubstitution() - Constructor for class de.fhg.igd.util.VariableSubstitution
 
VariableSubstitutionInputStream - Class in de.fhg.igd.io
This class wrappes an InputStream and provides substitution of variables while reading from it.
VariableSubstitutionInputStream(InputStream, Map) - Constructor for class de.fhg.igd.io.VariableSubstitutionInputStream
Creates a VariableSubstitutionInputStream which wrappes the given InputStream.
verify(char[]) - Method in class de.fhg.igd.util.LockableManifest
This method verifies the Manifest against the given password.
verify(Manifest) - Method in class de.fhg.igd.util.ManifestVerifier
Verifies the digests stored in the attribute sections of the given Manifest against the Resource of this instance.
version_ - Variable in class de.fhg.igd.crypto.RC2Parameters
The parameter version.
versionString() - Method in class de.fhg.igd.util.ClassFile
Returns the string representation of the class file's version.

W

waitForFalse() - Method in interface de.fhg.igd.util.concurrent.BooleanLock
 
waitForFalse() - Method in class de.fhg.igd.util.concurrent.TransitionDetector
 
waitForFalseToTrueTransition() - Method in class de.fhg.igd.util.concurrent.TransitionDetector
 
waitForSignal(String) - Method in class de.fhg.igd.util.Signals
This method blocks the calling thread until the signal is sent by another thread or an interrupt occurs.
waitForTrue() - Method in interface de.fhg.igd.util.concurrent.BooleanLock
 
waitForTrue() - Method in class de.fhg.igd.util.concurrent.TransitionDetector
 
waitForTrueToFalseTransition() - Method in class de.fhg.igd.util.concurrent.TransitionDetector
 
warning(String) - Method in class de.fhg.igd.util.logging.Log4JProxy
 
warning(String) - Method in interface de.fhg.igd.util.logging.Logger
 
warning(String) - Method in class de.fhg.igd.util.logging.SystemOutProxy
 
WhatIs - Class in de.fhg.igd.util
A place to stash global definitions of paths and other parameters.
WhatIs() - Constructor for class de.fhg.igd.util.WhatIs
No-one creates instances of this class.
whatis_ - Static variable in class de.fhg.igd.util.WhatIs
The Map that stores the key to value mappings.
WHATIS_VARIABLES - Static variable in class de.fhg.igd.util.VariableSubstitution
Flag signals substitution of WhatIs Variables.
WhatIsPermission - Class in de.fhg.igd.util
Defines a permission class to control access to the WhatIs list.
WhatIsPermission(String, String) - Constructor for class de.fhg.igd.util.WhatIsPermission
Creates an instance with the given name and actions list.
width_ - Variable in class de.fhg.igd.util.TabularPrinter.Column
The width of the column in characters.
write(int) - Method in class de.fhg.igd.io.NullOutputStream
This method sends a byte to NULL
write(byte[]) - Method in class de.fhg.igd.io.NullOutputStream
This method sends an array of bytes to NULL
write(byte[], int, int) - Method in class de.fhg.igd.io.NullOutputStream
This method sends an array of bytes starting at offset with length len to NULL
write(int) - Method in class de.fhg.igd.io.URLOutputStream
Calls the corresponding method on the wrapped OutputStream.
write(byte[]) - Method in class de.fhg.igd.io.URLOutputStream
Calls the corresponding method on the wrapped OutputStream.
write(byte[], int, int) - Method in class de.fhg.igd.io.URLOutputStream
Calls the corresponding method on the wrapped OutputStream.
write(int) - Method in class de.fhg.igd.util.ConsoleFilter.Err
 
write(byte[], int, int) - Method in class de.fhg.igd.util.ConsoleFilter.Err
 
write(int) - Method in class de.fhg.igd.util.ConsoleFilter.Out
 
write(byte[], int, int) - Method in class de.fhg.igd.util.ConsoleFilter.Out
 
writeObject(Serializable, String) - Method in class de.fhg.igd.util.AbstractResource
Writes the given object to the Resource.
writeObject(Serializable, String) - Method in interface de.fhg.igd.util.Resource
Writes the given object to the Resource.

Z

zip(Resource, OutputStream) - Static method in class de.fhg.igd.util.Resources
Zips the contents of the given resource to the given output stream.
zip(Resource, List, OutputStream) - Static method in class de.fhg.igd.util.Resources
Zips the contents of the given resource to the given output stream.
zip_ - Variable in class de.fhg.igd.util.ZipResource
The ZIP file from which data is read.
ZIP_EXTENSION - Static variable in class de.fhg.igd.util.ClassClosure
The file extension of zip files
ZIP_EXTENSION - Static variable in class de.fhg.igd.util.ClassSource
The file extension of zip files.
Zipper - Class in de.fhg.igd.util
Creates a ZIP archive from a directory.
Zipper(File, OutputStream) - Constructor for class de.fhg.igd.util.Zipper
Creates a directory zipper.
Zipper(File, String, OutputStream) - Constructor for class de.fhg.igd.util.Zipper
Creates a directory zipper.
ZipResource - Class in de.fhg.igd.util
This class implements a Resource that reads data from a ZIP file.
ZipResource(ZipFile) - Constructor for class de.fhg.igd.util.ZipResource
Creates an instance that reads data from the given ZIP file.
ZipResource(String) - Constructor for class de.fhg.igd.util.ZipResource
Creates an instance that reads data from the given ZIP file.

A B C D E F G H I J K L M N O P Q R S T U V W Z

Copyright © Fraunhofer Gesellschaft. All Rights Reserved.