All Classes
-
All Classes Interface Summary Class Summary Enum Summary Annotation Types Summary Class Description AnyChar This regular expression component matches any character.CalendarFileHandler Logs messages to a user-specified file, rolling over to a new file at midnight.CharacterSet This regular expression component matches only those characters listed in its set.Component Abstract base class for all regular expression components.DirectExecutor Performs direct, synchronous runnable task execution in the current thread.HexDump HexDump.dump(byte[], String)generates a standard hexdump textual representation of binary data.IndexCache Persists a one or more 4-byte, integer index values to a specified file.IndexCache.Index Tracks the individual index parameters and its location within the cache file.IndexPool IndexPoolprovides integer index value reuse.JarFileLoader This class extendsURLClassLoader, providing the ability to load a class from a Java jar file introduced after JVM starts.Literal This regular expression component matches one character.MultiKey Allows multi-valued keys to be used in Java's single keyMapcollections.MultiKey2<K1,K2> ThisMultiKeysubclass uses generics to guarantee key type and order.MultiKey3<K1,K2,K3> ThisMultiKeysubclass uses generics to guarantee key type and order.MultiKey4<K1,K2,K3,K4> ThisMultiKeysubclass uses generics to guarantee key type and order.NullHandler This handler quietly does nothing with the given log records.OrderedRunner This class extendsorg.junit.runners.BlockJUnit4ClassRunnerand overrides thecomputeTestMethods()method to guarantee that test methods are run in a user-defined order using theTestIndexannotation.Pattern A compiled regular expression representation.PatternFormatter FormatsLogRecords usingprintf-like format specifiers.Properties Propertiesextendsjava.util.Propertiesto include: Loading properties from a named file and returning anet.sf.eBus.util.Propertiesobject.PropertiesEvent Contains the updatedPropertiesobject as event source.PropertiesListener Classes which want to be asynchronously informed about properties changes should implement this interface and add themselves to the properties listeners by callingProperties.addListener(PropertiesListener).SequentialTask When using a thread pool to execute tasks there is no guarantee the tasks will be executed in the same sequential order as offered to the pool.ShutdownHook Provides a simple way for an console-based, Java application main thread to wait until the virtual machine terminates.StatusReport Writes a status report to a log at a specified interval.StatusReport.ReportFrequency Enumerates the allowed status report frequencies: FIVE_MINUTE: generate a report every five minutes on the five minute.StatusReporter Implement this interface when you want an object to append its information to the status report.TernarySearchTree<V> Ternary search tree (TST)-based implementation of theMapinterface.TestIndex This annotation is used to provide ordering to JUnit 4 tests.TimerEvent TimerTask AneBus.util.TimerTaskassociates a timer task with aTimerTaskListener.TimerTaskListener Classes usingTimerTaskshould implement this interface.Token Contains the token's type, corresponding Java object, raw text and the input line number where the token was found.TokenLexer Provides a generalized token lexer capability.TokenLexer.LexMode The lexer will either analyze the tokens identifying the type or collect raw input until a terminating delimiter is found.