org.ops4j.pax.swissbox.extender
Interface BundleScanner<T>

All Known Implementing Classes:
BundleEntryScanner, BundleManifestScanner, BundleURLEntryScanner, BundleURLScanner

public interface BundleScanner<T>

A bundle scanner can scan bundles for divers types of bundle entries.

Since:
0.1.0, October 14, 2007
Author:
Alin Dreghiciu

Method Summary
 java.util.List<T> scan(org.osgi.framework.Bundle bundle)
          Scan a bundle for resources.
 

Method Detail

scan

java.util.List<T> scan(org.osgi.framework.Bundle bundle)
Scan a bundle for resources.

Parameters:
bundle - bundle to be scanned
Returns:
an array of found bundle resources. If no resource was found it should return an empty array.


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.