| Interface | Description |
|---|---|
| Collector<T> |
Represents an object capable of collecting stuff (dependencies, bundles, features, ...)
|
| Constants | |
| Filter<T> |
Represents a filter or predicate
|
| Function<T,R> |
When we move to Java 8 we can switch this to be java.util.function.Function
|
| Class | Description |
|---|---|
| AllCertificatesTrustManager |
A trust manager that will accept any certificate.
|
| Arrays |
Helper class for working with arrays
|
| AvailablePortFinder | |
| Base64Encoder |
Bease64 encoding utilities.
|
| ChecksumUtils | |
| ClassLoaders | |
| Closeables | |
| Collectors<T> |
A container for multiple
Collector instances that just aggregates the collected results from all collectors
it contains |
| CompositeFilter<T> |
Represents a filter which ORs together a collection of filters,
returning true if any of the filters are true
|
| CountingMap |
Maps String keys to their counter value
|
| DataStoreUtils | |
| Dictionaries |
A helper class for working with
Dictionary |
| DomHelper |
A collection of helper methods for working with the DOM API
|
| ExecParseUtils |
Utility class for parsing, used by the Camel Exec component.
Note: the class should be dropped, when the the commons-exec library implements similar functionality. |
| FabricValidations | |
| FabricVersionUtils | |
| FileChangeInfo |
A helper class used to help detect if a file changes in contents between a copy/write
operation.
|
| Files |
File utilities
|
| Filters | |
| Functions | |
| HostUtils | |
| IOHelpers | |
| JMXUtils | |
| Lists | |
| LoggingOutputStream |
A
OutputStream which logs to a Logger |
| Manifests | |
| Maps |
Some helper methods for working with maps
|
| Objects |
Some helper classes for objects comparing and equality
|
| ObjectUtils | |
| Pair<A,B> |
Represents a pair of values so its easy to return 2 values from a function call
|
| PasswordEncoder | |
| PatchUtils |
Helper class for working with override strings for patches in Fabric.
|
| Ports | |
| Processes |
Platform, Java and Docker specific process utilities.
|
| PropertiesHelper |
Helper methods for extracting values form a Properties object
|
| PublicPortMapper |
Use to handle mapping local ports to public ports that clients
can connect to.
|
| PublicPortMapper.DefaultSPI | |
| PublicPortMapper.OpenShiftSPI | |
| PublicPortMapper.SPI | |
| SerialExecutorService |
An ExecutorService which ensures serial execution of the Runnable
objects which it is asked to execute.
|
| ShutdownTracker |
A ShutdownTracker is used to track when a resource
is in use so that a shutdown action can occur
once all concurrent use of the resource has completed.
|
| Strings | |
| Systems | |
| TablePrinter |
A helper class to pretty print a table of values to the console
|
| TablePrinter.Column | |
| ThreadFactory |
A
ThreadFactory which sets the thread name to an unique name. |
| URLUtils |
Url related utility methods.
|
| XmlHelper |
A helper method to get the namespaces on an XML file
|
| XmlNamespaceFinder | |
| XmlUtils |
XML related utilities.
|
| XPathBuilder |
A helper class for creating XPath expressions
|
| XPathFacade |
A facade for working with XPath expressions created via the
XPathBuilder helper class. |
| Zips |
| Exception | Description |
|---|---|
| Files.DownloadCycleException | |
| MultiException | |
| NullArgumentException |
Exception thrown when the argument to a method or constructor is
null and not handled by the method/constructor/class.
|
| ShutdownTracker.ShutdownException |
Copyright © 2011–2014 Red Hat. All rights reserved.