plume
package contains the Java component of plume-lib, which contains a variety of useful
programs and libraries; for more details, please see the plume-lib documentation.See: Description
Interface | Description |
---|---|
Filter<T> | Deprecated |
Hasher | Deprecated |
Partitioner<ELEMENT,CLASS> | Deprecated |
Class | Description |
---|---|
ArraysMDE | Deprecated |
ArraysMDE.ComparableArrayComparatorLengthFirst<T extends java.lang.Comparable<T>> |
Compare two arrays first by length (a shorter array is considered less), and if of equal length
compare lexically (element-by-element).
|
ArraysMDE.ComparableArrayComparatorLexical<T extends java.lang.Comparable<T>> |
Compare two arrays lexically (element-by-element).
|
ArraysMDE.DoubleArrayComparatorLexical |
Compare two arrays lexically (element-by-element).
|
ArraysMDE.IntArrayComparatorLengthFirst |
Compare two arrays first by length (a shorter array is considered less), and if of equal length
compare lexically (element-by-element).
|
ArraysMDE.IntArrayComparatorLexical |
Compare two arrays lexically (element-by-element).
|
ArraysMDE.LongArrayComparatorLengthFirst |
Compare two arrays first by length (a shorter array is considered less), and if of equal length
compare lexically (element-by-element).
|
ArraysMDE.LongArrayComparatorLexical |
Compare two arrays lexically (element-by-element).
|
ArraysMDE.ObjectArrayComparatorLengthFirst |
Compare two arrays first by length (a shorter array is considered less), and if of equal length
compare lexically (element-by-element).
|
ArraysMDE.ObjectArrayComparatorLexical |
Compare two arrays lexically (element-by-element).
|
ArraysMDE.StringArrayComparatorLexical |
Compare two arrays lexically (element-by-element).
|
BCELUtil | Deprecated |
BibtexClean |
Clean a BibTeX file by removing text outside BibTeX entries.
|
ClassFileVersion |
Given a list of .class files, print the class file version and also the JDK/JRE version required
to run it.
|
CountingPrintWriter |
Prints formatted representations of objects to a text-output stream counting the number of bytes
and characters printed.
|
DeclarationAnnotations | |
DeterministicObject |
This is a deterministic version of the
Object class. |
Digest |
Computes a message digest for a file.
|
EntryReader | Deprecated |
EntryReader.Entry |
Descriptor for an entry (record, paragraph, etc.).
|
FileCompiler |
This class has method
FileCompiler.compileFiles(List) that compiles Java source files. |
FuzzyFloat | Deprecated |
GraphMDE | Deprecated |
ICalAvailable | Deprecated |
Intern | Deprecated |
IterableIterator<T> | Deprecated |
JWhich |
JWhich is a utility that takes a Java class name and displays the absolute pathname of
the class file that would be loaded first by the class loader, as prescribed by the class path. |
LimitedSizeIntSet | Deprecated |
LimitedSizeSet<T> | Deprecated |
Lookup |
Lookup searches a set of files, much like
grep does. |
MathMDE | Deprecated |
MultiRandSelector<T> | Deprecated |
MultiVersionControl | Deprecated |
Options | Deprecated |
OptionsDoclet | Deprecated |
OrderedPairIterator<T> | Deprecated |
Pair<T1,T2> | Deprecated |
RandomSelector<T> | Deprecated |
RandoopMappedCalls |
A helper class for running Randoop.
|
RegexUtil | Deprecated |
SimpleLog |
A logging class with the following features:
Can be enabled and disabled (when disabled, all operations are no-ops),
Write to a file or to standard output,
Can start and stop a timer, and nest timers,
Can enter and exit subtasks (their output is indented, and they are timed),
Can provide a backtrace (optionally provide a backtrace at every output), and
Can add newlines where appropriate, if variable line_oriented is set.
|
Stopwatch |
A simple class for recording elapsed time.
|
StringBuilderDelimited | Deprecated
use org.plumelib.util.StringBuilderDelimited
|
StrTok |
Provides a somewhat simpler interface for tokenizing strings than does StreamTokenizer.
|
StrTok.ErrorHandler |
Default class for error handling.
|
TaskManager | Deprecated
Is undocumented
|
TaskManager.Task |
Information about a single task.
|
TestPlume |
Test code for the plume package.
|
TestPlume.PrintOneIntPerTimePeriod |
Print one integer periodically.
|
TimeLimitProcess | Deprecated
use Apache Commons Exec
|
Triple<T1,T2,T3> | Deprecated
define your own custom class rather than using this
|
UtilMDE | Deprecated |
UtilMDE.EnumerationIterator<T> |
Converts an Enumeration into an Iterator.
|
UtilMDE.FilteredIterator<T> |
An iterator that only returns elements that match the given Filter.
|
UtilMDE.IteratorEnumeration<T> |
Converts an Iterator into an Enumeration.
|
UtilMDE.MergedIterator<T> |
An Iterator that returns the elements in each of its argument Iterators, in turn.
|
UtilMDE.MergedIterator2<T> |
An Iterator that returns first the elements returned by its first argument, then the elements
returned by its second argument.
|
UtilMDE.NullableStringComparator |
Same as built-in String comparison, but accept null arguments, and place them at the beginning.
|
UtilMDE.ObjectComparator |
Attempt to order Objects.
|
UtilMDE.RemoveFirstAndLastIterator<T> |
Returns an iterator just like its argument, except that the first and last elements are
removed.
|
UtilMDE.WildcardFilter |
A FilenameFilter that accepts files whose name matches the given wildcard.
|
WeakHasherMap<K,V> | Deprecated |
WeakIdentityHashMap<K,V> | Deprecated |
WeakIdentityPair<T1,T2> | Deprecated |
Enum | Description |
---|---|
TaskManager.OutputFormat |
The format in which to output the TaskManager information.
|
Exception | Description |
---|---|
FileIOException | Deprecated |
Options.ArgException |
Indicates an exception encountered during argument processing.
|
RegexUtil.CheckedPatternSyntaxException |
A checked version of
PatternSyntaxException . |
Annotation Type | Description |
---|---|
Option | Deprecated |
OptionGroup | Deprecated |
Unpublicized | Deprecated |
plume
package contains the Java component of plume-lib, which contains a variety of useful
programs and libraries; for more details, please see the plume-lib documentation.