public class DeploymentPackageInformation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeploymentPackageInformation.BundleInformation |
| Constructor and Description |
|---|
DeploymentPackageInformation(String symbolicName,
String version,
List<DeploymentPackageInformation.BundleInformation> bundles) |
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentPackageInformation.BundleInformation> |
getBundles() |
String |
getSymbolicName() |
String |
getVersion() |
public DeploymentPackageInformation(String symbolicName, String version, List<DeploymentPackageInformation.BundleInformation> bundles)
public String getSymbolicName()
public String getVersion()
public List<DeploymentPackageInformation.BundleInformation> getBundles()
Copyright © 2017. All rights reserved.