- AbstractExpression - Class in de.unkrig.commons.text.expression
-
An implementation of
Expression which implements the "
evaluateTo*()" convenience methods.
- AbstractExpression() - Constructor for class de.unkrig.commons.text.expression.AbstractExpression
-
- AbstractParser<TT extends java.lang.Enum<TT>> - Class in de.unkrig.commons.text.parser
-
The base class for implementing parsers.
- AbstractParser(ProducerWhichThrows<? extends AbstractScanner.Token<TT>, ? extends ScanException>) - Constructor for class de.unkrig.commons.text.parser.AbstractParser
-
- AbstractPipe - Class in de.unkrig.commons.io.pipe
-
Basic implementation of a pipe.
- AbstractPipe() - Constructor for class de.unkrig.commons.io.pipe.AbstractPipe
-
- AbstractPrinter - Class in de.unkrig.commons.text
-
A basic implementation of the
Printer interface.
- AbstractPrinter() - Constructor for class de.unkrig.commons.text.AbstractPrinter
-
- AbstractRingBuffer - Class in de.unkrig.commons.io.pipe
-
Abstract implementation of a
Pipe by a "backing store" of bytes with fixed size (the "capacity").
- AbstractRingBuffer(long) - Constructor for class de.unkrig.commons.io.pipe.AbstractRingBuffer
-
- AbstractScanner<TT extends java.lang.Enum<TT>> - Class in de.unkrig.commons.text.scanner
-
- AbstractScanner() - Constructor for class de.unkrig.commons.text.scanner.AbstractScanner
-
- AbstractScanner.Token<TT extends java.lang.Enum<TT>> - Class in de.unkrig.commons.text.scanner
-
Representation of a scanned token.
- AbstractServlett - Class in de.unkrig.commons.net.http.servlett
-
Abstract base implementation of
Servlett.
- AbstractServlett() - Constructor for class de.unkrig.commons.net.http.servlett.AbstractServlett
-
- AbstractStreamHandler - Class in de.unkrig.commons.util.logging.handler
-
Adds an 'autoFlush' feature to the StreamHandler, and a one-arg constructor with a
variable property name prefix.
- AbstractStreamHandler() - Constructor for class de.unkrig.commons.util.logging.handler.AbstractStreamHandler
-
- AbstractStreamHandler(String) - Constructor for class de.unkrig.commons.util.logging.handler.AbstractStreamHandler
-
One-arg constructor to be used by derived classes.
- AbstractStreamHandler(boolean, Level, Filter, Formatter, String) - Constructor for class de.unkrig.commons.util.logging.handler.AbstractStreamHandler
-
- accept(Json.ValueVisitor) - Method in class de.unkrig.commons.text.json.Json.Array
-
- accept(Json.ValueVisitor) - Method in class de.unkrig.commons.text.json.Json.False
-
- accept(Json.ValueVisitor) - Method in class de.unkrig.commons.text.json.Json.Null
-
- accept(Json.ValueVisitor) - Method in class de.unkrig.commons.text.json.Json.NumbeR
-
- accept(Json.ValueVisitor) - Method in class de.unkrig.commons.text.json.Json.ObjecT
-
- accept(Json.ValueVisitor) - Method in class de.unkrig.commons.text.json.Json.StrinG
-
- accept(Json.ValueVisitor) - Method in class de.unkrig.commons.text.json.Json.True
-
- accept(Json.ValueVisitor) - Method in interface de.unkrig.commons.text.json.Json.Value
-
- active(int) - Method in class de.unkrig.commons.net.ftp.FtpClient
-
- ActiveSocketOutputStream - Class in de.unkrig.commons.net.stream
-
An OutputStream that connects to a remote server and sends all data to that server.
- ActiveSocketOutputStream(InetAddress, int) - Constructor for class de.unkrig.commons.net.stream.ActiveSocketOutputStream
-
- ActiveSocketOutputStream(String, int) - Constructor for class de.unkrig.commons.net.stream.ActiveSocketOutputStream
-
- ActiveSocketOutputStream(InetSocketAddress) - Constructor for class de.unkrig.commons.net.stream.ActiveSocketOutputStream
-
- ActiveSocketOutputStream(InetSocketAddress, InetSocketAddress) - Constructor for class de.unkrig.commons.net.stream.ActiveSocketOutputStream
-
- add(E) - Method in class de.unkrig.commons.util.IdentityHashSet
-
- add(Duration) - Method in class de.unkrig.commons.util.time.Duration
-
- add(double) - Method in class de.unkrig.commons.util.time.PointOfTime
-
- add(Duration) - Method in class de.unkrig.commons.util.time.PointOfTime
-
- addExclude(Glob, boolean) - Method in class de.unkrig.commons.text.pattern.IncludeExclude
-
- addFiles(String, File, FileTransformer.Mode) - Method in interface de.unkrig.commons.file.filetransformation.FileAdder
-
Adds files in the given directory.
- addHeader(String, String) - Method in class de.unkrig.commons.net.http.HttpMessage
-
Appends another HTTP header.
- addHeader(String, int) - Method in class de.unkrig.commons.net.http.HttpMessage
-
Appends another HTTP header.
- addHeader(String, long) - Method in class de.unkrig.commons.net.http.HttpMessage
-
Appends another HTTP header.
- addHeader(String, Date) - Method in class de.unkrig.commons.net.http.HttpMessage
-
Appends another HTTP header.
- addHeader(String, String) - Method in class de.unkrig.commons.net.http.io.ChunkedOutputStream
-
Appends one message header to the trailer.
- addInclude(Glob, boolean) - Method in class de.unkrig.commons.text.pattern.IncludeExclude
-
- addMappings(Transformer<? super I, O>, Object...) - Static method in class de.unkrig.commons.lang.protocol.TransformerUtil
-
- addParameter(String, String) - Method in class de.unkrig.commons.net.http.HttpRequest
-
Adds another parameter.
- addParameter(String, String[]) - Method in class de.unkrig.commons.net.http.HttpRequest
-
Adds a multi-value parameter.
- addRule(String, TT) - Method in class de.unkrig.commons.text.scanner.StatefulScanner
-
Adds a rule that applies iff the scanner is in the "default state".
- addRule(String, TT, S) - Method in class de.unkrig.commons.text.scanner.StatefulScanner
-
Adds a rule that applies iff the scanner is in the "default state".
- addRule(S, String, TT) - Method in class de.unkrig.commons.text.scanner.StatefulScanner
-
Adds a rule that applies iff the scanner is in the the given state.
- addRule(S, String, TT, S) - Method in class de.unkrig.commons.text.scanner.StatefulScanner
-
Adds a rule that applies iff the scanner is in the the given state.
- addRule(String, TT) - Method in class de.unkrig.commons.text.scanner.StatelessScanner
-
Adds a rule that produces the given tokenType if the next characters of the input match the given
regex.
- addServer(InetSocketAddress, int, NioTcpServer.ConnectionHandler) - Method in class de.unkrig.commons.net.NioTcpServer
-
Create a server with the specified endpoint and listen backlog.
- addToCollection(Collection<T>) - Static method in class de.unkrig.commons.lang.protocol.ConsumerUtil
-
- after(long) - Static method in class de.unkrig.commons.lang.protocol.PredicateUtil
-
- after(long) - Static method in class de.unkrig.commons.lang.protocol.ProducerUtil
-
Returns a "
Producer<Object>" that produces
true iff the current time is after the
given
expirationTime (in milliseconds).
- aggregate(int, Consumer<? super List<T>>) - Static method in class de.unkrig.commons.util.concurrent.ConcurrentUtil
-
Creates and returns a
Consumer which, when invoked, acts as follows:
First ...
- allFormats() - Static method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormatFactory
-
- allFormats() - Static method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormatFactory
-
- allSubsets(Set<E>) - Static method in class de.unkrig.commons.util.collections.Sets
-
- almostNull() - Static method in class de.unkrig.commons.lang.ObjectUtil
-
This method returns
null although it is declared
@NotNull.
- alternate(T, T) - Static method in class de.unkrig.commons.lang.protocol.ProducerUtil
-
- always(boolean) - Static method in class de.unkrig.commons.lang.protocol.PredicateUtil
-
- always() - Static method in class de.unkrig.commons.lang.protocol.PredicateUtil
-
- and(Predicate<? super T>, Predicate<? super T>) - Static method in class de.unkrig.commons.lang.protocol.PredicateUtil
-
Returns a
Predicate which evaluates to
true iff both
lhs and
rhs evaluate
to
true.
- and(Predicate<? super T>, boolean) - Static method in class de.unkrig.commons.lang.protocol.PredicateUtil
-
Returns a
Predicate which evaluates to
true iff both the
rhs is
true
and the
lhs evaluates to
true.
- and(boolean, Predicate<? super T>) - Static method in class de.unkrig.commons.lang.protocol.PredicateUtil
-
Returns a
Predicate which evaluates to
true iff both the
lhs is
true and
the
rhs evaluates to
true.
- and(Glob, Glob) - Static method in class de.unkrig.commons.text.pattern.Glob
-
The
Glob.matches(String) method of the returned
Glob returns whether its
subject
argument matches both
pattern1 and
pattern2.
- and(Predicate<? super String>, Glob) - Static method in class de.unkrig.commons.text.pattern.Glob
-
The
Glob.matches(String) method of the returned
Glob returns whether the
predicate evaluates
to
true and the
subject argument matches the
pattern.
- and(Glob, Predicate<? super String>) - Static method in class de.unkrig.commons.text.pattern.Glob
-
The
Glob.matches(String) method of the returned
Glob returns whether the
subject argument
matches the
pattern and the
predicate evaluates to
true.
- Annotations - Class in de.unkrig.commons.doclet
-
Utility methods related to doclets and annotations.
- ANY - Static variable in class de.unkrig.commons.text.pattern.Glob
-
- append(String...) - Method in interface de.unkrig.commons.text.Notations.Phrase
-
- append(T[], T...) - Static method in class de.unkrig.commons.util.ArrayUtil
-
- appendConstant(String) - Method in class de.unkrig.commons.asm.StringConcatenator
-
- appendExclude(Glob) - Method in class de.unkrig.commons.text.pattern.IncludeExclude
-
- appendInclude(Glob) - Method in class de.unkrig.commons.text.pattern.IncludeExclude
-
- appendVariable(InsnList, Type) - Method in class de.unkrig.commons.asm.StringConcatenator
-
- appendVariablePrettily(InsnList, Type) - Method in class de.unkrig.commons.asm.StringConcatenator
-
- applyCommandLineOption(String, Method, String[], int, Object) - Static method in class de.unkrig.commons.util.CommandLineOptions
-
Parses the command line option's arguments from the args and invokes the method.
- ArArchiveFormat - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers.ar
-
Representation of the 'ar' archive format.
- archiveCompressedAndNormalFileProcessor(Predicate<? super String>, ContentsProcessor<T>, ContentsProcessings.ArchiveCombiner<T>, ContentsProcessor<T>, ContentsProcessor<T>, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.fileprocessing.FileProcessings
-
Returns a
FileProcessor which processes files by feeding their contents either to the
archiveContentsProcessor, the
compressedContentsProcessor or the normalContentsProcessor}.
- ArchiveFormat - Interface in de.unkrig.commons.file.org.apache.commons.compress.archivers
-
Representation of one archive format, e.g.
- ArchiveFormatFactory - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers
-
- archiveHandler(String, ContentsProcessor<T>, ContentsProcessings.ArchiveCombiner<T>, ProducerWhichThrows<? extends InputStream, ? extends IOException>, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.contentsprocessing.ContentsProcessings
-
Creates and returns an
CompressUtil.ArchiveHandler which processes
ArchiveInputStreams by feeding their
entries into the
contentsProcessor.
- archiveHandler(String, OutputStream, Predicate<? super String>, Glob, ContentsTransformer, FileTransformations.ArchiveCombiner, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.contentstransformation.ContentsTransformations
-
Creates and returns an
CompressUtil.ArchiveHandler which transforms
ArchiveInputStreams into
ArchiveOutputStreams, honoring the given
archiveEntryRemoval,
archiveEntryRenaming and
archiveEntryAddition, and using the given
contentsTransformer.
- archiveInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ar.ArArchiveFormat
-
- archiveInputStream(InputStream) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormat
-
- archiveInputStream(InputStream) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormatFactory
-
Determines the archive format from the first few bytes of the inputStream and then wraps it in the
appropriate ArchiveInputStream.
- archiveInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.arj.ArjArchiveFormat
-
- archiveInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio.CpioArchiveFormat
-
- archiveInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.dump.DumpArchiveFormat
-
- archiveInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.jar.JarArchiveFormat
-
- archiveInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.sevenz.SevenZArchiveFormat
-
- archiveInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.tar.TarArchiveFormat
-
- archiveInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.zip.ZipArchiveFormat
-
- archiveOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ar.ArArchiveFormat
-
- archiveOutputStream(OutputStream) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormat
-
- archiveOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.arj.ArjArchiveFormat
-
- archiveOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio.CpioArchiveFormat
-
- archiveOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.dump.DumpArchiveFormat
-
- archiveOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.jar.JarArchiveFormat
-
- archiveOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.sevenz.SevenZArchiveFormat
-
- archiveOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.tar.TarArchiveFormat
-
- archiveOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.zip.ZipArchiveFormat
-
- ArchiveURLStreamHandler - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers
-
An abstract URLStreamHandler which makes the implementation of archive-based URLStreamHandlers
simple.
- ArchiveURLStreamHandler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveURLStreamHandler
-
- ArchivingFileHandler - Class in de.unkrig.commons.util.logging.handler
-
A log record handler which writes formatted records to files which are automatically archived.
- ArchivingFileHandler() - Constructor for class de.unkrig.commons.util.logging.handler.ArchivingFileHandler
-
The zero-parameter constructor (which is used by the LogManager).
- ArchivingFileHandler(int, String) - Constructor for class de.unkrig.commons.util.logging.handler.ArchivingFileHandler
-
Single-arg constructor to be used by proxies.
- ArchivingFileHandler(String) - Constructor for class de.unkrig.commons.util.logging.handler.ArchivingFileHandler
-
- ArchivingFileHandler(String, boolean) - Constructor for class de.unkrig.commons.util.logging.handler.ArchivingFileHandler
-
- ArchivingFileHandler(String, long) - Constructor for class de.unkrig.commons.util.logging.handler.ArchivingFileHandler
-
- ArchivingFileHandler(String, long, boolean) - Constructor for class de.unkrig.commons.util.logging.handler.ArchivingFileHandler
-
- ArchivingFileHandler(String, TimeTable) - Constructor for class de.unkrig.commons.util.logging.handler.ArchivingFileHandler
-
- ArchivingFileHandler(String, TimeTable, boolean) - Constructor for class de.unkrig.commons.util.logging.handler.ArchivingFileHandler
-
- ArchivingFileHandler(String, long, TimeTable, boolean, boolean, Level, Filter, Formatter, String) - Constructor for class de.unkrig.commons.util.logging.handler.ArchivingFileHandler
-
The pattern parameter determines the pathes of the log files, relative to the "user directory" (on
most systems: the "current working directory"), with the following placeholder replacements:
%%
A literal "%"
%h
The "user home directory" (as determined by the "user.home" system property)
%t
The "default temp file path" (as determined by the "java.io.tmpdir" system property)
%d
The date and time of the archiving, in the DateFormat _yyyy-MM-dd_HH-mm-ss.
- ArgumentConversionFailed(String, Class<?>, Throwable) - Constructor for exception de.unkrig.commons.util.CommandLineOptionException.ArgumentConversionFailed
-
- argumentOperandTypes - Variable in class de.unkrig.commons.asm.OpcodeUtil.InsnDescription
-
The types of the instructions's operands.
- ArjArchiveFormat - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers.arj
-
Representation of the 'ar' archive format.
- Array(List<Json.Value>) - Constructor for class de.unkrig.commons.text.json.Json.Array
-
- ARRAY_ELLIPSIS - Static variable in class de.unkrig.commons.lang.PrettyPrinter
-
If an array is larger than this threshold (10), then it is printed as
{ elem-0, elem-1, elem-2, ... }
- arrayAccess(T, T) - Method in class de.unkrig.commons.text.expression.Parser
-
- ArrayStack<T> - Class in de.unkrig.commons.util.collections
-
Array-based implementation of a
Stack.
- ArrayStack() - Constructor for class de.unkrig.commons.util.collections.ArrayStack
-
- ArrayUtil - Class in de.unkrig.commons.util
-
Various array-related utility methods.
- asCollection(Iterable<T>) - Static method in class de.unkrig.commons.util.collections.IterableUtil
-
Wraps the given Iterable in a collection, which, as enforced by the nature of the Iterable,
supports only element removal.
- asConsumer(ConsumerWhichThrows<? super T, ? extends RuntimeException>) - Static method in class de.unkrig.commons.lang.protocol.ConsumerUtil
-
- asConsumerWhichThrows(Consumer<? super T>) - Static method in class de.unkrig.commons.lang.protocol.ConsumerUtil
-
- asFile(InputStream, boolean, String, String, File, ConsumerWhichThrows<? super File, ? extends EX>) - Static method in class de.unkrig.commons.io.IoUtil
-
Creates a temporary file, stores all data that can be read from the inputStream into it, closes the
file, invokes the delegate with the file, and eventually deletes the file.
- asFunction(FunctionWhichThrows<? super I, ? extends O, EX>) - Static method in class de.unkrig.commons.lang.protocol.Functions
-
- asFunctionWhichThrows(Function<? super I, ? extends O>) - Static method in class de.unkrig.commons.lang.protocol.Functions
-
- asInputOutputStreams(Pipe) - Static method in class de.unkrig.commons.io.pipe.PipeUtil
-
Creates and returns a pair of output stream and input stream which write to and read from the given pipe.
- asInputOutputStreams(Pipe, boolean) - Static method in class de.unkrig.commons.io.pipe.PipeUtil
-
Creates and returns a pair of output stream and input stream which write to and read from the given pipe.
- asIterable(CharSequence) - Static method in class de.unkrig.commons.lang.StringUtil
-
Wraps a char sequence as an iterable.
- asMap() - Method in class de.unkrig.commons.lang.protocol.Mapping
-
Returns a proxy
Map for a
Mapping where all methods declared by
Map but not by
Mapping throw an
UnsupportedOperationException.
- asPredicate(PredicateWhichThrows<T, EX>) - Static method in class de.unkrig.commons.lang.protocol.PredicateUtil
-
Converts a
PredicateWhichThrows into a
Predicate, which is possible iff the source's exception
is a subclass of
RuntimeException and the source's element type is a subclass of the target's element
type.
- asPredicateWhichThrows(Predicate<? super T>) - Static method in class de.unkrig.commons.lang.protocol.PredicateUtil
-
- asProducer(ProducerWhichThrows<? extends T, ? extends RuntimeException>) - Static method in class de.unkrig.commons.lang.protocol.ProducerUtil
-
- asProducerWhichThrows(Producer<? extends T>) - Static method in class de.unkrig.commons.lang.protocol.ProducerUtil
-
- asReader(CharSequence) - Static method in class de.unkrig.commons.io.IoUtil
-
Wraps the given CharSequence in a Reader - much more efficient than "new
StringReader(cs.toString)".
- asRunnable(RunnableWhichThrows<EX>) - Static method in class de.unkrig.commons.lang.protocol.RunnableUtil
-
Converts a
RunnableWhichThrows into a
Runnable, which is possible iff the source runnable's
exception is a subclass of
RuntimeException.
- asRunnableWhichThrows(Runnable) - Static method in class de.unkrig.commons.lang.protocol.RunnableUtil
-
- assertContainsAll(Collection<?>, Collection<?>) - Static method in class de.unkrig.commons.junit4.AssertPrinters
-
Asserts that actual contains all of expected.
- assertContainsAll(String, Collection<?>, Collection<?>) - Static method in class de.unkrig.commons.junit4.AssertPrinters
-
Asserts that actual contains all of expected.
- assertContainsMessages(RunnableWhichThrows<EX>, String...) - Static method in class de.unkrig.commons.junit4.AssertPrinters
-
Asserts that the given runnable prints exactly the expectedMessages.
- assertEqualData(Producer<? extends Byte>) - Static method in class de.unkrig.commons.junit4.AssertIo
-
- assertEquals(List<?>, List<?>) - Static method in class de.unkrig.commons.junit4.AssertPrinters
-
Asserts that the two lists are equal, element by element.
- assertEquals(String, List<?>, List<?>) - Static method in class de.unkrig.commons.junit4.AssertPrinters
-
Asserts that the two lists are equal, element by element.
- AssertExit - Class in de.unkrig.commons.junit4
-
Utility methods related to JUNIT and System.exit(int).
- assertExit(String, Predicate<Integer>, RunnableWhichThrows<EX>) - Static method in class de.unkrig.commons.junit4.AssertExit
-
Asserts that the given runnable invokes System.exit(int), and that expected
evaluates to true for the exit status.
- assertExitStatusEqual(int, RunnableWhichThrows<EX>) - Static method in class de.unkrig.commons.junit4.AssertExit
-
Asserts that the given runnable invokes System.exit(int), and that the exit status is
expected.
- assertExitStatusEqual(String, int, RunnableWhichThrows<EX>) - Static method in class de.unkrig.commons.junit4.AssertExit
-
Asserts that the given runnable invokes System.exit(int), and that the exit status is
expected.
- assertExitStatusNotEqual(int, RunnableWhichThrows<EX>) - Static method in class de.unkrig.commons.junit4.AssertExit
-
Asserts that the given runnable invokes System.exit(int), and that the exit status is
not expected.
- assertExitStatusNotEqual(String, int, RunnableWhichThrows<EX>) - Static method in class de.unkrig.commons.junit4.AssertExit
-
Asserts that the given runnable invokes System.exit(int), and that the exit status is
not expected.
- AssertIo - Class in de.unkrig.commons.junit4
-
Utility methods related to JUNIT and java.io.
- AssertionUtil - Class in de.unkrig.commons.lang
-
Various assertion-related utility methods.
- assertMatches(String, String) - Static method in class de.unkrig.commons.junit4.AssertRegex
-
Fails unless the actual string matches the given expectedRegex.
- assertMatches(String, String, String) - Static method in class de.unkrig.commons.junit4.AssertRegex
-
Fails with the given message unless the actual string matches the given
expectedRegex.
- assertMatches(List<String>, List<String>) - Static method in class de.unkrig.commons.junit4.AssertRegex
-
Fails unless each of the actuals matches the respective regex.
- assertMatches(String, List<String>, List<String>) - Static method in class de.unkrig.commons.junit4.AssertRegex
-
Fails with the given message unless each of the actuals matches the respective regex.
- assertMessages(RunnableWhichThrows<EX>, String...) - Static method in class de.unkrig.commons.junit4.AssertPrinters
-
Asserts that the given runnable prints exactly the expectedMessages.
- AssertPrinters - Class in de.unkrig.commons.junit4
-
Utility methods related to JUNIT and java.io.
- AssertRegex - Class in de.unkrig.commons.junit4
-
Utility methods related to JUNIT and java.util.regex.
- asTransformer(TransformerWhichThrows<? super I, ? extends O, EX>) - Static method in class de.unkrig.commons.lang.protocol.TransformerUtil
-
- asTransformerWhichThrows(Transformer<? super I, ? extends O>) - Static method in class de.unkrig.commons.lang.protocol.TransformerUtil
-
- AsyncBufferedOutputStream - Class in de.unkrig.commons.io
-
A FilterOutputStream that forwards data asynchronously (with a background thread) to the delegate
OutputStream.
- AsyncBufferedOutputStream(OutputStream, ByteBuffer, boolean) - Constructor for class de.unkrig.commons.io.AsyncBufferedOutputStream
-
- AT_END - Static variable in class de.unkrig.commons.util.collections.CollectionUtil
-
- AT_END - Static variable in class de.unkrig.commons.util.collections.IteratorUtil
-
An iterator which is at its end.
- atEnd() - Method in class de.unkrig.commons.text.StringStream
-
- atEnd() - Static method in class de.unkrig.commons.util.collections.IteratorUtil
-
- atMostEvery(long) - Static method in class de.unkrig.commons.lang.protocol.PredicateUtil
-
- atMostEvery(long) - Static method in class de.unkrig.commons.lang.protocol.ProducerUtil
-
Creates and returns a
Producer for which the
first product is
true, and, for all
following products, the time interval between adjacent
true products will (A) be minimal and (B) never
shorter than
milliseconds.
- attemptToDeleteRecursively(File) - Static method in class de.unkrig.commons.file.FileUtil
-
Similar to File.delete(), but clears and deletes directory trees recursively.
- augment(Mapping<K, V>, Object...) - Static method in class de.unkrig.commons.lang.protocol.Mappings
-
- augment(Map<K, V>, K, V) - Static method in class de.unkrig.commons.util.collections.MapUtil
-
Returns a Map that is composed of the delegate and one extra entry.
- augmentScanningLocation(ProducerWhichThrows<? extends T, ? extends EX>, String) - Static method in class de.unkrig.commons.text.scanner.ScannerUtil
-
- available() - Method in class de.unkrig.commons.io.ConcatInputStream
-
- available() - Method in class de.unkrig.commons.io.MarkableFileInputStream
-
- available() - Method in class de.unkrig.commons.io.PercentEncodingInputStream
-
- available() - Method in class de.unkrig.commons.io.WyeInputStream
-
Deprecated.
- available() - Method in class de.unkrig.commons.net.http.io.ChunkedInputStream
-
- awaitCompletion() - Method in class de.unkrig.commons.util.concurrent.ByteStreamSequentializer
-
- awaitCompletion() - Method in class de.unkrig.commons.util.concurrent.ObjectSequentializer
-
- awaitCompletion() - Method in class de.unkrig.commons.util.concurrent.SquadExecutor
-
- awaitCompletion(long, TimeUnit) - Method in class de.unkrig.commons.util.concurrent.SquadExecutor
-
- awaitTermination(long, TimeUnit) - Method in class de.unkrig.commons.util.concurrent.LinearExecutorService
-
- cache(ProducerWhichThrows<T, ? extends EX>, ProducerWhichThrows<Boolean, ? extends EX>) - Static method in class de.unkrig.commons.lang.protocol.ProducerUtil
-
The first product is the first product of the delegate; each following product is the next product
of the delegate if the condition evaluates to true, otherwise it is the
previous product.
- cache(T, ProducerWhichThrows<T, ? extends EX>, ProducerWhichThrows<Boolean, ? extends EX>) - Static method in class de.unkrig.commons.lang.protocol.ProducerUtil
-
The first product is the firstProduct; each following product is the next product of the
delegate iff the condition evaluates to true, otherwise it is the
previous product.
- cache(Transformer<? super I, O>) - Static method in class de.unkrig.commons.lang.protocol.TransformerUtil
-
A transformer which lets a delegate transform the inputs, but at most once for each non-equal
input.
- call(I) - Method in interface de.unkrig.commons.lang.protocol.FunctionWhichThrows
-
Calculates a value of type O from an argument of type I.
- call(HttpRequest) - Method in class de.unkrig.commons.net.http.HttpClient
-
Sends the given httpRequest to the server, waits for the response from the server.
- CamelCase - Class in de.unkrig.commons.text
-
- cancel() - Method in interface de.unkrig.commons.io.Multiplexer.TimerKey
-
Cancels the timer associated with this key.
- cast(Class<?>, T) - Method in class de.unkrig.commons.text.expression.Parser
-
- cat(String...) - Static method in class de.unkrig.commons.text.CamelCase
-
Deprecated.
Concatenates the given strings, with the first letter of each string except the first string
capitalized.
- catchLongjump(ProducerWhichThrows<T, Longjump>, T) - Static method in class de.unkrig.commons.lang.protocol.Longjump
-
- catchLongjump(ConsumerWhichThrows<T, Longjump>, T) - Static method in class de.unkrig.commons.lang.protocol.Longjump
-
Calls
delegate.consume(subject), and catches and ignores any
Longjump it throws.
- catchLongjump(RunnableWhichThrows<Longjump>) - Static method in class de.unkrig.commons.lang.protocol.Longjump
-
Calls
delegate.run(), and catches and ignores any
Longjump it throws.
- changeWorkingDirectory(String) - Method in class de.unkrig.commons.net.ftp.FtpClient
-
Changes the remote working directory.
- changeWorkingDirectory(String) - Method in class de.unkrig.commons.net.ftp.ftplett.FileFtplett
-
- changeWorkingDirectory(String) - Method in interface de.unkrig.commons.net.ftp.ftplett.Ftplett
-
- CHAR_ARRAY_ELLIPSIS - Static variable in class de.unkrig.commons.lang.PrettyPrinter
-
If a char array is larger than this threshold (20), then it is printed as
'abc'...
- CHAR_ARRAY_TYPE - Static variable in class de.unkrig.commons.asm.Types
-
- CHAR_SEQUENCE_ELLIPSIS - Static variable in class de.unkrig.commons.lang.PrettyPrinter
-
If a char sequence is longer than this threshold (100), then it is printed as
"abc"...
- CHAR_SEQUENCE_TYPE - Static variable in class de.unkrig.commons.asm.Types
-
- characterConsumerWriter(ConsumerWhichThrows<? super Character, IOException>) - Static method in class de.unkrig.commons.lang.protocol.ConsumerUtil
-
- checkIdentity(String, InputStream, ContentsTransformer, boolean) - Static method in class de.unkrig.commons.file.filetransformation.FileContentsTransformer
-
Consumes the inputStream and feeds it through the contentsTransformer.
- children() - Method in interface de.unkrig.commons.util.TreeComparator.Node
-
- ChunkedInputStream - Class in de.unkrig.commons.net.http.io
-
- ChunkedInputStream(InputStream) - Constructor for class de.unkrig.commons.net.http.io.ChunkedInputStream
-
- ChunkedOutputStream - Class in de.unkrig.commons.net.http.io
-
- ChunkedOutputStream(OutputStream) - Constructor for class de.unkrig.commons.net.http.io.ChunkedOutputStream
-
- className(ClassDoc) - Static method in class de.unkrig.commons.doclet.Types
-
- classNamed(RootDoc, String) - Static method in class de.unkrig.commons.doclet.Docs
-
A drop-in replacement for
RootDoc.classNamed(String), but instead of returning
null it prints an
error and throws a
Longjump.
- classScope(Doc) - Static method in class de.unkrig.commons.doclet.Docs
-
- clear() - Method in class de.unkrig.commons.lang.protocol.HardReference
-
Clears the reference.
- clear() - Method in class de.unkrig.commons.util.collections.LinearMap
-
- clear() - Method in class de.unkrig.commons.util.IdentityHashSet
-
- clone() - Method in class de.unkrig.commons.util.IdentityHashSet
-
- close() - Method in class de.unkrig.commons.io.AsyncBufferedOutputStream
-
- close() - Method in class de.unkrig.commons.io.ByteFilterInputStream
-
- close() - Method in class de.unkrig.commons.io.ConcatInputStream
-
- close() - Method in class de.unkrig.commons.io.FileBufferedChannel
-
- close() - Method in class de.unkrig.commons.io.FixedLengthInputStream
-
- close() - Method in class de.unkrig.commons.io.FixedLengthOutputStream
-
- close() - Method in class de.unkrig.commons.io.MarkableFileInputStream
-
- close() - Method in interface de.unkrig.commons.io.pipe.Pipe
-
Releases any resources allocated for this pipe.
- close() - Method in class de.unkrig.commons.io.TeeOutputStream
-
Deprecated.
- close() - Method in class de.unkrig.commons.io.UnclosableInputStream
-
Deprecated.
- close() - Method in class de.unkrig.commons.io.UnclosableOutputStream
-
Deprecated.
- close() - Method in class de.unkrig.commons.io.WriterOutputStream
-
- close() - Method in class de.unkrig.commons.net.http.HttpClient
-
- close() - Method in class de.unkrig.commons.net.http.io.ChunkedOutputStream
-
- close() - Method in class de.unkrig.commons.net.http.servlett.AbstractServlett
-
This default implementation does simply nothing.
- close() - Method in class de.unkrig.commons.net.stream.ActiveSocketOutputStream
-
- close() - Method in class de.unkrig.commons.net.TcpClient
-
- close() - Method in class de.unkrig.commons.util.logging.handler.ProxyHandler
-
- close() - Method in class de.unkrig.commons.util.logging.handler.StderrHandler
-
- close() - Method in class de.unkrig.commons.util.logging.handler.StdoutHandler
-
- collect(int, Consumer<? super List<T>>) - Static method in class de.unkrig.commons.util.concurrent.ConcurrentUtil
-
Creates and returns a list of n consumers; when each of these has been invoked exactly once,
then the delegate is invoked with a list of the consumed subjects, in the same order as the
consumers.
- CollectionUtil - Class in de.unkrig.commons.util.collections
-
java.util.collection-related utility methods.
- columnNumber() - Method in class de.unkrig.commons.io.CountingReader
-
Returns the column number of the previously read character, or '0' if no character has been read
yet.
- combine(String, List<T>) - Method in interface de.unkrig.commons.file.contentsprocessing.ContentsProcessings.ArchiveCombiner
-
Is invoked after all entries of an archive have been processed.
- combine(String, File, List<T>) - Method in interface de.unkrig.commons.file.fileprocessing.FileProcessings.DirectoryCombiner
-
- combine(Consumer<? super T>) - Static method in class de.unkrig.commons.lang.protocol.ConsumerUtil
-
The returned producer is a factory for consumers of T.
- combine(I, O, Transformer<? super I, O>) - Static method in class de.unkrig.commons.lang.protocol.TransformerUtil
-
- combine(I, O, TransformerWhichThrows<? super I, O, EX>) - Static method in class de.unkrig.commons.lang.protocol.TransformerUtil
-
- combine(Map<K, V>, Map<? extends K, ? extends V>) - Static method in class de.unkrig.commons.util.collections.MapUtil
-
Returns a Map that is composed of map1 and map2, where map1 takes
precedence over <map2.
- combineArchive(String, ConsumerWhichThrows<? super FileTransformations.NameAndContents, ? extends IOException>) - Method in interface de.unkrig.commons.file.filetransformation.FileTransformations.ArchiveCombiner
-
- combineDirectory(String, ConsumerWhichThrows<? super FileTransformations.NameAndContents, ? extends IOException>) - Method in interface de.unkrig.commons.file.filetransformation.FileTransformations.DirectoryCombiner
-
Is invoked after the members of the directory have been transformed.
- combineInOrder(ConsumerWhichThrows<? super T, EX>) - Static method in class de.unkrig.commons.lang.protocol.ConsumerUtil
-
The returned producer is a factory for consumers of T.
- combineMultiLineCComments(ProducerWhichThrows<? extends AbstractScanner.Token<JavaScanner.TokenType>, ? extends ScanException>) - Static method in class de.unkrig.commons.text.scanner.JavaScanner
-
- CommandLineOption - Annotation Type in de.unkrig.commons.util.annotation
-
Indicates that the annotated method maps to a "command line option".
- CommandLineOption.Cardinality - Enum in de.unkrig.commons.util.annotation
-
- CommandLineOptionException - Exception in de.unkrig.commons.util
-
Superclass for all the exceptions that the command line options parser may throw.
- CommandLineOptionException(String) - Constructor for exception de.unkrig.commons.util.CommandLineOptionException
-
- CommandLineOptionException(String, Throwable) - Constructor for exception de.unkrig.commons.util.CommandLineOptionException
-
- CommandLineOptionException.ArgumentConversionFailed - Exception in de.unkrig.commons.util
-
A command line option argument could not be converted to the required type.
- CommandLineOptionException.ConflictingOptions - Exception in de.unkrig.commons.util
-
A command line option group has cardinality
EXACTLY_ONE, and there are
more than one options of the group on the command line.
- CommandLineOptionException.DuplicateOption - Exception in de.unkrig.commons.util
-
A command line option with cardinality
OPTIONAL or
MANDATORY appeared more than
once.
- CommandLineOptionException.OptionArgumentMissing - Exception in de.unkrig.commons.util
-
A command line option requires one or more arguments, but the command line arguments are exhausted before all
required option arguments were parsed.
- CommandLineOptionException.RequiredOptionGroupMissing - Exception in de.unkrig.commons.util
-
- CommandLineOptionException.RequiredOptionMissing - Exception in de.unkrig.commons.util
-
- CommandLineOptionException.UnrecognizedOption - Exception in de.unkrig.commons.util
-
A command line argument was encountered that appears to be an option (because it starts with "-"), but its name
is not recognized.
- CommandLineOptionGroup - Annotation Type in de.unkrig.commons.util.annotation
-
Indicates that the annotated class or interfaces represents a "command line option group".
- CommandLineOptionGroup.Cardinality - Enum in de.unkrig.commons.util.annotation
-
- CommandLineOptions - Class in de.unkrig.commons.util
-
Parses "command line options" from the args of your main() method and configures a Java bean
accordingly.
- CommandLineUtil - Class in de.unkrig.commons.text
-
Utility methods for processing command line arguments.
- COMPACT - Static variable in class de.unkrig.commons.util.logging.formatter.PrintfFormatter
-
- compare(N, N) - Method in class de.unkrig.commons.util.TreeComparator
-
- compareOutput(int, Runnable, Runnable) - Static method in class de.unkrig.commons.io.IoUtil
-
Creates and returns an array of n OutputStreams.
- compareTo(CharSequence, CharSequence) - Static method in class de.unkrig.commons.lang.StringUtil
-
Naturally, CharSequence does not extend Comparable.
- compile(String) - Static method in class de.unkrig.commons.text.pattern.Glob
-
Equivalent with compile(regex, 0).
- compile(String, int) - Static method in class de.unkrig.commons.text.pattern.Glob
-
Similar to
Pattern.compile(String, int), but returns a
Glob instead of a
Pattern.
- compile(String, int) - Static method in class de.unkrig.commons.text.pattern.Pattern2
-
- compileRegex(Pattern) - Static method in class de.unkrig.commons.text.pattern.Glob
-
Returns a
Glob who's
Glob.replace(String) method will return its
subject argument if the
subject matches the given regular expression.
- compileRegex(Pattern, String) - Static method in class de.unkrig.commons.text.pattern.Glob
-
The behavior of the
Glob.matches(String) method of the returned
Glob is as follows:
If the
regex matches the
subject, then
true is returned.
- compress(Consumer<T>, Predicate<T>) - Static method in class de.unkrig.commons.lang.protocol.ConsumerUtil
-
Forwards each subject it consumes to the given delegate, but only iff the
subject is not compressable.
- compress(Consumer<? super T>, Predicate<? super T>, T) - Static method in class de.unkrig.commons.lang.protocol.ConsumerUtil
-
Replaces sequences of compressable subjects with one compressed subject.
- compress(Producer<? extends T>, Predicate<? super T>, T) - Static method in class de.unkrig.commons.lang.protocol.ProducerUtil
-
Discards the elements that the delegate produces while they are compressable.
- compressedAndArchiveContentsProcessor(Predicate<? super String>, ContentsProcessor<T>, ContentsProcessings.ArchiveCombiner<T>, ContentsProcessor<T>, ContentsProcessor<T>, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.contentsprocessing.ContentsProcessings
-
Returns a
ContentsProcessor which processes contents by feeding it to the
normalContentsProcessor, but automagically detects various archive and compression formats and processes the
entries of the archive and the
uncompressed contents instead of the "raw" contents.
- compressedAndArchiveContentsTransformer(Predicate<? super String>, Predicate<? super String>, Glob, ContentsTransformer, FileTransformations.ArchiveCombiner, ContentsTransformer, ContentsTransformer, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.contentstransformation.ContentsTransformations
-
Returns a
ContentsTransformer which transforms contents by feeding it through the
normalContentsTransformer, but automagically detects various archive and compression formats and processes the
entries of the archive and the
uncompressed contents instead of the "raw" contents.
- compressedAndArchiveFileTransformer(Predicate<? super String>, Predicate<? super String>, Glob, FileTransformations.ArchiveCombiner, ContentsTransformer, ContentsTransformer, ContentsTransformer, boolean, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.filetransformation.FileTransformations
-
Returns a
FileTransformer which transforms files by feeding their contents through the
normalContentsTransformer (just like the
FileContentsTransformer), or, iff the file is an archive
file, by feeding the archive file's entries through the
archiveEntryContentsTransformer, or, iff the
file is a compressed file, be feeding the compressed file's decompressed contents through the
compressedContentsTransformer.
- compressExponentially(long, Consumer<? super Long>) - Static method in class de.unkrig.commons.lang.protocol.ConsumerUtil
-
Creates and returns a
Consumer<Long> which forwards the quantity to the given
delegate, but only if the quantity is equal to or greater than the limit, which starts with
initialLimit and increases exponentially.
- CompressionFormat - Interface in de.unkrig.commons.file.org.apache.commons.compress.compressors
-
Representation of one compression format, e.g.
- CompressionFormatFactory - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors
-
- CompressionURLStreamHandler - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors
-
An abstract URLStreamHandler which makes the implementation of archive-based URLStreamHandlers
simple.
- CompressionURLStreamHandler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionURLStreamHandler
-
- compressorHandler(String, ContentsProcessor<T>, ProducerWhichThrows<? extends InputStream, ? extends IOException>) - Static method in class de.unkrig.commons.file.contentsprocessing.ContentsProcessings
-
- compressorHandler(String, OutputStream, ContentsTransformer) - Static method in class de.unkrig.commons.file.contentstransformation.ContentsTransformations
-
Creates and returns a
CompressUtil.CompressorHandler which transforms an
ArchiveInputStream into an
OutputStream, using the given
contentsTransformer.
- compressorInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.bzip2.BZip2CompressionFormat
-
- compressorInputStream(InputStream) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormat
-
- compressorInputStream(InputStream) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormatFactory
-
Determines the compression format from the first few bytes of the inputStream and then wraps it in the
appropriate CompressorInputStream.
- compressorInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.gzip.GzipCompressionFormat
-
- compressorInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.lzma.LZMACompressionFormat
-
- compressorInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.pack200.Pack200CompressionFormat
-
- compressorInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.FramedSnappyCompressionFormat
-
- compressorInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.SnappyCompressionFormat
-
- compressorInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.xz.XZCompressionFormat
-
- compressorInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.z.ZCompressionFormat
-
- compressorOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.bzip2.BZip2CompressionFormat
-
- compressorOutputStream(OutputStream) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormat
-
- compressorOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.gzip.GzipCompressionFormat
-
- compressorOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.lzma.LZMACompressionFormat
-
- compressorOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.pack200.Pack200CompressionFormat
-
- compressorOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.FramedSnappyCompressionFormat
-
- compressorOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.SnappyCompressionFormat
-
- compressorOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.xz.XZCompressionFormat
-
- compressorOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.z.ZCompressionFormat
-
- compressSpaces(ProducerWhichThrows<? extends AbstractScanner.Token<JavaScanner.TokenType>, ? extends ScanException>) - Static method in class de.unkrig.commons.text.scanner.JavaScanner
-
- CompressUtil - Class in de.unkrig.commons.file
-
Utility class which implements functionality that is related to org.apache.commons.compress.
- CompressUtil.ArchiveHandler<T> - Interface in de.unkrig.commons.file
-
- CompressUtil.CompressorHandler<T> - Interface in de.unkrig.commons.file
-
- CompressUtil.NormalContentsHandler<T> - Interface in de.unkrig.commons.file
-
- concat(Producer<? extends T>, Producer<? extends T>) - Static method in class de.unkrig.commons.lang.protocol.ProducerUtil
-
- concat(T, Iterable<? extends T>) - Static method in class de.unkrig.commons.util.collections.IterableUtil
-
- concat(T, T, Iterable<? extends T>) - Static method in class de.unkrig.commons.util.collections.IterableUtil
-
- concat(Iterable<? extends T>, T...) - Static method in class de.unkrig.commons.util.collections.IterableUtil
-
- concat(Iterable<? extends T>, Iterable<? extends T>) - Static method in class de.unkrig.commons.util.collections.IterableUtil
-
- concat(Iterable<? extends T>, Iterable<? extends T>, Iterable<? extends T>) - Static method in class de.unkrig.commons.util.collections.IterableUtil
-
- concat(Iterable<? extends T>, Iterable<? extends T>, Iterable<? extends T>, Iterable<? extends T>) - Static method in class de.unkrig.commons.util.collections.IterableUtil
-
- concat(Iterable<? extends Iterable<? extends T>>) - Static method in class de.unkrig.commons.util.collections.IterableUtil
-
- ConcatInputStream - Class in de.unkrig.commons.io
-
Concatenates the contents of several InputStreams.
- ConcatInputStream(Producer<? extends InputStream>, boolean) - Constructor for class de.unkrig.commons.io.ConcatInputStream
-
- ConcurrentUtil - Class in de.unkrig.commons.util.concurrent
-
Utility methods related to "java.util.concurrent".
- conditional(T, T, T) - Method in class de.unkrig.commons.text.expression.Parser
-
- configureLoggers(String) - Static method in class de.unkrig.commons.util.logging.SimpleLogging
-
Sets the level of the named loggers, adds the given handler on them and sets the given
formatter on the handler.
- confine(Class<?>, AccessControlContext) - Static method in class de.unkrig.commons.lang.security.Sandbox
-
All future actions that are executed through the given clasS will be checked against the given accessControlContext.
- confine(Class<?>, ProtectionDomain) - Static method in class de.unkrig.commons.lang.security.Sandbox
-
All future actions that are executed through the given clasS will be checked against the given protectionDomain.
- confine(Class<?>, Permissions) - Static method in class de.unkrig.commons.lang.security.Sandbox
-
All future actions that are executed through the given clasS will be checked against the given permissions.
- confine(String, AccessControlContext) - Static method in class de.unkrig.commons.lang.security.Sandbox
-
All future actions that are executed through the named class will be checked against the given accessControlContext.
- confine(String, ProtectionDomain) - Static method in class de.unkrig.commons.lang.security.Sandbox
-
All future actions that are executed through the named class will be checked against the given protectionDomain.
- confine(String, Permissions) - Static method in class de.unkrig.commons.lang.security.Sandbox
-
All future actions that are executed through the named class will be checked against the given permissions.
- confine(ClassLoader, AccessControlContext) - Static method in class de.unkrig.commons.lang.security.Sandbox
-
All future actions that are executed through classes that were loaded through the given classLoader
will be checked against the given accessControlContext.
- confine(ClassLoader, ProtectionDomain) - Static method in class de.unkrig.commons.lang.security.Sandbox
-
All future actions that are executed through classes that were loaded through the given classLoader
will be checked against the given protectionDomain.
- confine(ClassLoader, Permissions) - Static method in class de.unkrig.commons.lang.security.Sandbox
-
All future actions that are executed through classes that were loaded through the given classLoader
will be checked against the given permissions.
- ConflictingOptions(CommandLineOptionGroup, CommandLineOption, String) - Constructor for exception de.unkrig.commons.util.CommandLineOptionException.ConflictingOptions
-
- constant(V) - Static method in class de.unkrig.commons.lang.protocol.Mappings
-
- constantExpression(Object) - Static method in class de.unkrig.commons.text.expression.ExpressionUtil
-
- constantInputStream(byte) - Static method in class de.unkrig.commons.io.IoUtil
-
- constantProducer(T) - Static method in class de.unkrig.commons.lang.protocol.ProducerUtil
-
- constantReplacer(String) - Static method in class de.unkrig.commons.text.pattern.PatternUtil
-
Return a replacer which always returns the given string.
- consume(T) - Method in interface de.unkrig.commons.lang.protocol.ConsumerWhichThrows
-
Consumes one subject of type T.
- consume(T) - Method in class de.unkrig.commons.lang.protocol.ProxyConsumerWhichThrows
-
- Consumer<T> - Interface in de.unkrig.commons.lang.protocol
-
Consumes objects ("subjects") of type T.
- ConsumerUtil - Class in de.unkrig.commons.lang.protocol
-
Various
Consumer-related utility methods.
- ConsumerUtil.Produmer<PT,CT> - Interface in de.unkrig.commons.lang.protocol
-
- ConsumerWhichThrows<T,EX extends java.lang.Throwable> - Interface in de.unkrig.commons.lang.protocol
-
- contains(Collection<? extends T>) - Static method in class de.unkrig.commons.lang.protocol.PredicateUtil
-
- contains(Object) - Method in class de.unkrig.commons.util.IdentityHashSet
-
- containsKey(Object) - Method in class de.unkrig.commons.lang.protocol.Mapping
-
- containsKey(Map<K, ?>) - Static method in class de.unkrig.commons.lang.protocol.PredicateUtil
-
- containsKey(Mapping<K, ?>) - Static method in class de.unkrig.commons.lang.protocol.PredicateUtil
-
- containsKey(Object) - Method in class de.unkrig.commons.util.collections.LinearMap
-
- containsValue(Object) - Method in class de.unkrig.commons.util.collections.LinearMap
-
- ContentsProcessings - Class in de.unkrig.commons.file.contentsprocessing
-
- ContentsProcessings.ArchiveCombiner<T> - Interface in de.unkrig.commons.file.contentsprocessing
-
- ContentsProcessor<T> - Interface in de.unkrig.commons.file.contentsprocessing
-
- contentsProcessor - Variable in class de.unkrig.commons.file.fileprocessing.FileContentsProcessor
-
- ContentsTransformations - Class in de.unkrig.commons.file.contentstransformation
-
- ContentsTransformer - Interface in de.unkrig.commons.file.contentstransformation
-
An entity that transforms contents, i.e. it reads bytes from an InputStream and writes bytes to an
OutputStream.
- COPY - Static variable in class de.unkrig.commons.file.contentstransformation.ContentsTransformations
-
- copy(InputStream, OutputStream) - Static method in class de.unkrig.commons.io.IoUtil
-
Reads the input stream until end-of-input and writes all data to the output stream.
- copy(InputStream, OutputStream, long) - Static method in class de.unkrig.commons.io.IoUtil
-
Reads at most n bytes from the inputStream and writes all data to the
outputStream.
- copy(InputStream, boolean, OutputStream, boolean) - Static method in class de.unkrig.commons.io.IoUtil
-
Copies the contents of the inputStream to the outputStream.
- copy(Reader, Writer) - Static method in class de.unkrig.commons.io.IoUtil
-
Reads the reader until end-of-input and writes all data to the writer.
- copy(Reader, boolean, Writer, boolean) - Static method in class de.unkrig.commons.io.IoUtil
-
Copies the contents of the reader to the writer.
- copy(Reader, OutputStream, Charset) - Static method in class de.unkrig.commons.io.IoUtil
-
Reads the reader until end-of-input and writes all data to the output stream.
- copy(Readable, Appendable) - Static method in class de.unkrig.commons.io.IoUtil
-
Reads the Readable until end-of-input and writes all data to the Appendable.
- copy(InputStream, boolean, File, boolean) - Static method in class de.unkrig.commons.io.IoUtil
-
Copies the contents of the inputStream to the outputFile.
- copy(Reader, boolean, File, boolean, Charset) - Static method in class de.unkrig.commons.io.IoUtil
-
Copies the contents of the reader to the outputFile, encoded with the given
outputCharset.
- copy(File, OutputStream, boolean) - Static method in class de.unkrig.commons.io.IoUtil
-
Copies the contents of the inputFile to the outputStream.
- copy(InputStream, boolean, File) - Static method in class de.unkrig.commons.io.IoUtil
-
Copies the contents of the inputStream to the outputFile.
- copy(File, File) - Static method in class de.unkrig.commons.io.IoUtil
-
Copies the contents of the inputFile to the outputFile.
- copy(File, File, IoUtil.CollisionStrategy) - Static method in class de.unkrig.commons.io.IoUtil
-
Copies the contents of the inputFile to the outputFile.
- copyAvailable(InputStream, OutputStream) - Static method in class de.unkrig.commons.io.IoUtil
-
Reads data from the input stream and writes it to the output stream.
- copyAvailable(InputStream, OutputStream, long) - Static method in class de.unkrig.commons.io.IoUtil
-
Reads at most n bytes from the input stream and writes all data to the output stream.
- copyFrom(InputStream) - Static method in class de.unkrig.commons.io.IoUtil
-
- copyResource(ClassLoader, String, OutputStream, boolean) - Static method in class de.unkrig.commons.io.IoUtil
-
Copies the contents of a resource to the given outputStream.
- copyResource(Class<?>, String, OutputStream, boolean) - Static method in class de.unkrig.commons.io.IoUtil
-
Copies the contents a resource to the given outputStream.
- copyResource(ClassLoader, String, File, boolean) - Static method in class de.unkrig.commons.io.IoUtil
-
Copies the contents a resource to the given toFile.
- copyResource(Class<?>, String, File, boolean) - Static method in class de.unkrig.commons.io.IoUtil
-
Copies the contents a resource to the given toFile.
- copyRunnable(InputStream, OutputStream) - Static method in class de.unkrig.commons.io.IoUtil
-
- copyTree(File, File, IoUtil.CollisionStrategy) - Static method in class de.unkrig.commons.io.IoUtil
-
Copies a directory tree.
- count(int, Runnable) - Static method in class de.unkrig.commons.util.concurrent.ConcurrentUtil
-
Creates and returns a Runnable which, when run, acts as follows:
First ...
- CountingInputStream - Class in de.unkrig.commons.io
-
- CountingInputStream(InputStream) - Constructor for class de.unkrig.commons.io.CountingInputStream
-
Deprecated.
- CountingInputStream(InputStream, long) - Constructor for class de.unkrig.commons.io.CountingInputStream
-
Deprecated.
- CountingOutputStream - Class in de.unkrig.commons.io
-
- CountingOutputStream() - Constructor for class de.unkrig.commons.io.CountingOutputStream
-
Deprecated.
- CountingOutputStream(long) - Constructor for class de.unkrig.commons.io.CountingOutputStream
-
Deprecated.
- CountingReader - Class in de.unkrig.commons.io
-
A FilterReader that counts characters and line breaks in the stream.
- CountingReader(Reader) - Constructor for class de.unkrig.commons.io.CountingReader
-
- CpioArchiveFormat - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio
-
Representation of the 'ar' archive format.
- create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ar.ArArchiveFormat
-
- create(File) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormat
-
Creates a new archive file.
- create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.arj.ArjArchiveFormat
-
- create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio.CpioArchiveFormat
-
- create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.dump.DumpArchiveFormat
-
- create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.jar.JarArchiveFormat
-
- create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.sevenz.SevenZArchiveFormat
-
- create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.tar.TarArchiveFormat
-
- create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.zip.ZipArchiveFormat
-
- create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.bzip2.BZip2CompressionFormat
-
- create(File) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormat
-
Creates a new compressed file.
- create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.gzip.GzipCompressionFormat
-
- create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.lzma.LZMACompressionFormat
-
- create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.pack200.Pack200CompressionFormat
-
- create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.FramedSnappyCompressionFormat
-
- create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.SnappyCompressionFormat
-
- create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.xz.XZCompressionFormat
-
- create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.z.ZCompressionFormat
-
- createMissingParentDirectoriesFor(File) - Static method in class de.unkrig.commons.io.IoUtil
-
Creates any missing parent directories for the given file.
- cs - Variable in class de.unkrig.commons.text.scanner.AbstractScanner
-
The string currently being scanned; typically one line from an input document.
- cumulate(Consumer<? super Long>, long) - Static method in class de.unkrig.commons.lang.protocol.ConsumerUtil
-
Creates and returns a
Consumer which forwards the
cumulated quantity to the given
delegate.
- current() - Method in interface de.unkrig.commons.util.collections.IterableUtil.ElementWithContext
-
- DataConnectionProxy - Class in de.unkrig.commons.net.ftp
-
A proxy for the FTP data connection.
- DataConnectionProxy() - Constructor for class de.unkrig.commons.net.ftp.DataConnectionProxy
-
- de.unkrig.commons.asm - package de.unkrig.commons.asm
-
This package contains various helper classes that are useful in the context of
ASM.
- de.unkrig.commons.doclet - package de.unkrig.commons.doclet
-
Functionality that is related to ORACLE's
DOCLET API.
- de.unkrig.commons.doclet.html - package de.unkrig.commons.doclet.html
-
Functionality that is related to the generation of HTML documentation from a doclet.
- de.unkrig.commons.file - package de.unkrig.commons.file
-
This package contains various helper class that are useful in the context of processing files.
- de.unkrig.commons.file.contentsprocessing - package de.unkrig.commons.file.contentsprocessing
-
Utilities for processing the contents of (i.e. the byte stream produced by) an InputStream.
- de.unkrig.commons.file.contentstransformation - package de.unkrig.commons.file.contentstransformation
-
Utilities for transforming contents, i.e. reading bytes from an InputStream and writing to an OutputStream.
- de.unkrig.commons.file.fileprocessing - package de.unkrig.commons.file.fileprocessing
-
This package contains classes and interfaces that deal with processing files (file trees, ZIP files).
- de.unkrig.commons.file.filetransformation - package de.unkrig.commons.file.filetransformation
-
This package contains classes and interfaces that deal with transforming a file, file tree or ZIP file into another
file, file tree or ZIP file.
- de.unkrig.commons.file.org.apache.commons.compress.archivers - package de.unkrig.commons.file.org.apache.commons.compress.archivers
-
A replacement for ArchiveStreamFactory, with several
improvements.
- de.unkrig.commons.file.org.apache.commons.compress.archivers.ar - package de.unkrig.commons.file.org.apache.commons.compress.archivers.ar
-
Helpers related to the org.apache.commons.compress.archivers.ar package.
- de.unkrig.commons.file.org.apache.commons.compress.archivers.arj - package de.unkrig.commons.file.org.apache.commons.compress.archivers.arj
-
Helpers related to the org.apache.commons.compress.archivers.arj package.
- de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio - package de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio
-
Helpers related to the org.apache.commons.compress.archivers.cpio package.
- de.unkrig.commons.file.org.apache.commons.compress.archivers.dump - package de.unkrig.commons.file.org.apache.commons.compress.archivers.dump
-
Helpers related to the org.apache.commons.compress.archivers.dump package.
- de.unkrig.commons.file.org.apache.commons.compress.archivers.jar - package de.unkrig.commons.file.org.apache.commons.compress.archivers.jar
-
Helpers related to the org.apache.commons.compress.archivers.jar package.
- de.unkrig.commons.file.org.apache.commons.compress.archivers.sevenz - package de.unkrig.commons.file.org.apache.commons.compress.archivers.sevenz
-
Helpers related to the org.apache.commons.compress.archivers.sevenz package.
- de.unkrig.commons.file.org.apache.commons.compress.archivers.tar - package de.unkrig.commons.file.org.apache.commons.compress.archivers.tar
-
Helpers related to the org.apache.commons.compress.archivers.tar package.
- de.unkrig.commons.file.org.apache.commons.compress.archivers.zip - package de.unkrig.commons.file.org.apache.commons.compress.archivers.zip
-
Helpers related to the org.apache.commons.compress.archivers.zip package.
- de.unkrig.commons.file.org.apache.commons.compress.compressors - package de.unkrig.commons.file.org.apache.commons.compress.compressors
-
A replacement for CompressorStreamFactory, with several
improvements.
- de.unkrig.commons.file.org.apache.commons.compress.compressors.bzip2 - package de.unkrig.commons.file.org.apache.commons.compress.compressors.bzip2
-
Helpers related to the org.apache.commons.compress.compressors.bzip2 package.
- de.unkrig.commons.file.org.apache.commons.compress.compressors.gzip - package de.unkrig.commons.file.org.apache.commons.compress.compressors.gzip
-
Helpers related to the org.apache.commons.compress.compressors.gzip package.
- de.unkrig.commons.file.org.apache.commons.compress.compressors.lzma - package de.unkrig.commons.file.org.apache.commons.compress.compressors.lzma
-
Helpers related to the org.apache.commons.compress.compressors.lzma package.
- de.unkrig.commons.file.org.apache.commons.compress.compressors.pack200 - package de.unkrig.commons.file.org.apache.commons.compress.compressors.pack200
-
Helpers related to the org.apache.commons.compress.compressors.pack200 package.
- de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy - package de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy
-
Helpers related to the org.apache.commons.compress.compressors.snappy package.
- de.unkrig.commons.file.org.apache.commons.compress.compressors.xz - package de.unkrig.commons.file.org.apache.commons.compress.compressors.xz
-
Helpers related to the org.apache.commons.compress.compressors.xz package.
- de.unkrig.commons.file.org.apache.commons.compress.compressors.z - package de.unkrig.commons.file.org.apache.commons.compress.compressors.z
-
Helpers related to the org.apache.commons.compress.compressors.z package.
- de.unkrig.commons.io - package de.unkrig.commons.io
-
This package contains classes and interfaces that extend to capabilities of InputStreams, OutputStreams, Readers and Writers.
- de.unkrig.commons.io.pipe - package de.unkrig.commons.io.pipe
-
A pipe is an object to which data can be written and from which data can be read; the data read equals the data
previously written.
- de.unkrig.commons.junit4 - package de.unkrig.commons.junit4
-
This package contains classes and interfaces related to
JUNIT.
- de.unkrig.commons.lang - package de.unkrig.commons.lang
-
This package contains classes and interfaces that extend the capabilities of the JDK classes in the java.lang
package.
- de.unkrig.commons.lang.protocol - package de.unkrig.commons.lang.protocol
-
Various 'protocol types' and utility classes.
- de.unkrig.commons.lang.security - package de.unkrig.commons.lang.security
-
Java security-related functionality.
- de.unkrig.commons.math - package de.unkrig.commons.math
-
This package contains classes and interfaces that extend to capabilities of the JDK classes in the java.math
package.
- de.unkrig.commons.net - package de.unkrig.commons.net
-
This package contains classes and interfaces that implement generic Java™ networking capabilities,
specifically a TCP server framework.
- de.unkrig.commons.net.ftp - package de.unkrig.commons.net.ftp
-
This package contains classes and interfaces that implement the FTP protocol, both the server and the client side.
- de.unkrig.commons.net.ftp.ftplett - package de.unkrig.commons.net.ftp.ftplett
-
This package contains functionality around the
Ftplett interface.
- de.unkrig.commons.net.http - package de.unkrig.commons.net.http
-
This package contains classes and interfaces that implement the HTTP protocol, both the server and the client side.
- de.unkrig.commons.net.http.io - package de.unkrig.commons.net.http.io
-
java.io-related classes that adhere closely to the HTTP protocol.
- de.unkrig.commons.net.http.servlett - package de.unkrig.commons.net.http.servlett
-
This package contains the
Servlett interface and some sample
implementations.
- de.unkrig.commons.net.security - package de.unkrig.commons.net.security
-
This package contains classes and interfaces that implement generic Java™ networking capabilities,
specifically a TCP server framework.
- de.unkrig.commons.net.stream - package de.unkrig.commons.net.stream
-
java.io streams for transferring bytes to and from a remote host.
- de.unkrig.commons.net.tool.ftpmon - package de.unkrig.commons.net.tool.ftpmon
-
The "ftpmon" command line utility.
- de.unkrig.commons.net.tool.ftpserver - package de.unkrig.commons.net.tool.ftpserver
-
A simple FTP server.
- de.unkrig.commons.net.tool.httpd - package de.unkrig.commons.net.tool.httpd
-
A (very) simple HTTP server.
- de.unkrig.commons.net.tool.httpproxy - package de.unkrig.commons.net.tool.httpproxy
-
An HTTP server that accepts connections from clients and forwards them to remote servers.
- de.unkrig.commons.net.tool.nullserver - package de.unkrig.commons.net.tool.nullserver
-
A server that accepts connections from clients and logs the data it receives from these connections.
- de.unkrig.commons.net.tool.tcpmon - package de.unkrig.commons.net.tool.tcpmon
-
A server that accepts connections from clients, creates another connection to a remote server for each accepted
connection, and forwards all data from the client to the server and back.
- de.unkrig.commons.net.tool.telnet - package de.unkrig.commons.net.tool.telnet
-
Creates a TCP connection to a server and forwards STDIN/STDOUT to that connection.
- de.unkrig.commons.nullanalysis - package de.unkrig.commons.nullanalysis
-
Annotations for ECLIPSE's "null analysis" feature.
- de.unkrig.commons.reflect - package de.unkrig.commons.reflect
-
This package contains functionality that is related to the JDK classes in the java.lang.reflect package.
- de.unkrig.commons.text - package de.unkrig.commons.text
-
Helpers for text-related tasks.
- de.unkrig.commons.text.expression - package de.unkrig.commons.text.expression
-
A simple expression evaluator which is useful, e.g., for configuration mechanisms.
- de.unkrig.commons.text.json - package de.unkrig.commons.text.json
-
JSON-related functionality.
- de.unkrig.commons.text.parser - package de.unkrig.commons.text.parser
-
A framework for convenient implementation of high-performance parsers.
- de.unkrig.commons.text.pattern - package de.unkrig.commons.text.pattern
-
Extensions for the java.util.regex functionality.
- de.unkrig.commons.text.scanner - package de.unkrig.commons.text.scanner
-
A framework for convenient implementation of high-performance stateless or stateful scanners.
- de.unkrig.commons.text.xml - package de.unkrig.commons.text.xml
-
XML-related utility functionality.
- de.unkrig.commons.util - package de.unkrig.commons.util
-
This package contains interfaces and utility classes around the "producer / consumer", "predicate" and "transformer"
patterns.
- de.unkrig.commons.util.annotation - package de.unkrig.commons.util.annotation
-
- de.unkrig.commons.util.collections - package de.unkrig.commons.util.collections
-
Useful functionality around the JDK java.util collection classes.
- de.unkrig.commons.util.concurrent - package de.unkrig.commons.util.concurrent
-
Useful functionality around the JDK java.util.concurrent package classes.
- de.unkrig.commons.util.logging - package de.unkrig.commons.util.logging
-
Utility classes around the JDK java.util.logging facility.
- de.unkrig.commons.util.logging.filter - package de.unkrig.commons.util.logging.filter
-
Useful Filter implementations.
- de.unkrig.commons.util.logging.formatter - package de.unkrig.commons.util.logging.formatter
-
Useful Formatter implementations.
- de.unkrig.commons.util.logging.handler - package de.unkrig.commons.util.logging.handler
-
Useful Handler implementations.
- de.unkrig.commons.util.time - package de.unkrig.commons.util.time
-
Time-related functionality.
- debug(String, Object...) - Method in class de.unkrig.commons.text.AbstractPrinter
-
- debug(String) - Method in class de.unkrig.commons.text.LevelFilteredPrinter
-
- debug(String) - Method in interface de.unkrig.commons.text.Printer
-
Prints a debug message.
- debug(String, Object...) - Method in interface de.unkrig.commons.text.Printer
-
Prints a debug message.
- debug(String) - Static method in class de.unkrig.commons.text.Printers
-
Prints a debug message on the context printer.
- debug(String, Object...) - Static method in class de.unkrig.commons.text.Printers
-
Prints a debug message on the context printer.
- debug(String) - Method in class de.unkrig.commons.text.ProxyPrinter
-
- debug(String) - Method in class de.unkrig.commons.text.WriterPrinter
-
- decodeCharacterLiteral(String) - Static method in class de.unkrig.commons.text.expression.Scanner
-
- decodeFloatingPointLiteral(String) - Static method in class de.unkrig.commons.text.expression.Scanner
-
- decodeIntegerLiteral(String) - Static method in class de.unkrig.commons.text.expression.Scanner
-
- decodeStringLiteral(String) - Static method in class de.unkrig.commons.text.expression.Scanner
-
Removes the double quotes and the escape sequences from the given string literal.
- DEFAULT - Static variable in class de.unkrig.commons.util.logging.formatter.PrintfFormatter
-
- DEFAULT_APPEND - Static variable in class de.unkrig.commons.util.logging.handler.ArchivingFileHandler
-
- DEFAULT_AUTO_FLUSH - Static variable in class de.unkrig.commons.util.logging.handler.AbstractStreamHandler
-
- DEFAULT_ENCODING - Static variable in class de.unkrig.commons.util.logging.handler.AbstractStreamHandler
-
- DEFAULT_EXCLUDES - Static variable in class de.unkrig.commons.text.pattern.IncludeExclude
-
File names that one would typically exclude from file searches.
- DEFAULT_FILTER - Static variable in class de.unkrig.commons.util.logging.handler.AbstractStreamHandler
-
- DEFAULT_FORMATTER - Static variable in class de.unkrig.commons.util.logging.handler.AbstractStreamHandler
-
- DEFAULT_LEVEL - Static variable in class de.unkrig.commons.util.logging.handler.AbstractStreamHandler
-
- DEFAULT_MEMBER_NAME_COMPARATOR - Static variable in class de.unkrig.commons.file.filetransformation.DirectoryTransformer
-
Sorts ascendingly by name (for the default locale).
- DEFAULT_PATTERN - Static variable in class de.unkrig.commons.util.logging.handler.ArchivingFileHandler
-
- DEFAULT_SIZE_LIMIT - Static variable in class de.unkrig.commons.util.logging.handler.ArchivingFileHandler
-
- DEFAULT_TIME_TABLE - Static variable in class de.unkrig.commons.util.logging.handler.ArchivingFileHandler
-
- defaultHandler() - Static method in class de.unkrig.commons.file.ExceptionHandler
-
- defaultLabelHtml - Variable in class de.unkrig.commons.doclet.html.Html.Link
-
The "default label" for the link; typically it not only depends on the link target, but also on the link
source.
- delete(String) - Method in class de.unkrig.commons.net.ftp.ftplett.FileFtplett
-
- delete(String) - Method in interface de.unkrig.commons.net.ftp.ftplett.Ftplett
-
- deleteFileOnClose(Pipe, File) - Static method in class de.unkrig.commons.io.pipe.PipeUtil
-
- deleteOnClose(InputStream, File) - Static method in class de.unkrig.commons.io.IoUtil
-
- deleteRecursively(File) - Static method in class de.unkrig.commons.file.FileUtil
-
Deletes the given regular file, or clears and deletes the given directory recursively.
- diff(Files) - Method in class de.unkrig.commons.junit4.Files
-
- diff(String, Object, Object) - Static method in class de.unkrig.commons.junit4.Files
-
- DirectoryMembersTransformer - Interface in de.unkrig.commons.file.filetransformation
-
Transforms the members of a directory.
- directoryProcessor(Predicate<? super String>, FileProcessor<T>, Comparator<Object>, FileProcessor<T>, FileProcessings.DirectoryCombiner<T>, SquadExecutor<T>, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.fileprocessing.FileProcessings
-
Returns a
FileProcessor which processes directories and regular files.
- DirectoryTransformer - Class in de.unkrig.commons.file.filetransformation
-
- DirectoryTransformer(FileTransformer, Comparator<Object>, FileTransformer, FileTransformations.DirectoryCombiner, boolean, boolean, ExceptionHandler<IOException>) - Constructor for class de.unkrig.commons.file.filetransformation.DirectoryTransformer
-
- directoryTreeProcessor(Predicate<? super String>, FileProcessor<T>, Comparator<Object>, FileProcessings.DirectoryCombiner<T>, SquadExecutor<T>, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.fileprocessing.FileProcessings
-
- directoryTreeTransformer(Comparator<Object>, Predicate<? super String>, Glob, FileTransformations.DirectoryCombiner, FileTransformer, boolean, boolean, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.filetransformation.FileTransformations
-
Creates and returns a
DirectoryTransformer which implements the following features:
Recursive processing of directories
Removal, renaming and addition of directory members
- disableExtension(Parser.Extension) - Method in class de.unkrig.commons.text.expression.Parser
-
Disables the given parsing extension.
- dispose() - Method in class de.unkrig.commons.net.ftp.FtpClient
-
Releases all resources associated with the connection to the FTP server, specifically an open data
connection.
- dispose() - Method in interface de.unkrig.commons.net.http.HttpMessage.Body
-
Releases any resources associated with this object.
- divide(double) - Method in class de.unkrig.commons.util.time.Duration
-
- Docs - Class in de.unkrig.commons.doclet
-
Utility methods related to doclet tags.
- DOCS_BY_NAME_COMPARATOR - Static variable in class de.unkrig.commons.doclet.Docs
-
Compares Docs by their name.
- DocumentScanner<TT extends java.lang.Enum<TT>> - Interface in de.unkrig.commons.text.scanner
-
A scanner which has a notion of a 'line number' and a 'column number' where the previously scanned token starts.
- DOUBLE_ARRAY_TYPE - Static variable in class de.unkrig.commons.asm.Types
-
- drain(InputStream) - Method in interface de.unkrig.commons.io.pipe.PipeUtil.Drainer
-
Reads form the given input stream exactly the data that was previously written.
- DumpArchiveFormat - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers.dump
-
Representation of the 'ar' archive format.
- Duplexer<T> - Interface in de.unkrig.commons.lang.protocol
-
An entity that creates an object based on two other objects of the same type (the 'delegates').
- DuplicateOption(CommandLineOption, String, String[]) - Constructor for exception de.unkrig.commons.util.CommandLineOptionException.DuplicateOption
-
- Duration - Class in de.unkrig.commons.util.time
-
Representation of the length of time between two points of time, with a resolution of 1 millisecond.
- Duration(long) - Constructor for class de.unkrig.commons.util.time.Duration
-
- Duration(double) - Constructor for class de.unkrig.commons.util.time.Duration
-
- Duration(String) - Constructor for class de.unkrig.commons.util.time.Duration
-
Creates a
Duration from a string representation.
- EagerHandler - Class in de.unkrig.commons.util.logging.handler
-
A Handler that formats its message immediately and forwards it to a delegate.
- EagerHandler() - Constructor for class de.unkrig.commons.util.logging.handler.EagerHandler
-
- EagerHandler(String) - Constructor for class de.unkrig.commons.util.logging.handler.EagerHandler
-
- elasticPipe() - Static method in class de.unkrig.commons.io.pipe.PipeFactory
-
- elasticPipe(ProducerWhichThrows<? extends Pipe, ? extends IOException>) - Static method in class de.unkrig.commons.io.pipe.PipeFactory
-
- elements - Variable in class de.unkrig.commons.text.json.Json.Array
-
The (unmodifiable and constant) list of array elements.
- EMPTY_BODY - Static variable in class de.unkrig.commons.net.http.HttpMessage
-
Representation of an empty HTTP request/response body.
- EMPTY_INPUT_STREAM - Static variable in class de.unkrig.commons.io.IoUtil
-
An InputStream that produces exactly 0 bytes.
- EMPTY_SORTED_MAP - Static variable in class de.unkrig.commons.util.collections.CollectionUtil
-
- EMPTY_SORTED_MAP - Static variable in class de.unkrig.commons.util.collections.MapUtil
-
Desperately missing from java.util.Collections.
- EMPTY_SORTED_SET - Static variable in class de.unkrig.commons.util.collections.CollectionUtil
-
Desperately missing from java.util.Collections.
- emptySortedMap() - Static method in class de.unkrig.commons.util.collections.CollectionUtil
-
- emptySortedMap() - Static method in class de.unkrig.commons.util.collections.MapUtil
-
Desperately missing from java.util.Collections.
- emptySortedSet() - Static method in class de.unkrig.commons.util.collections.CollectionUtil
-
Desperately missing from java.util.Collections.
- enableAssertionsFor(Class<?>) - Static method in class de.unkrig.commons.lang.AssertionUtil
-
Enables assertions for the given clasS and the local and anonymous classes that it encloses, regardless
of the "enable assertions" command line options that the JVM was started with.
- enableAssertionsForThisClass() - Static method in class de.unkrig.commons.lang.AssertionUtil
-
Enables assertions for the class that invokes this method, regardless of the "enable assertions" command line
options that the JVM was started with.
- enableExtension(Parser.Extension) - Method in class de.unkrig.commons.text.expression.Parser
-
Enables the given parsing extension.
- entry(K, V) - Static method in class de.unkrig.commons.util.collections.CollectionUtil
-
- entry(K, V) - Static method in class de.unkrig.commons.util.collections.MapUtil
-
- entrySet() - Method in class de.unkrig.commons.util.collections.LinearMap
-
- Enums - Class in de.unkrig.commons.util
-
Various enum-related utility methods.
- eoi() - Method in class de.unkrig.commons.text.parser.AbstractParser
-
- equal(C) - Static method in class de.unkrig.commons.lang.protocol.PredicateUtil
-
- equal(Object, Object) - Static method in class de.unkrig.commons.util.collections.MapUtil
-
- equals(T, T) - Static method in class de.unkrig.commons.lang.ObjectUtil
-
The often-needed "equal" method that handles null references.
- equals(T) - Static method in class de.unkrig.commons.lang.protocol.PredicateUtil
-
Value equality, as opposed to arithmetical equality.
- equals(CharSequence, CharSequence) - Static method in class de.unkrig.commons.lang.StringUtil
-
Naturally, CharSequence does not refine Object.equals(Object).
- equals(Object) - Method in class de.unkrig.commons.text.json.Json.Array
-
- equals(Object) - Method in class de.unkrig.commons.text.json.Json.False
-
- equals(Object) - Method in class de.unkrig.commons.text.json.Json.Member
-
- equals(Object) - Method in class de.unkrig.commons.text.json.Json.Null
-
- equals(Object) - Method in class de.unkrig.commons.text.json.Json.NumbeR
-
- equals(Object) - Method in class de.unkrig.commons.text.json.Json.ObjecT
-
- equals(Object) - Method in class de.unkrig.commons.text.json.Json.StrinG
-
- equals(Object) - Method in class de.unkrig.commons.text.json.Json.True
-
- equals(Object) - Method in class de.unkrig.commons.util.time.Duration
-
- error(String, Throwable) - Method in class de.unkrig.commons.text.AbstractPrinter
-
- error(String, Throwable, Object...) - Method in class de.unkrig.commons.text.AbstractPrinter
-
- error(String, Object...) - Method in class de.unkrig.commons.text.AbstractPrinter
-
- error(String) - Method in class de.unkrig.commons.text.LevelFilteredPrinter
-
- error(String) - Method in interface de.unkrig.commons.text.Printer
-
Prints an error condition.
- error(String, Object...) - Method in interface de.unkrig.commons.text.Printer
-
Prints an error condition.
- error(String, Throwable) - Method in interface de.unkrig.commons.text.Printer
-
Prints an error condition.
- error(String, Throwable, Object...) - Method in interface de.unkrig.commons.text.Printer
-
Prints an error condition.
- error(String) - Static method in class de.unkrig.commons.text.Printers
-
Prints an error condition on the context printer.
- error(String, Object...) - Static method in class de.unkrig.commons.text.Printers
-
Prints an error condition on the context printer.
- error(String, Throwable) - Static method in class de.unkrig.commons.text.Printers
-
Prints an error condition on the context printer.
- error(String, Throwable, Object...) - Static method in class de.unkrig.commons.text.Printers
-
Prints an error condition on the context printer.
- error(String) - Method in class de.unkrig.commons.text.ProxyPrinter
-
- error(String) - Method in class de.unkrig.commons.text.WriterPrinter
-
- escapeSgmlEntities(String) - Static method in class de.unkrig.commons.doclet.html.Html
-
Replaces "<", ">" and "&".
- evaluate(T) - Method in interface de.unkrig.commons.lang.protocol.PredicateWhichThrows
-
- evaluate(Mapping<String, ?>) - Method in interface de.unkrig.commons.text.expression.Expression
-
Computes the value of the expression
- evaluate(String, Mapping<String, ?>) - Method in class de.unkrig.commons.text.expression.ExpressionEvaluator
-
Scans, parses and evaluates an expression.
- evaluate(String) - Method in class de.unkrig.commons.text.pattern.Glob
-
- evaluateLeniently(Expression, Mapping<String, ?>) - Static method in class de.unkrig.commons.text.expression.ExpressionUtil
-
- evaluateTo(Mapping<String, ?>, Class<?>) - Method in class de.unkrig.commons.text.expression.AbstractExpression
-
- evaluateTo(Mapping<String, ?>, Class<?>) - Method in interface de.unkrig.commons.text.expression.Expression
-
- evaluateTo(String, Mapping<String, ?>, Class<T>) - Method in class de.unkrig.commons.text.expression.ExpressionEvaluator
-
Scans, parses, evaluates and returns an expression.
- evaluateTo(Expression, Mapping<String, ?>, Class<T>) - Static method in class de.unkrig.commons.text.expression.ExpressionUtil
-
- evaluateToBoolean(Mapping<String, ?>) - Method in class de.unkrig.commons.text.expression.AbstractExpression
-
- evaluateToBoolean(Mapping<String, ?>) - Method in interface de.unkrig.commons.text.expression.Expression
-
- evaluateToBoolean(String, Mapping<String, ?>) - Method in class de.unkrig.commons.text.expression.ExpressionEvaluator
-
Scans, parses and evaluates an expression.
- evaluateToPrimitive(Mapping<String, ?>, Class<?>) - Method in class de.unkrig.commons.text.expression.AbstractExpression
-
- evaluateToPrimitive(Mapping<String, ?>, Class<?>) - Method in interface de.unkrig.commons.text.expression.Expression
-
- evaluateToPrimitive(String, Mapping<String, ?>, Class<?>) - Method in class de.unkrig.commons.text.expression.ExpressionEvaluator
-
Scans, parses and evaluates an expression.
- EvaluationException - Exception in de.unkrig.commons.text.expression
-
Indicates a problem that has occurred while an expressin was evaluated.
- EvaluationException(String) - Constructor for exception de.unkrig.commons.text.expression.EvaluationException
-
- EvaluationException(Throwable) - Constructor for exception de.unkrig.commons.text.expression.EvaluationException
-
- every(long) - Static method in class de.unkrig.commons.lang.protocol.ProducerUtil
-
Returns a Producer<Boolean> who's first evaluation result is true, and each following result is
true iff the last true result was returned at least the given interval milliseconds ago.
- ExceptionHandler<E extends java.lang.Exception> - Class in de.unkrig.commons.file
-
A helper class that is useful when exceptions should not be caught, but handled.
- ExceptionHandler() - Constructor for class de.unkrig.commons.file.ExceptionHandler
-
- ExceptionUtil - Class in de.unkrig.commons.lang
-
Various Exception-related utility methods.
- execute(List<String>, File, InputStream, boolean, OutputStream, boolean, OutputStream, boolean) - Static method in class de.unkrig.commons.lang.ProcessUtil
-
Executes the given command and waits until it completes.
- execute(Runnable) - Method in class de.unkrig.commons.util.concurrent.LinearExecutorService
-
- execute(Runnable) - Method in class de.unkrig.commons.util.concurrent.SquadExecutor
-
- expand(String, Set<String>) - Static method in class de.unkrig.commons.text.expression.ExpressionUtil
-
Turns the given string into an expression.
- expand(String, Predicate<? super String>) - Static method in class de.unkrig.commons.text.expression.ExpressionUtil
-
Turns the given string into an expression.
- expandSingleLetterOptions(String[], int, Object...) - Static method in class de.unkrig.commons.text.CommandLineUtil
-
Replaces 'combined' single-letter options (as in "ls -lart") with 'long' options (as "ls -long
-all -reverse -time").
- expandTag(Doc, RootDoc, String, String) - Method in class de.unkrig.commons.doclet.html.Html
-
Expands a tag to HTML text.
- Expression - Interface in de.unkrig.commons.text.expression
-
An expression evaluates to a value each time it is
evaluated.
- ExpressionEvaluator - Class in de.unkrig.commons.text.expression
-
- ExpressionEvaluator(Predicate<? super String>) - Constructor for class de.unkrig.commons.text.expression.ExpressionEvaluator
-
- ExpressionEvaluator(Collection<String>) - Constructor for class de.unkrig.commons.text.expression.ExpressionEvaluator
-
- ExpressionEvaluator(String...) - Constructor for class de.unkrig.commons.text.expression.ExpressionEvaluator
-
- ExpressionUtil - Class in de.unkrig.commons.text.expression
-
- ExternalJavadocsLinkMaker(Map<String, URL>, Html.LinkMaker) - Constructor for class de.unkrig.commons.doclet.html.Html.ExternalJavadocsLinkMaker
-
- fail() - Static method in class de.unkrig.commons.lang.AssertionUtil
-
Identical with 'throw new AssertionError()', but returns an Object so it can be used in an
expression.
- fail(String) - Static method in class de.unkrig.commons.lang.AssertionUtil
-
Identical with 'throw new AssertionError(message)', but returns an Object so it can be used in
an expression.
- fail(Throwable) - Static method in class de.unkrig.commons.lang.AssertionUtil
-
Identical with 'throw new AssertionError(cause)', but returns an Object so it can be used in
an expression.
- fail(String, Throwable) - Static method in class de.unkrig.commons.lang.AssertionUtil
-
Identical with 'throw new AssertionError(message, cause)', but returns an Object so it can be
used in an expression.
- FALSE - Static variable in interface de.unkrig.commons.text.expression.Expression
-
An expression which always evaluates to false.
- False() - Constructor for class de.unkrig.commons.text.json.Json.False
-
- FALSES - Static variable in class de.unkrig.commons.text.expression.ExpressionEvaluator
-
All values the are implicitly regarded als false:
null
""
Boolean.FALSE
(byte) 0
(short) 0
(integer) 0
(long) 0
- fieldReference(T, String) - Method in class de.unkrig.commons.text.expression.Parser
-
- FileAdder - Interface in de.unkrig.commons.file.filetransformation
-
Adds a given file to 'something'.
- FileAdderUtil - Class in de.unkrig.commons.file.filetransformation
-
- FileBufferedChannel - Class in de.unkrig.commons.io
-
A WritableByteChannel which forwards the data to a delegate.
- FileBufferedChannel(Multiplexer, SelectableChannel) - Constructor for class de.unkrig.commons.io.FileBufferedChannel
-
- FileContentsProcessor<T> - Class in de.unkrig.commons.file.fileprocessing
-
Processes a file by opening the file, feeding its contents to the
ContentsProcessor, and eventually closing
the file.
- FileContentsProcessor(ContentsProcessor<T>) - Constructor for class de.unkrig.commons.file.fileprocessing.FileContentsProcessor
-
- FileContentsTransformer - Class in de.unkrig.commons.file.filetransformation
-
- FileContentsTransformer(ContentsTransformer, boolean) - Constructor for class de.unkrig.commons.file.filetransformation.FileContentsTransformer
-
- FileFtplett - Class in de.unkrig.commons.net.ftp.ftplett
-
An implementation of
Ftplett that is based on a file directory tree.
- FileFtplett(File) - Constructor for class de.unkrig.commons.net.ftp.ftplett.FileFtplett
-
- FileProcessings - Class in de.unkrig.commons.file.fileprocessing
-
Various file processing utility methods.
- FileProcessings.DirectoryCombiner<T> - Interface in de.unkrig.commons.file.fileprocessing
-
Transforms the return values of the invocations of directoryMemberProcessor for each member.
- FileProcessor<T> - Interface in de.unkrig.commons.file.fileprocessing
-
An entity that "does something" with a File.
- Files - Class in de.unkrig.commons.junit4
-
A helper class for creating, reading and comparing directory trees (and contained ZIP files).
- Files(Object[]) - Constructor for class de.unkrig.commons.junit4.Files
-
Initializes this object from the given object array.
- Files(File) - Constructor for class de.unkrig.commons.junit4.Files
-
Initializes this object from the given file or directory.
- FileServlett - Class in de.unkrig.commons.net.http.servlett
-
A
Servlett that serves documents with
Files.
- FileServlett() - Constructor for class de.unkrig.commons.net.http.servlett.FileServlett
-
- FileTransformations - Class in de.unkrig.commons.file.filetransformation
-
- FileTransformations.ArchiveCombiner - Interface in de.unkrig.commons.file.filetransformation
-
- FileTransformations.DirectoryCombiner - Interface in de.unkrig.commons.file.filetransformation
-
- FileTransformations.NameAndContents - Interface in de.unkrig.commons.file.filetransformation
-
- FileTransformer - Interface in de.unkrig.commons.file.filetransformation
-
- FileTransformer.Mode - Enum in de.unkrig.commons.file.filetransformation
-
- FileUtil - Class in de.unkrig.commons.file
-
Utility class for various file operations.
- fill(OutputStream, byte, long) - Static method in class de.unkrig.commons.io.IoUtil
-
Writes count bytes of value b to the given outputStream.
- fill(OutputStream) - Method in interface de.unkrig.commons.io.pipe.PipeUtil.Filler
-
Writes data to the given output stream.
- fillInStackTrace() - Method in class de.unkrig.commons.lang.protocol.Longjump
-
Override Throwable.fillInStackTrace() with a NOP operation; this throwing and catching fast as
lightning.
- filter(StringScanner<TT>, Predicate<? super AbstractScanner.Token<TT>>) - Static method in class de.unkrig.commons.text.scanner.ScannerUtil
-
- filter(Iterable<? extends T>, Predicate<? super T>) - Static method in class de.unkrig.commons.util.collections.IterableUtil
-
Returns an Iterable which hides the elements of the delegate which do not qualifiy.
- filter(Iterator<? extends T>, Predicate<? super T>) - Static method in class de.unkrig.commons.util.collections.IteratorUtil
-
Returns an iterator which skips the elements of the delegate which do not qualifiy.
- finalize() - Method in class de.unkrig.commons.io.pipe.AbstractPipe
-
- findDoc(Doc, String, RootDoc) - Static method in class de.unkrig.commons.doclet.Docs
-
- findMeta(String, String, int) - Static method in class de.unkrig.commons.text.pattern.Pattern2
-
Finds the next unescaped occurrence of one of the metaCharacters within subject, starting at
position offset.
- finish() - Method in class de.unkrig.commons.asm.StringConcatenator
-
- firstLetterToLowerCase(String) - Static method in class de.unkrig.commons.lang.StringUtil
-
- firstLetterToUpperCase(String) - Static method in class de.unkrig.commons.lang.StringUtil
-
- FixedLengthInputStream - Class in de.unkrig.commons.io
-
Signals end-of-input after exactly limit bytes were read from the delegate.
- FixedLengthInputStream(InputStream, long) - Constructor for class de.unkrig.commons.io.FixedLengthInputStream
-
- FixedLengthOutputStream - Class in de.unkrig.commons.io
-
This stream enforces that an exact number of bytes is written to it before it is closed.
- FixedLengthOutputStream(OutputStream, long) - Constructor for class de.unkrig.commons.io.FixedLengthOutputStream
-
- FLOAT_ARRAY_TYPE - Static variable in class de.unkrig.commons.asm.Types
-
- flush() - Method in class de.unkrig.commons.io.AsyncBufferedOutputStream
-
- flush() - Method in class de.unkrig.commons.io.HexOutputStream
-
- flush() - Method in class de.unkrig.commons.io.TeeOutputStream
-
Deprecated.
- flush() - Method in class de.unkrig.commons.io.WriterOutputStream
-
- flush() - Method in class de.unkrig.commons.net.http.io.ChunkedOutputStream
-
- flush() - Method in class de.unkrig.commons.util.logging.handler.ProxyHandler
-
- followRedirects2(HttpURLConnection) - Static method in class de.unkrig.commons.net.UrlConnections
-
The "follow redirects" feature of HttpURLConnection doesn't support "cross-protocol" redirects, e.g.
- forArchiveOutputStream(ArchiveOutputStream) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormatFactory
-
- forCompressorOutputStream(CompressorOutputStream) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormatFactory
-
- forContents(InputStream) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormatFactory
-
Reads the first few bytes from the given input stream and determines the archive format.
- forContents(File) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormatFactory
-
Reads the first few bytes from the given file and determines the archive format.
- forContents(InputStream) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormatFactory
-
Reads the first few bytes from the given input stream and determines the compression format.
- forContents(File) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormatFactory
-
Reads the first few bytes from the given file and determines the compression format.
- forFileName(String) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormatFactory
-
- forFileName(String) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormatFactory
-
- forFormatName(String) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormatFactory
-
- forFormatName(String) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormatFactory
-
- format(LogRecord) - Method in class de.unkrig.commons.util.logging.formatter.PrettyPrintFormatter
-
- format(LogRecord) - Method in class de.unkrig.commons.util.logging.formatter.PrintfFormatter
-
Formats a LogRecord with a PRINTF format string.
- format(LogRecord) - Method in class de.unkrig.commons.util.logging.formatter.SelectiveFormatter
-
Calls delegate1 if the predicate evaluates to true for the logRecord,
otherwise delegate2.
- FORMAT_STRING_BENCHMARK - Static variable in class de.unkrig.commons.util.logging.formatter.PrintfFormatter
-
- FORMAT_STRING_COMPACT - Static variable in class de.unkrig.commons.util.logging.formatter.PrintfFormatter
-
- FORMAT_STRING_MESSAGE - Static variable in class de.unkrig.commons.util.logging.formatter.PrintfFormatter
-
- FORMAT_STRING_MESSAGE_AND_EXCEPTION - Static variable in class de.unkrig.commons.util.logging.formatter.PrintfFormatter
-
- FORMAT_STRING_MESSAGE_AND_STACK_TRACE - Static variable in class de.unkrig.commons.util.logging.formatter.PrintfFormatter
-
- FORMAT_STRING_SIMPLE - Static variable in class de.unkrig.commons.util.logging.formatter.PrintfFormatter
-
- FORMAT_STRING_TIME_MESSAGE - Static variable in class de.unkrig.commons.util.logging.formatter.PrintfFormatter
-
- forString(String, T) - Static method in class de.unkrig.commons.lang.protocol.PredicateUtil
-
Returns a predicate that evaluates the format against the delegate after each "*" in the
format has been replaced with the subject.
- FramedSnappyCompressionFormat - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy
-
Representation of the 'framed snappy' compression format.
- fromArray(T[]) - Static method in class de.unkrig.commons.lang.protocol.ProducerUtil
-
Produces the elements of the delegate array, in ascending index order, and after that an infinite
sequence of nulls.
- fromArray(T[], int, int) - Static method in class de.unkrig.commons.lang.protocol.ProducerUtil
-
Produces the elements from ...
- fromCamelCase(String) - Static method in class de.unkrig.commons.text.Notations
-
Parses a camel-case string: Each upper-case letter indicates the beginning of a new word.
- fromCode(int) - Static method in enum de.unkrig.commons.net.http.HttpResponse.Status
-
- fromCollection(Collection<T>) - Static method in class de.unkrig.commons.lang.protocol.ProducerUtil
-
Produces the elements of the delegate collection, in its iteration order, or null iff the
collection is empty.
- fromElements(T...) - Static method in class de.unkrig.commons.lang.protocol.ProducerUtil
-
- fromHyphenated(String) - Static method in class de.unkrig.commons.text.Notations
-
Double hyphens enclose the word "".
- fromIndexTransformer(Transformer<? super Integer, T>) - Static method in class de.unkrig.commons.lang.protocol.ProducerUtil
-
Produces objects based on the number of preceding invocations, i.e. the indexTransformer is invoked
with subjects '0', '1', '2', ...
- fromIndexTransformer(TransformerWhichThrows<? super Integer, T, EX>) - Static method in class de.unkrig.commons.lang.protocol.ProducerUtil
-
Produces objects based on the number of preceding invocations, i.e. the indexTransformer is invoked
with subjects '0', '1', '2', ...
- fromIterator(Iterator<T>) - Static method in class de.unkrig.commons.lang.protocol.ProducerUtil
-
Produces the products of the iterator, or null iff the iterator has no more elements.
- fromJavadocText(String, Doc, RootDoc) - Method in class de.unkrig.commons.doclet.html.Html
-
Converts JAVADOC markup into HTML.
- fromMap(Map<K, V>) - Static method in class de.unkrig.commons.lang.protocol.Mappings
-
- fromMappings(Object...) - Static method in class de.unkrig.commons.lang.protocol.TransformerUtil
-
- fromMappings(Object...) - Static method in class de.unkrig.commons.util.collections.MapUtil
-
- fromOpcode(int) - Static method in class de.unkrig.commons.asm.Types
-
Guess the operand/result type from the opcode.
- fromPredicate(Predicate<? super String>, String) - Static method in class de.unkrig.commons.text.expression.ExpressionUtil
-
- fromPredicate(Predicate<? super String>) - Static method in class de.unkrig.commons.text.pattern.Glob
-
- fromString(String, Class<T>) - Static method in class de.unkrig.commons.lang.ObjectUtil
-
Converts a string to an object of the given targetType.
- fromTags(Tag[], Doc, RootDoc) - Method in class de.unkrig.commons.doclet.html.Html
-
Expands inline tags to HTML.
- fromUnderscored(String) - Static method in class de.unkrig.commons.text.Notations
-
Double underscores enclose the word "".
- FtpClient - Class in de.unkrig.commons.net.ftp
-
An FTP client.
- FtpClient(InputStream, OutputStream, InetAddress) - Constructor for class de.unkrig.commons.net.ftp.FtpClient
-
- Ftplett - Interface in de.unkrig.commons.net.ftp.ftplett
-
Defines the
semantics of the FTP protocol, in analogy with the
Servlett.
- FtpReverseProxy - Class in de.unkrig.commons.net.ftp
-
A reverse FTP proxy.
- FtpReverseProxy(InetSocketAddress, int, InetSocketAddress, int) - Constructor for class de.unkrig.commons.net.ftp.FtpReverseProxy
-
- FtpServer - Class in de.unkrig.commons.net.ftp
-
See
RFC 959: "FILE TRANSFER PROTOCOL (FTP)"
- FtpServer(InetSocketAddress, int, Ftplett) - Constructor for class de.unkrig.commons.net.ftp.FtpServer
-
- FtpSession - Class in de.unkrig.commons.net.ftp
-
Representation of one FTP session, i.e. control connection and its state.
- FtpSession(InputStream, OutputStream, InetSocketAddress, InetAddress, Ftplett) - Constructor for class de.unkrig.commons.net.ftp.FtpSession
-
- Function<I,O> - Interface in de.unkrig.commons.lang.protocol
-
An entity that transforms an "input value" into "a output value".
- Functions - Class in de.unkrig.commons.lang.protocol
-
- FunctionWhichThrows<I,O,EX extends java.lang.Throwable> - Interface in de.unkrig.commons.lang.protocol
-
An entity that transforms an "input value" into "a output value".
- handle(String, E) - Method in class de.unkrig.commons.file.ExceptionHandler
-
Handles the given exception, e.g. by printing, logging and/or rethrowing it.
- handle(String, RuntimeException) - Method in class de.unkrig.commons.file.ExceptionHandler
-
Handles the given runtimeException, e.g. by printing, logging and/or rethrowing it.
- handleArchive(ArchiveInputStream, ArchiveFormat) - Method in interface de.unkrig.commons.file.CompressUtil.ArchiveHandler
-
May or may not read entries and data from the archiveInputStream, and may or may not close it.
- handleCompressor(CompressorInputStream, CompressionFormat) - Method in interface de.unkrig.commons.file.CompressUtil.CompressorHandler
-
May or may not read from the compressorInputStream.
- handleConnection(InputStream, OutputStream, InetSocketAddress, InetSocketAddress, Stoppable) - Method in class de.unkrig.commons.net.http.HttpClientConnectionHandler
-
- handleConnection(ReadableByteChannel, WritableByteChannel, InetSocketAddress, InetSocketAddress, Multiplexer, Stoppable) - Method in class de.unkrig.commons.net.http.HttpClientConnectionHandler
-
- handleConnection(ReadableByteChannel, WritableByteChannel, InetSocketAddress, InetSocketAddress, Multiplexer, Stoppable) - Method in interface de.unkrig.commons.net.NioTcpServer.ConnectionHandler
-
A connection was accepted; use the multiplexer to wait until in, out or some
other SelectableChannel becomes readable or writable.
- handleConnection(InputStream, OutputStream, InputStream, OutputStream, InetSocketAddress, InetSocketAddress, InetSocketAddress, InetSocketAddress, Stoppable) - Method in interface de.unkrig.commons.net.ReverseProxy.ProxyConnectionHandler
-
This method is invoked when the
ReverseProxy has accepted a connection from a client and created
the connection to the remote server.
- handleConnection(InputStream, OutputStream, InetSocketAddress, InetSocketAddress, Stoppable) - Method in interface de.unkrig.commons.net.TcpServer.ConnectionHandler
-
The input stream is readable; consume and process one request from it.
- handleNormalContents(InputStream) - Method in interface de.unkrig.commons.file.CompressUtil.NormalContentsHandler
-
May or may not read from the inputStream, and may or may not close it.
- Handler - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers.ar
-
A URLStreamHandler for the protocol "ar".
- Handler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.archivers.ar.Handler
-
- Handler - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers.arj
-
A URLStreamHandler for the protocol "arj".
- Handler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.archivers.arj.Handler
-
- Handler - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio
-
A URLStreamHandler for the protocol "cpio".
- Handler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio.Handler
-
- Handler - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers.dump
-
A URLStreamHandler for the protocol "dump".
- Handler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.archivers.dump.Handler
-
- Handler - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers.jar
-
A URLStreamHandler for the protocol "jar".
- Handler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.archivers.jar.Handler
-
- Handler - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers.tar
-
A URLStreamHandler for the protocol "tar".
- Handler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.archivers.tar.Handler
-
- Handler - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers.zip
-
A URLStreamHandler for the protocol "zip".
- Handler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.archivers.zip.Handler
-
- Handler - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors.bzip2
-
A URLStreamHandler for the protocol "bzip2".
- Handler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.compressors.bzip2.Handler
-
- Handler - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors.gzip
-
A URLStreamHandler for the protocol "gzip".
- Handler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.compressors.gzip.Handler
-
- Handler - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors.lzma
-
A URLStreamHandler for the protocol "lzma".
- Handler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.compressors.lzma.Handler
-
- Handler - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors.pack200
-
A URLStreamHandler for the protocol "pack200".
- Handler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.compressors.pack200.Handler
-
- Handler - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy
-
A URLStreamHandler for the protocol "snappy".
- Handler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.Handler
-
- Handler - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors.xz
-
A URLStreamHandler for the protocol "xz".
- Handler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.compressors.xz.Handler
-
- Handler - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors.z
-
A URLStreamHandler for the protocol "z".
- Handler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.compressors.z.Handler
-
- handleRequest(HttpRequest, ConsumerWhichThrows<HttpResponse, IOException>) - Method in class de.unkrig.commons.net.http.servlett.AbstractServlett
-
- handleRequest(HttpRequest, ConsumerWhichThrows<HttpResponse, IOException>) - Method in class de.unkrig.commons.net.http.servlett.HttpAuthenticationServlett
-
- handleRequest(HttpRequest, ConsumerWhichThrows<HttpResponse, IOException>) - Method in interface de.unkrig.commons.net.http.servlett.Servlett
-
Processes one HTTP request.
- HardReference<T> - Class in de.unkrig.commons.lang.protocol
-
A mutable object reference.
- HardReference() - Constructor for class de.unkrig.commons.lang.protocol.HardReference
-
- HardReference(T) - Constructor for class de.unkrig.commons.lang.protocol.HardReference
-
- hasBody() - Method in enum de.unkrig.commons.net.http.HttpResponse.Status
-
- hashCode(Object) - Static method in class de.unkrig.commons.lang.ObjectUtil
-
- hashCode() - Method in class de.unkrig.commons.text.json.Json.Array
-
- hashCode() - Method in class de.unkrig.commons.text.json.Json.False
-
- hashCode() - Method in class de.unkrig.commons.text.json.Json.Member
-
- hashCode() - Method in class de.unkrig.commons.text.json.Json.Null
-
- hashCode() - Method in class de.unkrig.commons.text.json.Json.NumbeR
-
- hashCode() - Method in class de.unkrig.commons.text.json.Json.ObjecT
-
- hashCode() - Method in class de.unkrig.commons.text.json.Json.StrinG
-
- hashCode() - Method in class de.unkrig.commons.text.json.Json.True
-
- hashCode() - Method in class de.unkrig.commons.util.time.Duration
-
- hashMapOf(Map.Entry<K, V>...) - Static method in class de.unkrig.commons.util.collections.CollectionUtil
-
- hashMapOf(int, Map.Entry<K, V>...) - Static method in class de.unkrig.commons.util.collections.CollectionUtil
-
- hashMapOf(Map.Entry<? extends K, ? extends V>...) - Static method in class de.unkrig.commons.util.collections.MapUtil
-
Creates, fills and returns a HashMap.
- hashMapOf(int, Map.Entry<? extends K, ? extends V>...) - Static method in class de.unkrig.commons.util.collections.MapUtil
-
- head(HttpRequest, ConsumerWhichThrows<HttpResponse, IOException>) - Method in class de.unkrig.commons.net.http.servlett.AbstractServlett
-
Handles one HTTP HEAD request.
- head(HttpRequest, ConsumerWhichThrows<HttpResponse, IOException>) - Method in class de.unkrig.commons.net.http.servlett.FileServlett
-
- HexOutputStream - Class in de.unkrig.commons.io
-
An OutputStream that formats and prints the data written to it in lines of 32 bytes.
- HexOutputStream(Writer) - Constructor for class de.unkrig.commons.io.HexOutputStream
-
- href - Variable in class de.unkrig.commons.doclet.html.Html.Link
-
null if the bare label should be displayed instead of a link
- hrefToDoc(String, RootDoc, ClassDoc) - Static method in class de.unkrig.commons.doclet.html.Html
-
- Html - Class in de.unkrig.commons.doclet.html
-
Helper functionality in the context of doclets and HTML.
- Html(Html.LinkMaker) - Constructor for class de.unkrig.commons.doclet.html.Html
-
- Html.ExternalJavadocsLinkMaker - Class in de.unkrig.commons.doclet.html
-
- Html.Link - Class in de.unkrig.commons.doclet.html
-
Representation of a link in an HTML document.
- Html.LinkMaker - Interface in de.unkrig.commons.doclet.html
-
When generating HTML from JAVADOC, this interface is used to generate links to JAVA elements.
- HTTP_DEFAULT_CHARSET - Static variable in class de.unkrig.commons.net.UrlConnections
-
The charset that applies if the HTTP "Content-Type:" header is missing or has no "charset" parameter.
- HttpAuthenticationServlett - Class in de.unkrig.commons.net.http.servlett
-
A
Servlett that processes the AUTHENTICATION information in the HTTp request, and passes control to the
next servlett iff authentication is successfully completed.
- HttpAuthenticationServlett(String, String, String) - Constructor for class de.unkrig.commons.net.http.servlett.HttpAuthenticationServlett
-
- HttpClient - Class in de.unkrig.commons.net.http
-
Implementation of an HTTP client.
- HttpClient(String, int) - Constructor for class de.unkrig.commons.net.http.HttpClient
-
- HttpClient(InetAddress, int) - Constructor for class de.unkrig.commons.net.http.HttpClient
-
Connects to the given address and port.
- HttpClientConnectionHandler - Class in de.unkrig.commons.net.http
-
A container for
Servletts that handle requests that are received from a client connection.
- HttpClientConnectionHandler() - Constructor for class de.unkrig.commons.net.http.HttpClientConnectionHandler
-
- HttpClientConnectionHandler(Servlett) - Constructor for class de.unkrig.commons.net.http.HttpClientConnectionHandler
-
- HttpClientConnectionHandler(Iterable<Servlett>) - Constructor for class de.unkrig.commons.net.http.HttpClientConnectionHandler
-
- Httpd - Class in de.unkrig.commons.net.tool.httpd
-
A VERY simple HTTP server that serves contents from a "document root" directory.
- Httpd(InetSocketAddress, String) - Constructor for class de.unkrig.commons.net.tool.httpd.Httpd
-
Accepts connections on the endpoint; responds each received request with the contents of the file
designated by the documentRootDirectoryNamePattern/path, where the placeholder
"{path}" is substituted with the "path" component of the requested URI.
- Httpd(InetSocketAddress, SSLContext, String) - Constructor for class de.unkrig.commons.net.tool.httpd.Httpd
-
Accepts secure (HTTPS) connections on the endpoint; responds each received request with the contents
of the file designated by the documentRootDirectoryNamePattern/path, where the placeholder
"{path}" is substituted with the "path" component of the requested URI.
- HttpMessage - Class in de.unkrig.commons.net.http
-
Representation of an HTTP request or response.
- HttpMessage(boolean) - Constructor for class de.unkrig.commons.net.http.HttpMessage
-
Constructor for outgoing messages.
- HttpMessage(InputStream, boolean, boolean) - Constructor for class de.unkrig.commons.net.http.HttpMessage
-
Constructor for incoming messages.
- HttpMessage.Body - Interface in de.unkrig.commons.net.http
-
- HttpProxy - Class in de.unkrig.commons.net.http
-
Implementation of a simple HTTP proxy.
- HttpProxy(InetSocketAddress, InetSocketAddress) - Constructor for class de.unkrig.commons.net.http.HttpProxy
-
- HttpProxy(InetSocketAddress, String, int) - Constructor for class de.unkrig.commons.net.http.HttpProxy
-
- HttpProxy(InetSocketAddress, InetSocketAddress, TransformerWhichThrows<? super HttpRequest, HttpRequest, IOException>, TransformerWhichThrows<? super HttpResponse, HttpResponse, IOException>) - Constructor for class de.unkrig.commons.net.http.HttpProxy
-
- HttpProxy(InetSocketAddress, String, int, TransformerWhichThrows<? super HttpRequest, HttpRequest, IOException>, TransformerWhichThrows<? super HttpResponse, HttpResponse, IOException>) - Constructor for class de.unkrig.commons.net.http.HttpProxy
-
- HttpRequest - Class in de.unkrig.commons.net.http
-
Representation of an HTTP request.
- HttpRequest(HttpRequest.Method, URI, String, InputStream) - Constructor for class de.unkrig.commons.net.http.HttpRequest
-
- HttpRequest(HttpRequest.Method, URI, String) - Constructor for class de.unkrig.commons.net.http.HttpRequest
-
- HttpRequest.Method - Enum in de.unkrig.commons.net.http
-
Representation of the various HTTP methods.
- HttpResponse - Class in de.unkrig.commons.net.http
-
Representation of one HTTP response.
- HttpResponse(InputStream) - Constructor for class de.unkrig.commons.net.http.HttpResponse
-
Constructor for outgoing responses.
- HttpResponse(HttpResponse.Status, String) - Constructor for class de.unkrig.commons.net.http.HttpResponse
-
Constructor for outgoing responses.
- HttpResponse(HttpResponse.Status, InputStream) - Constructor for class de.unkrig.commons.net.http.HttpResponse
-
Constructor for outgoing responses.
- HttpResponse(HttpResponse.Status, File) - Constructor for class de.unkrig.commons.net.http.HttpResponse
-
Constructor for outgoing responses.
- HttpResponse(HttpResponse.Status, HttpMessage.Body) - Constructor for class de.unkrig.commons.net.http.HttpResponse
-
Constructor for outgoing responses.
- HttpResponse.Status - Enum in de.unkrig.commons.net.http
-
Representation of the various HTTP response statuses.
- HttpServer - Class in de.unkrig.commons.net.http
-
- HttpServer(InetSocketAddress, HttpClientConnectionHandler) - Constructor for class de.unkrig.commons.net.http.HttpServer
-
Deprecated.
This
HttpServer will accept connections on the
endpoint and will handle each with the
httpClientConnectionHandler.
- HttpServer(InetSocketAddress, SSLContext, HttpClientConnectionHandler) - Constructor for class de.unkrig.commons.net.http.HttpServer
-
Deprecated.
This
HttpServer will accept secure (HTTPS) connections on the
endpoint and will handle each
with the
httpClientConnectionHandler.
- identity() - Static method in class de.unkrig.commons.lang.protocol.Functions
-
- identity() - Static method in class de.unkrig.commons.lang.protocol.TransformerUtil
-
- IdentityHashSet<E> - Class in de.unkrig.commons.util
-
The combination of the IdentityHashMap and the Set.
- IdentityHashSet() - Constructor for class de.unkrig.commons.util.IdentityHashSet
-
- IdentityHashSet(Collection<? extends E>) - Constructor for class de.unkrig.commons.util.IdentityHashSet
-
- IdentityHashSet(int) - Constructor for class de.unkrig.commons.util.IdentityHashSet
-
- IdentityLinearMap<K,V> - Class in de.unkrig.commons.util.collections
-
An identity map (see IdentityHashMap) that performs very well for a SMALL number of entries.
- IdentityLinearMap() - Constructor for class de.unkrig.commons.util.collections.IdentityLinearMap
-
- ignoreExceptions(Class<EX>, ConsumerWhichThrows<T, EX>) - Static method in class de.unkrig.commons.lang.protocol.ConsumerUtil
-
Wraps the delegate such that its declared exception is caught and ignored.
- ignoreExceptions(Class<EX>, FunctionWhichThrows<I, O, EX>, O) - Static method in class de.unkrig.commons.lang.protocol.Functions
-
Wraps the delegate such that its declared exception is caught, ignored, and the
defaultValue is returned.
- ignoreExceptions(Class<EX>, PredicateWhichThrows<T, EX>, boolean) - Static method in class de.unkrig.commons.lang.protocol.PredicateUtil
-
Wraps the delegate such that its declared exception is caught, ignored, and the
defaultValue is returned.
- ignoreExceptions(Class<EX>, ProducerWhichThrows<T, EX>, T) - Static method in class de.unkrig.commons.lang.protocol.ProducerUtil
-
Wraps the delegate such that its declared exception is caught, ignored, and the
defaultValue is returned.
- ignoreExceptions(Class<EX>, RunnableWhichThrows<EX>) - Static method in class de.unkrig.commons.lang.protocol.RunnableUtil
-
Wraps the delegate such that its declared exception is caught and ignored.
- ignoreExceptions(Class<EX>, TransformerWhichThrows<I, O, EX>, O) - Static method in class de.unkrig.commons.lang.protocol.TransformerUtil
-
Wraps the delegate such that its declared exception is caught, ignored, and the
defaultValue is returned.
- ignoreSubject(ProducerWhichThrows<Boolean, EX>) - Static method in class de.unkrig.commons.lang.protocol.PredicateUtil
-
- ignoreSubject(Producer<Boolean>) - Static method in class de.unkrig.commons.lang.protocol.PredicateUtil
-
- il(AbstractInsnNode) - Static method in class de.unkrig.commons.asm.InsnUtil
-
- il(AbstractInsnNode...) - Static method in class de.unkrig.commons.asm.InsnUtil
-
- IncludeExclude - Class in de.unkrig.commons.text.pattern
-
- IncludeExclude() - Constructor for class de.unkrig.commons.text.pattern.IncludeExclude
-
- INCLUDES_EXCLUDES - Static variable in class de.unkrig.commons.text.pattern.Glob
-
Modifies the pattern compilation as follows:
',' and '~' are now metacharacters, i.e. to include them literally in the pattern, they must be escaped with a
backslash.
- increasing() - Static method in class de.unkrig.commons.lang.protocol.ProducerUtil
-
- index() - Method in interface de.unkrig.commons.lang.protocol.ProducerUtil.FromArrayProducer
-
- index() - Method in interface de.unkrig.commons.util.collections.IteratorUtil.ArrayIterator
-
- info(String, Object...) - Method in class de.unkrig.commons.text.AbstractPrinter
-
- info(String) - Method in class de.unkrig.commons.text.LevelFilteredPrinter
-
- info(String) - Method in interface de.unkrig.commons.text.Printer
-
Prints an informative ("normal") message.
- info(String, Object...) - Method in interface de.unkrig.commons.text.Printer
-
Prints an informative ("normal") message.
- info(String) - Static method in class de.unkrig.commons.text.Printers
-
Prints an informative ("normal") message on the context printer.
- info(String, Object...) - Static method in class de.unkrig.commons.text.Printers
-
Prints an informative ("normal") message on the context printer.
- info(String) - Method in class de.unkrig.commons.text.ProxyPrinter
-
- info(String) - Method in class de.unkrig.commons.text.WriterPrinter
-
- INFO_PLUS_1 - Static variable in class de.unkrig.commons.util.logging.LogUtil
-
A Level one higher (towards Level.WARNING) than Level.INFO.
- init() - Static method in class de.unkrig.commons.util.logging.SimpleLogging
-
Sets up the default configuration.
- initCause(Throwable) - Method in class de.unkrig.commons.lang.protocol.Longjump
-
- inputStream() - Method in interface de.unkrig.commons.net.http.HttpMessage.Body
-
The caller is responsible for closing the returned InputStream.
- InsnDescription(Type[], Type) - Constructor for class de.unkrig.commons.asm.OpcodeUtil.InsnDescription
-
- InsnUtil - Class in de.unkrig.commons.asm
-
A utility class for handling of ASM instruction lists.
- instanceoF(T, Class<?>) - Method in class de.unkrig.commons.text.expression.Parser
-
- INT_ARRAY_TYPE - Static variable in class de.unkrig.commons.asm.Types
-
- IntegerPattern - Class in de.unkrig.commons.text.pattern
-
Matches integer subjects against a pattern.
- InvalidHttpMessageException - Exception in de.unkrig.commons.net.http
-
An IOException that indicates an ill-formed HTTp request or response.
- InvalidHttpMessageException(String) - Constructor for exception de.unkrig.commons.net.http.InvalidHttpMessageException
-
- InvalidHttpMessageException(Throwable) - Constructor for exception de.unkrig.commons.net.http.InvalidHttpMessageException
-
- InvalidHttpMessageException(String, Throwable) - Constructor for exception de.unkrig.commons.net.http.InvalidHttpMessageException
-
- IoUtil - Class in de.unkrig.commons.io
-
Various java.io-related utility methods.
- IoUtil.CollisionStrategy - Enum in de.unkrig.commons.io
-
- IoUtil.WritingRunnable - Interface in de.unkrig.commons.io
-
An entity which writes characters to a Writer.
- IS_BLANK - Static variable in class de.unkrig.commons.lang.StringUtil
-
- isArchiveFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ar.ArArchiveFormat
-
- isArchiveFileName(String) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormat
-
- isArchiveFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.arj.ArjArchiveFormat
-
- isArchiveFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio.CpioArchiveFormat
-
- isArchiveFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.dump.DumpArchiveFormat
-
- isArchiveFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.jar.JarArchiveFormat
-
- isArchiveFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.sevenz.SevenZArchiveFormat
-
- isArchiveFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.tar.TarArchiveFormat
-
- isArchiveFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.zip.ZipArchiveFormat
-
- isBlank(CharSequence) - Static method in class de.unkrig.commons.lang.StringUtil
-
- isCompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.bzip2.BZip2CompressionFormat
-
- isCompressedFileName(String) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormat
-
- isCompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.gzip.GzipCompressionFormat
-
- isCompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.lzma.LZMACompressionFormat
-
- isCompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.pack200.Pack200CompressionFormat
-
- isCompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.FramedSnappyCompressionFormat
-
- isCompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.SnappyCompressionFormat
-
- isCompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.xz.XZCompressionFormat
-
- isCompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.z.ZCompressionFormat
-
- isContentIdentical(File, File) - Static method in class de.unkrig.commons.io.IoUtil
-
- isDebugEnabled() - Method in class de.unkrig.commons.text.AbstractPrinter
-
- isDebugEnabled() - Method in class de.unkrig.commons.text.LevelFilteredPrinter
-
- isDebugEnabled() - Method in interface de.unkrig.commons.text.Printer
-
- isDebugEnabled() - Method in class de.unkrig.commons.text.ProxyPrinter
-
- isEmpty() - Method in class de.unkrig.commons.io.pipe.AbstractRingBuffer
-
- isEmpty() - Method in interface de.unkrig.commons.io.pipe.Pipe
-
- isEmpty() - Method in class de.unkrig.commons.util.collections.LinearMap
-
- isEmpty() - Method in class de.unkrig.commons.util.IdentityHashSet
-
- isFull() - Method in class de.unkrig.commons.io.pipe.AbstractRingBuffer
-
- isFull() - Method in interface de.unkrig.commons.io.pipe.Pipe
-
- isInfoEnabled() - Method in class de.unkrig.commons.text.AbstractPrinter
-
- isInfoEnabled() - Method in class de.unkrig.commons.text.LevelFilteredPrinter
-
- isInfoEnabled() - Method in interface de.unkrig.commons.text.Printer
-
- isInfoEnabled() - Method in class de.unkrig.commons.text.ProxyPrinter
-
- isInformational() - Method in enum de.unkrig.commons.net.http.HttpResponse.Status
-
- isLoggable(LogRecord) - Method in class de.unkrig.commons.util.logging.filter.ByExpressionFilter
-
- isLoggable(LogRecord) - Method in class de.unkrig.commons.util.logging.handler.ProxyHandler
-
- isOpen() - Method in class de.unkrig.commons.io.FileBufferedChannel
-
- isProvisional() - Method in class de.unkrig.commons.net.http.HttpResponse
-
- isShutdown() - Method in class de.unkrig.commons.util.concurrent.LinearExecutorService
-
- isSubclassOf(ClassDoc, ClassDoc) - Static method in class de.unkrig.commons.doclet.Docs
-
- isTerminated() - Method in class de.unkrig.commons.util.concurrent.LinearExecutorService
-
- isUnreserved(int) - Static method in class de.unkrig.commons.io.PercentEncoding
-
- isVerboseEnabled() - Method in class de.unkrig.commons.text.AbstractPrinter
-
- isVerboseEnabled() - Method in class de.unkrig.commons.text.LevelFilteredPrinter
-
- isVerboseEnabled() - Method in interface de.unkrig.commons.text.Printer
-
- isVerboseEnabled() - Method in class de.unkrig.commons.text.ProxyPrinter
-
- isWarnEnabled() - Method in class de.unkrig.commons.text.AbstractPrinter
-
- isWarnEnabled() - Method in class de.unkrig.commons.text.LevelFilteredPrinter
-
- isWarnEnabled() - Method in interface de.unkrig.commons.text.Printer
-
- isWarnEnabled() - Method in class de.unkrig.commons.text.ProxyPrinter
-
- isZero() - Method in class de.unkrig.commons.util.time.Duration
-
- iterable(NodeList) - Static method in class de.unkrig.commons.text.xml.XmlUtil
-
- IterableUtil - Class in de.unkrig.commons.util.collections
-
Various Iterable-related utility methods.
- IterableUtil.ElementWithContext<T> - Interface in de.unkrig.commons.util.collections
-
A helper interface which extends the "iterator" pattern with the possibility to access not only the "current"
element, but also the previous and next element.
- iterableWithContext(Iterable<? extends T>) - Static method in class de.unkrig.commons.util.collections.IterableUtil
-
- iterator(CharSequence) - Static method in class de.unkrig.commons.lang.StringUtil
-
Returns an iterator that produces the characters of the subject, from index 0 through index subject.length() - 1.
- iterator(T[]) - Static method in class de.unkrig.commons.util.collections.IteratorUtil
-
- iterator() - Method in class de.unkrig.commons.util.IdentityHashSet
-
- IteratorUtil - Class in de.unkrig.commons.util.collections
-
Various Iterator-related utility methods.
- IteratorUtil.ArrayIterator<T> - Interface in de.unkrig.commons.util.collections
-
An Iterator that has a notion of an "array index", which is the index of the "next" element in an
array.
- iteratorWithContext(Iterable<? extends T>) - Static method in class de.unkrig.commons.util.collections.IterableUtil
-
- leafNodeChangedToNonLeafNode(N, N) - Method in class de.unkrig.commons.util.TreeComparator
-
- leafNodeRemains(N, N) - Method in class de.unkrig.commons.util.TreeComparator
-
- lengthWritten(Consumer<? super Integer>) - Static method in class de.unkrig.commons.io.IoUtil
-
Creates and returns an
OutputStream which ignores the data written to it and only honors the
number of bytes written:
Every time data is written to the
OutputStream, it invokes the
consume() method on the
delegate with the number of bytes written (not the
cumulated number
of bytes written!).
- less(C) - Static method in class de.unkrig.commons.lang.protocol.PredicateUtil
-
- LESS_THAN_CONFIG - Static variable in class de.unkrig.commons.util.logging.LogUtil
-
Regards levels less than Level.CONFIG (e.g.
- LESS_THAN_INFO - Static variable in class de.unkrig.commons.util.logging.LogUtil
-
Regards levels less than Level.INFO (e.g.
- LESS_THAN_WARNING - Static variable in class de.unkrig.commons.util.logging.LogUtil
-
Regards levels less than Level.WARNING (e.g.
- lessEqual(C) - Static method in class de.unkrig.commons.lang.protocol.PredicateUtil
-
- lessTrailingLineSeparators(String) - Static method in class de.unkrig.commons.lang.StringUtil
-
- LevelFilteredPrinter - Class in de.unkrig.commons.text
-
- LevelFilteredPrinter(Printer) - Constructor for class de.unkrig.commons.text.LevelFilteredPrinter
-
- levelLimitFilter(Level) - Static method in class de.unkrig.commons.util.logging.LogUtil
-
- lineAggregator(ConsumerWhichThrows<? super String, E>) - Static method in class de.unkrig.commons.lang.protocol.ConsumerUtil
-
Creates and returns a
Consumer<Character> which aggregates characters to lines, which it
passes to the
delegate.
- linearCongruentialGenerator(long, long, long, long) - Static method in class de.unkrig.commons.math.Sequences
-
- LinearExecutorService - Class in de.unkrig.commons.util.concurrent
-
An
AbstractExecutorService which
executes runnables immediately in the calling
thread.
- LinearExecutorService() - Constructor for class de.unkrig.commons.util.concurrent.LinearExecutorService
-
- LinearMap<K,V> - Class in de.unkrig.commons.util.collections
-
A Map that performs very well for a SMALL number of entries.
- LinearMap() - Constructor for class de.unkrig.commons.util.collections.LinearMap
-
- LinearMap(int) - Constructor for class de.unkrig.commons.util.collections.LinearMap
-
- lineConsumer(Writer) - Static method in class de.unkrig.commons.io.LineUtil
-
Writes the consumed strings as lines to the given Writer.
- lineConsumer(PrintWriter) - Static method in class de.unkrig.commons.io.LineUtil
-
Prints the consumed strings as lines to the given PrintWriter.
- lineConsumer(PrintStream) - Static method in class de.unkrig.commons.io.LineUtil
-
Prints the consumed strings as lines to the given PrintStream.
- lineConsumer(File, boolean) - Static method in class de.unkrig.commons.lang.protocol.ConsumerUtil
-
- lineConsumer(File, String, boolean) - Static method in class de.unkrig.commons.lang.protocol.ConsumerUtil
-
- lineConsumer(Writer, boolean) - Static method in class de.unkrig.commons.lang.protocol.ConsumerUtil
-
- lineConsumer(PrintStream, boolean) - Static method in class de.unkrig.commons.lang.protocol.ConsumerUtil
-
- lineConsumerISO8859_1(OutputStream) - Static method in class de.unkrig.commons.io.LineUtil
-
Writes the consumed strings as lines to the ISO 8859-1-encoded OutputStream.
- lineNumber() - Method in class de.unkrig.commons.io.CountingReader
-
Returns the line number of the previously read character, or '1' if no character has been read
yet.
- lineProducer(Reader) - Static method in class de.unkrig.commons.io.LineUtil
-
Produces lines from a Reader.
- lineProducer(String) - Static method in class de.unkrig.commons.io.LineUtil
-
Produces lines from a string by splitting that at line breaks.
- lineProducer(CharSequence) - Static method in class de.unkrig.commons.io.LineUtil
-
Produces lines from a CharSequence by splitting that at line breaks.
- lineProducerISO8859_1(InputStream) - Static method in class de.unkrig.commons.io.LineUtil
-
Produces lines from a ISO 8859-1-encoded InputStream.
- LineUtil - Class in de.unkrig.commons.io
-
Various utility methods for processing "lines", i.e. sequences of strings (which typically don't contain line
breaks).
- Link(String, String) - Constructor for class de.unkrig.commons.doclet.html.Html.Link
-
- list(String, ConsumerWhichThrows<String, IOException>) - Method in class de.unkrig.commons.net.ftp.ftplett.FileFtplett
-
- list(String, ConsumerWhichThrows<String, IOException>) - Method in interface de.unkrig.commons.net.ftp.ftplett.Ftplett
-
- literal(Object) - Method in class de.unkrig.commons.text.expression.Parser
-
- loadKeyStore(File, char[]) - Static method in class de.unkrig.commons.net.security.KeyStores
-
Loads and returns the given keyStoreFile (or the JVM's default keystore file).
- loadPlainFile(File) - Static method in class de.unkrig.commons.junit4.Files
-
- loadType(SourcePosition, Type, DocErrorReporter) - Static method in class de.unkrig.commons.doclet.Types
-
- LOG_MANAGER - Static variable in class de.unkrig.commons.util.logging.LogUtil
-
An alternative to repeated calls to LogManager.getLogManager().
- logConsumer(Logger, Level, String) - Static method in class de.unkrig.commons.util.logging.LogUtil
-
Strings passed to the returned
Consumer are logged to the given logger at the given level.
- loggerLevelGreaterThan(Level, Formatter, Formatter) - Static method in class de.unkrig.commons.util.logging.formatter.SelectiveFormatter
-
Returns a Formatter that for each LogRecord invokes delegate1 if the level of the
processing Logger is greater than threshold, and for all other the delegate2.
- logicalAnd(Expression, Expression) - Static method in class de.unkrig.commons.text.expression.ExpressionUtil
-
- logicalOr(Expression, Expression) - Static method in class de.unkrig.commons.text.expression.ExpressionUtil
-
- login(String, String) - Method in class de.unkrig.commons.net.ftp.FtpClient
-
Logs in to the remote FTP server.
- logRecordLevelGreaterThan(Level, Formatter, Formatter) - Static method in class de.unkrig.commons.util.logging.formatter.SelectiveFormatter
-
Returns a Formatter that for each LogRecord invokes delegate1 if the level of the log
record is greater than ("more severe than") threshold, and for all other the delegate2.
- LogUtil - Class in de.unkrig.commons.util.logging
-
Various java.util.logging-related utility methods.
- logWriter(Logger, Level, String) - Static method in class de.unkrig.commons.util.logging.LogUtil
-
Lines written to the returned Writer are optionally prepended with the given prefix, and then logged
to the given Logger at the given Level.
- LONG_ARRAY_TYPE - Static variable in class de.unkrig.commons.asm.Types
-
- Longjump - Class in de.unkrig.commons.lang.protocol
-
Indicates that an operation has completed abnormally, but this condition has already been handled, e.g. by
displaying an error message.
- Longjump() - Constructor for class de.unkrig.commons.lang.protocol.Longjump
-
- LZMACompressionFormat - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors.lzma
-
Representation of the 'lzma' compression format.
- oa(InsnList...) - Static method in class de.unkrig.commons.asm.InsnUtil
-
- oa(List<InsnList>) - Static method in class de.unkrig.commons.asm.InsnUtil
-
- ObjecT(List<Json.Member>) - Constructor for class de.unkrig.commons.text.json.Json.ObjecT
-
- OBJECT_TYPE - Static variable in class de.unkrig.commons.asm.Types
-
- ObjectSequentializer<T,EX extends java.lang.Throwable> - Class in de.unkrig.commons.util.concurrent
-
Executes multiple tasks asynchronously, but forwards their output to a delegate
Consumer (or
ConsumerWhichThrows)
in the order the tasks were submitted, i.e. the last subject written by one task
appears before the output of all subsequently submitted tasks.
- ObjectSequentializer(ConsumerWhichThrows<? super T, ? extends EX>, ExecutorService) - Constructor for class de.unkrig.commons.util.concurrent.ObjectSequentializer
-
- ObjectUtil - Class in de.unkrig.commons.lang
-
Various java.lang.Object-related utility methods.
- offset() - Method in class de.unkrig.commons.io.CountingReader
-
- offset - Variable in class de.unkrig.commons.text.scanner.AbstractScanner
-
- once(Date) - Static method in class de.unkrig.commons.util.TimeTable
-
- onClose(Pipe, RunnableWhichThrows<IOException>) - Static method in class de.unkrig.commons.io.pipe.PipeUtil
-
- onEndOfInput(InputStream, Runnable) - Static method in class de.unkrig.commons.io.IoUtil
-
Creates and returns an InputStream that reads from the delegate and invokes the
runnable on the first end-of-input condition.
- OpcodeUtil - Class in de.unkrig.commons.asm
-
Utility class around Opcodes.
- OpcodeUtil.InsnDescription - Class in de.unkrig.commons.asm
-
Description of a Java™ bytecode instruction.
- open() - Method in interface de.unkrig.commons.file.filetransformation.FileTransformations.NameAndContents
-
- open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ar.ArArchiveFormat
-
- open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ar.Handler
-
- open(File) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormat
-
Opens an existing archive file for reading.
- open(File) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormatFactory
-
Determines the archive format from the first few bytes of the archiveFile and then returns a
ArchiveInputStream reading from the archiveFile.
- open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveURLStreamHandler
-
Opens the given container, finds the entry with the given entryName and returns an
InputStream that reads from it.
- open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.arj.ArjArchiveFormat
-
- open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.arj.Handler
-
- open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio.CpioArchiveFormat
-
- open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio.Handler
-
- open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.dump.DumpArchiveFormat
-
- open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.dump.Handler
-
- open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.jar.Handler
-
- open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.jar.JarArchiveFormat
-
- open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.sevenz.SevenZArchiveFormat
-
- open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.tar.Handler
-
- open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.tar.TarArchiveFormat
-
- open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.zip.Handler
-
- open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.zip.ZipArchiveFormat
-
- open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.bzip2.BZip2CompressionFormat
-
- open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.bzip2.Handler
-
- open(File) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormat
-
Opens an existing compressed file for reading.
- open(File) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormatFactory
-
Determines the compression format from the first few bytes of the compressedFile and then returns a
CompressorInputStream reading from the compressedFile.
- open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionURLStreamHandler
-
Opens the given container and returns an InputStream that reads from it.
- open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.gzip.GzipCompressionFormat
-
- open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.gzip.Handler
-
- open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.lzma.Handler
-
- open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.lzma.LZMACompressionFormat
-
- open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.pack200.Handler
-
- open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.pack200.Pack200CompressionFormat
-
- open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.FramedSnappyCompressionFormat
-
- open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.Handler
-
- open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.SnappyCompressionFormat
-
- open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.xz.Handler
-
- open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.xz.XZCompressionFormat
-
- open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.z.Handler
-
- open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.z.ZCompressionFormat
-
- openConnection(URL) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveURLStreamHandler
-
- openConnection(URL) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionURLStreamHandler
-
- opener(File) - Static method in class de.unkrig.commons.file.FileUtil
-
- opener(byte[]) - Static method in class de.unkrig.commons.file.FileUtil
-
- optionalBooleanTag(Doc, String, DocErrorReporter) - Static method in class de.unkrig.commons.doclet.Tags
-
Verifies that the named tag exists at most once, and returns it value, converted to Boolean
- optionalTag(Doc, String, RootDoc) - Method in class de.unkrig.commons.doclet.html.Html
-
Verifies that the named block tag exists at most once, replaces line breaks with spaces, and convert
its text to HTML.
- optionalTag(Doc, String, String, RootDoc) - Method in class de.unkrig.commons.doclet.html.Html
-
Verifies that the named block tag exists at most once, replaces line breaks with spaces, and convert
its text to HTML.
- optionalTag(Doc, String, DocErrorReporter) - Static method in class de.unkrig.commons.doclet.Tags
-
Verifies that the named block tag exists at most once, and returns its text.
- optionalTag(Doc, String, String, DocErrorReporter) - Static method in class de.unkrig.commons.doclet.Tags
-
Verifies that the named block tag exists at most once and returns its text.
- OptionArgumentMissing(CommandLineOption, String, int) - Constructor for exception de.unkrig.commons.util.CommandLineOptionException.OptionArgumentMissing
-
- or(T, T) - Static method in class de.unkrig.commons.lang.ObjectUtil
-
- or(Predicate<? super T>, Predicate<? super T>) - Static method in class de.unkrig.commons.lang.protocol.PredicateUtil
-
Returns
Predicate which evaluates to
true if
lhs, or
rhs, or both evaluate
to
true.
- or(Predicate<? super T>, boolean) - Static method in class de.unkrig.commons.lang.protocol.PredicateUtil
-
Returns a
Predicate which evaluates to
true the
lhs evaluates to
true, or the
rhs is
true, or both.
- or(boolean, Predicate<? super T>) - Static method in class de.unkrig.commons.lang.protocol.PredicateUtil
-
Returns a
Predicate which evaluates to
true if the
lhs is
true, or the
rhs evaluates to
true, or both.
- or(Glob, Glob) - Static method in class de.unkrig.commons.text.pattern.Glob
-
The
Glob.matches(String) method of the returned
Glob returns whether its
subject
argument matches
pattern1 or, if not,
pattern2.
- ordinals(Collection<? extends Enum<?>>) - Static method in class de.unkrig.commons.util.Enums
-
- origFile(File) - Static method in class de.unkrig.commons.file.filetransformation.FileTransformations
-
- outputFile(File, ConsumerWhichThrows<? super File, ? extends EX>, boolean) - Static method in class de.unkrig.commons.io.IoUtil
-
Creates a temporary file, invokes the delegate with that file, and eventually renames the
temporary file to its "real" name (replacing a possibly existing file).
- outputFileOutputStream(File, ConsumerWhichThrows<? super OutputStream, ? extends EX>, boolean) - Static method in class de.unkrig.commons.io.IoUtil
-
Lets the delegate write to an OutputStream (effectively a temporary file), and eventually
renames the temporary file to "file" (replacing a possibly existing file).
- outputFilePrintWriter(File, Charset, ConsumerWhichThrows<? super PrintWriter, ? extends EX>) - Static method in class de.unkrig.commons.io.IoUtil
-
- outputFilePrintWriter(File, Charset, ConsumerWhichThrows<? super PrintWriter, ? extends EX>, boolean) - Static method in class de.unkrig.commons.io.IoUtil
-
Lets the delegate print to a PrintWriter (effectively a temporary file), and eventually
renames the temporary file to "file" (replacing a possibly existing file).
- override(Mapping<K, V>, Object...) - Static method in class de.unkrig.commons.lang.protocol.Mappings
-
- override(Map<K, V>, K, V) - Static method in class de.unkrig.commons.util.collections.MapUtil
-
Returns a Map that is composed of the delegate and one extra entry.