|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ops4j.pax.scanner.internal.InstallableBundlesImpl
public class InstallableBundlesImpl
Constructor Summary | |
---|---|
InstallableBundlesImpl(java.util.List<InstallableBundle> installables)
Creates a new installable bundles set. |
Method Summary | |
---|---|
InstallableBundles |
install()
Installs the available bundles. |
java.util.Iterator<InstallableBundle> |
iterator()
Returns an iterator over a set of InstallableBundle. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InstallableBundlesImpl(java.util.List<InstallableBundle> installables)
installables
- installable bundles that makes up the setMethod Detail |
---|
public java.util.Iterator<InstallableBundle> iterator()
iterator
in interface java.lang.Iterable<InstallableBundle>
public InstallableBundles install() throws org.osgi.framework.BundleException
InstallableBundles
install
in interface InstallableBundles
org.osgi.framework.BundleException
- if an underlying problem occur in the OSGi framework.InstallableBundles.install()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |