org.fusesource.common.util
Interface Collector<T>
- All Known Implementing Classes:
- Collectors
public interface Collector<T>
Represents an object capable of collecting stuff (dependencies, bundles, features, ...)
|
Method Summary |
java.util.Collection<T> |
getCollection()
Access the collection of items gathered by this collector |
getCollection
java.util.Collection<T> getCollection()
- Access the collection of items gathered by this collector
- Returns:
- the collection of items
Copyright © 2015 Red Hat. All Rights Reserved.