| Interface | Description |
|---|---|
| Collector<T> |
Represents an object capable of collecting stuff (dependencies, bundles, features, ...)
|
| Filter<T> |
Represents a filter or predicate
|
| Class | Description |
|---|---|
| ClassLoaders | |
| 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
|
| Dictionaries |
A helper class for working with
Dictionary |
| DomHelper |
A collection of helper methods for working with the DOM API
|
| Files | |
| Filters | |
| IOHelpers | |
| 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
|
| Pair<A,B> |
Represents a pair of values so its easy to return 2 values from a function call
|
| Strings | |
| Systems | |
| XmlHelper |
A helper method to get the namespaces on an XML file
|
| XmlNamespaceFinder | |
| XPathBuilder |
A helper class for creating XPath expressions
|
| XPathFacade |
A facade for working with XPath expressions created via the
XPathBuilder helper class. |
| Exception | Description |
|---|---|
| Files.DownloadCycle |
Copyright © 2014 Red Hat. All Rights Reserved.