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
 

Method Detail

getCollection

java.util.Collection<T> getCollection()
Access the collection of items gathered by this collector

Returns:
the collection of items


Copyright © 2012 FuseSource. All Rights Reserved.