- Charsets - Class in org.jdtaus.core.nio.util
-
Charset coder and decoder utility.
- clone() - Method in class org.jdtaus.core.io.util.MemoryFileOperations
-
Creates and returns a deep copy of this object.
- close() - Method in class org.jdtaus.core.io.util.CoalescingFileOperations
-
Flushes the cache and closes the FileOperations
implementation
backing the instance.
- close() - Method in class org.jdtaus.core.io.util.MemoryFileOperations
-
Since this implementation does not use any system resources to
release, this method does nothing.
- close() - Method in class org.jdtaus.core.io.util.RandomAccessFileOperations
-
Closes the RandomAccessFile
backing the instance.
- close() - Method in class org.jdtaus.core.io.util.ReadAheadFileOperations
-
Flushes the cache and closes the FileOperations
implementation
backing the instance.
- close() - Method in class org.jdtaus.core.io.util.StructuredFileOperations
-
Flushes the instance and closes the FileOperations
implementation
backing the instance.
- CoalescingFileOperations - Class in org.jdtaus.core.io.util
-
Coalescing FileOperations
cache.
- CoalescingFileOperations(FileOperations) - Constructor for class org.jdtaus.core.io.util.CoalescingFileOperations
-
Creates a new CoalescingFileOperations
instance taking the
FileOperations
backing the instance.
- CoalescingFileOperations(FileOperations, int) - Constructor for class org.jdtaus.core.io.util.CoalescingFileOperations
-
Creates a new CoalescingFileOperations
instance taking the
FileOperations
backing the instance and the number of bytes
occupied by one cache block.
- CoalescingFileOperations(FileOperations, int, int) - Constructor for class org.jdtaus.core.io.util.CoalescingFileOperations
-
Creates a new CoalescingFileOperations
instance taking the
FileOperations
backing the instance, the number of bytes
occupied by one cache block and the number of cache blocks.
- encode(String, String) - Static method in class org.jdtaus.core.nio.util.Charsets
-
Encodes a given string to an array of bytes representing the characters
of the string in a given charset.
- ensureCapacity(int) - Method in class org.jdtaus.core.io.util.MemoryFileOperations
-
Increases the capacity of the instance, if necessary, to ensure that it
can hold at least the number of bytes specified by the minimum capacity
argument.
- EntityResolverChain - Class in org.jdtaus.core.sax.util
-
EntityResolver
implementation backed by a chain of resolvers used
for resolving entities.
- EntityResolverChain() - Constructor for class org.jdtaus.core.sax.util.EntityResolverChain
-
Creates a new EntityResolverChain
instance backed by any
available EntityResolver
implementation in the system.
- EntityResolverChain(EntityResolver[]) - Constructor for class org.jdtaus.core.sax.util.EntityResolverChain
-
Creates a new EntityResolverChain
instance taking an array of
resolvers to use for resolving entities.
- equals(Object) - Method in class org.jdtaus.core.io.util.MemoryFileOperations
-
Indicates whether some other object is equal to this one by comparing
the contents from memory.
- ExceptionLogger - Class in org.jdtaus.core.lang.util
-
ExceptionListener
logging exceptions.
- ExceptionLogger() - Constructor for class org.jdtaus.core.lang.util.ExceptionLogger
-
- ExceptionMessageProducer - Class in org.jdtaus.core.lang.util
-
ExceptionListener
resolving exceptions to corresponding application
messages.
- ExceptionMessageProducer() - Constructor for class org.jdtaus.core.lang.util.ExceptionMessageProducer
-
Creates a new ExceptionMessageProducer
instance.
- ExceptionMessageProducer(File, URL, String) - Constructor for class org.jdtaus.core.lang.util.ExceptionMessageProducer
-
Creates a new ExceptionMessageProducer
instance taking the
application's logfile directory, an URL to the application's online
bugtracking system, and an email address where to send bugreports to
alternatively.
- ExceptionMessageResolver - Interface in org.jdtaus.core.lang.util
-
Resolves Message
s for given exceptions.
- getBlockCount() - Method in class org.jdtaus.core.io.util.StructuredFileOperations
-
- getBlockSize() - Method in class org.jdtaus.core.io.util.CoalescingFileOperations
-
Gets the number of bytes occupied by one cache block.
- getBlockSize() - Method in class org.jdtaus.core.io.util.StructuredFileOperations
-
- getCacheBlocks() - Method in class org.jdtaus.core.io.util.CoalescingFileOperations
-
Gets the number of blocks in the cache.
- getCacheSize() - Method in class org.jdtaus.core.io.util.ReadAheadFileOperations
-
Gets the size of the cache in byte.
- getCapacity() - Method in class org.jdtaus.core.io.util.MemoryFileOperations
-
Gets the capacity of the instance.
- getColumns() - Method in class org.jdtaus.core.monitor.util.SwingProgressMonitor
-
Gets the number of columns the preferred width of a progress pane is computed with.
- getColumns() - Method in class org.jdtaus.core.text.util.SwingMessagePane
-
Gets the number of columns the preferred width of the message pane is computed with.
- getData() - Method in class org.jdtaus.core.io.util.MemoryFileOperations
-
Gets the file contents.
- getFileOperations() - Method in class org.jdtaus.core.io.util.CoalescingFileOperations
-
Gets the FileOperations
implementation operations are performed
with.
- getFileOperations() - Method in class org.jdtaus.core.io.util.ReadAheadFileOperations
-
Gets the FileOperations
implementation operations are performed
with.
- getFileOperations() - Method in class org.jdtaus.core.io.util.StructuredFileOperations
-
Gets the FileOperations
implementation operations are performed
with.
- getFilePointer() - Method in class org.jdtaus.core.io.util.CoalescingFileOperations
-
- getFilePointer() - Method in class org.jdtaus.core.io.util.MemoryFileOperations
-
- getFilePointer() - Method in class org.jdtaus.core.io.util.RandomAccessFileOperations
-
- getFilePointer() - Method in class org.jdtaus.core.io.util.ReadAheadFileOperations
-
- getLength() - Method in class org.jdtaus.core.io.util.CoalescingFileOperations
-
- getLength() - Method in class org.jdtaus.core.io.util.MemoryFileOperations
-
- getLength() - Method in class org.jdtaus.core.io.util.RandomAccessFileOperations
-
- getLength() - Method in class org.jdtaus.core.io.util.ReadAheadFileOperations
-
- getLoggingThresholdMillis() - Method in class org.jdtaus.core.monitor.util.TaskDurationLogger
-
Gets the number of milliseconds a task at least needs to run to trigger
a message when finished.
- getMaximumMessages() - Method in class org.jdtaus.core.text.util.SwingMessagePane
-
Gets the maximum number of messages displayed per event.
- getMillisToDecideToPopup() - Method in class org.jdtaus.core.monitor.util.SwingProgressMonitor
-
Gets the number of milliseconds to pass before all currently running tasks are checked for theire duration.
- getMillisToPopup() - Method in class org.jdtaus.core.monitor.util.SwingProgressMonitor
-
Gets the number of milliseconds visibility of the dialog is delayed.
- getMinimumTaskDuration() - Method in class org.jdtaus.core.monitor.util.SwingProgressMonitor
-
Gets the minimum number of milliseconds to pass before a visible task is set invisible.
- getMonitoringThreshold() - Method in class org.jdtaus.core.io.util.StructuredFileOperations
-
Gets the value of property monitoringThreshold
.
- getParent() - Method in class org.jdtaus.core.monitor.util.SwingProgressMonitor
-
Gets the parent component for any progress displays.
- getParent() - Method in class org.jdtaus.core.text.util.SwingMessagePane
-
Gets the parent component for any message displays.
- getRandomAccessFile() - Method in class org.jdtaus.core.io.util.RandomAccessFileOperations
-
Gets the random access file operations are performed with.
- getResolvers() - Method in class org.jdtaus.core.sax.util.EntityResolverChain
-
Gets the resolvers of the instance.
- getStructuredFileListeners() - Method in class org.jdtaus.core.io.util.StructuredFileOperations
-
- setFilePointer(long) - Method in class org.jdtaus.core.io.util.CoalescingFileOperations
-
- setFilePointer(long) - Method in class org.jdtaus.core.io.util.MemoryFileOperations
-
- setFilePointer(long) - Method in class org.jdtaus.core.io.util.RandomAccessFileOperations
-
- setFilePointer(long) - Method in class org.jdtaus.core.io.util.ReadAheadFileOperations
-
- setLength(long) - Method in class org.jdtaus.core.io.util.CoalescingFileOperations
-
- setLength(long) - Method in class org.jdtaus.core.io.util.MemoryFileOperations
- setLength(long) - Method in class org.jdtaus.core.io.util.RandomAccessFileOperations
-
- setLength(long) - Method in class org.jdtaus.core.io.util.ReadAheadFileOperations
-
- setParent(Component) - Method in class org.jdtaus.core.monitor.util.SwingProgressMonitor
-
Sets the parent component to be used by any progress displays.
- setParent(Component) - Method in class org.jdtaus.core.text.util.SwingMessagePane
-
Sets the parent component used by any message displays.
- setVisible(boolean) - Method in class org.jdtaus.core.swing.util.BlockingGlassPane
-
Enables or disables blocking.
- StructuredFileOperations - Class in org.jdtaus.core.io.util
-
StructuredFile
implementation based on FileOperations
.
- StructuredFileOperations(int, FileOperations) - Constructor for class org.jdtaus.core.io.util.StructuredFileOperations
-
Creates a new StructuredFileOperations
instance taking the size
of one block in byte and the FileOperations
operations are to be
performed with.
- StructuredFileOperations(int, int, FileOperations) - Constructor for class org.jdtaus.core.io.util.StructuredFileOperations
-
Creates a new StructuredFileOperations
instance taking the size
of one block in byte, task monitoring configuration and the
FileOperations
operations are to be performed with.
- SwingMessagePane - Class in org.jdtaus.core.text.util
-
MessageListener
displaying messages using Swing's JOptionPane
.
- SwingMessagePane(Component) - Constructor for class org.jdtaus.core.text.util.SwingMessagePane
-
Creates a new SwingMessagePane
instance taking the parent component to use when displaying messages.
- SwingMessagePane(Component, int) - Constructor for class org.jdtaus.core.text.util.SwingMessagePane
-
Creates a new SwingMessagePane
instance taking the parent component to use when displaying messages and
the maximum number of messages displayed per event.
- SwingMessagePane(Component, int, int) - Constructor for class org.jdtaus.core.text.util.SwingMessagePane
-
Creates a new SwingMessagePane
instance taking the parent component to use when displaying messages, the
maximum number of messages displayed per event and a number of columns to compute the preferred width of the
message pane with.
- SwingMessagePane(Component, int, int, boolean) - Constructor for class org.jdtaus.core.text.util.SwingMessagePane
-
Creates a new SwingMessagePane
instance taking the parent component to use when displaying messages, the
maximum number of messages displayed per event, a number of columns to compute the preferred width of the
message pane with and a flag indicating the message pane is resizable.
- SwingProgressMonitor - Class in org.jdtaus.core.monitor.util
-
TaskListener
displaying progress using a Swing dialog.
- SwingProgressMonitor(Component) - Constructor for class org.jdtaus.core.monitor.util.SwingProgressMonitor
-
Creates a new SwingProgressMonitor
instance taking the parent component to use when displaying progress.
- SwingProgressMonitor(Component, int, int) - Constructor for class org.jdtaus.core.monitor.util.SwingProgressMonitor
-
Creates a new SwingProgressMonitor
instance taking the parent component to use when displaying progress
and configuration for how long to wait before showing the progress dialog.
- SwingProgressMonitor(Component, int, int, int) - Constructor for class org.jdtaus.core.monitor.util.SwingProgressMonitor
-
Creates a new SwingProgressMonitor
instance taking the parent component to use when displaying progress
and configuration for how long to wait before showing the progress dialog and for how long a task is displayed
minimally.
- SwingProgressMonitor(Component, int, int, int, int) - Constructor for class org.jdtaus.core.monitor.util.SwingProgressMonitor
-
Creates a new SwingProgressMonitor
instance taking the parent component to use when displaying progress
and configuration for how long to wait before showing the progress dialog, for how long a task is displayed
minimally and a number of columns the preferred width of the progress dialog is computed with.