public class ReloadResult extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected List<org.osgi.framework.Bundle> | 
deployedBundles  | 
protected List<org.osgi.framework.Bundle> | 
undeployedBundles
Be aware that theses bundles have been uninstalled, some methods may not work. 
 | 
| Constructor and Description | 
|---|
ReloadResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<org.osgi.framework.Bundle> | 
deployedBundles()  | 
Stream<org.osgi.framework.Bundle> | 
deployedBundlesAsStream()  | 
Stream<File> | 
deployedFilesAsStream()  | 
ReloadResult | 
merge(ReloadResult result)  | 
List<org.osgi.framework.Bundle> | 
undeployedBundles()  | 
Stream<org.osgi.framework.Bundle> | 
undeployedBundlesAsStream()  | 
protected final List<org.osgi.framework.Bundle> undeployedBundles
protected final List<org.osgi.framework.Bundle> deployedBundles
public ReloadResult()
public List<org.osgi.framework.Bundle> undeployedBundles()
public Stream<org.osgi.framework.Bundle> undeployedBundlesAsStream()
public List<org.osgi.framework.Bundle> deployedBundles()
public Stream<org.osgi.framework.Bundle> deployedBundlesAsStream()
public Stream<File> deployedFilesAsStream()
public ReloadResult merge(ReloadResult result)
Copyright © 2019 Nuxeo. All rights reserved.