| Interface | Description |
|---|---|
| Collector<T> |
Represents an object capable of collecting stuff (dependencies, bundles, features, ...)
|
| Filter<T> |
Represents a filter or predicate
|
| Class | Description |
|---|---|
| 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
|
| Files | |
| Filters | |
| IOHelpers | |
| 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 |
| Exception | Description |
|---|---|
| Files.DownloadCycle |
Copyright © 2014 Red Hat. All Rights Reserved.