Package jaugment2.helpers

Interface Summary
FileMimeIdentifier Interface for a bean capable of identifiing the mime-type of some files
MimeDataHandlerEntry Entry denoting that a service is capable of doing an abstract action on data of a given mime-type.
RemoteInputStreamIF helper-interface for SerializableInputStream
RemoteOutputStreamIF helper-interface for SerializableOutputStream
SearchStringParser.node  
 

Class Summary
CommandInfo a command-info subclass for MimeDataHandlerEntrys
CommandMap a CommandMap using CommandInfos based on MimeDataHandlerEntrys first and then the system-default-CommandMap
ExtensionFileMimeIdentifier A FileMimeIdentifier checking just the filenames
FileMimeIdentifierEntry An Entry that can be atached to a service enabling other services that know the service to correctly identify the mime-type(s) of files that the service understands without knowing about the type of data processed.
Logger A small helper-class that shall be used instead of System.[err|out] for debug-output and errors
RemoteInputStream helper-class for SerializableInputStream
RemoteOutputStream helper-class for SerializableInputStream
SearchStringParser Helper-class to parse LDAP-style expresseions
SearchStringParser.eqnode node for handling 1=b and 1!=b issues
SearchStringParser.intWrapper  
SearchStringParser.morethannode node for handling > and < issues
SerializableInputStream wrapper around an input-stream that can be serialized and used across a network
SerializableOutputStream wrapper around an output-stream that can be serialized and used across a network