org.ops4j.pax.scanner
Interface InstallableBundles
- All Superinterfaces:
- java.lang.Iterable<InstallableBundle>
- All Known Implementing Classes:
- InstallableBundlesImpl
public interface InstallableBundles
- extends java.lang.Iterable<InstallableBundle>
A set of bundles that can be iterated, installed or started as a group.
- Since:
- August 17, 2007
- Author:
- Alin Dreghiciu
Methods inherited from interface java.lang.Iterable |
iterator |
install
InstallableBundles install()
throws org.osgi.framework.BundleException
- Installs the available bundles.
- Returns:
- itself, for fluent api usage
- Throws:
org.osgi.framework.BundleException
- if an underlying problem occur in the OSGi framework.
Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.