public interface ProfileConfiguration extends IndependentConfiguration
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<String> |
getInstallBundles()
Returns the value of the 'Install Bundles' attribute list.
|
org.eclipse.emf.common.util.EList<PropertyEntry> |
getProperties()
Returns the value of the 'Properties' containment reference list.
|
org.eclipse.emf.common.util.EList<String> |
getStartBundles()
Returns the value of the 'Start Bundles' attribute list.
|
org.eclipse.emf.common.util.EList<String> getStartBundles()
String
.
If the meaning of the 'Start Bundles' attribute list isn't clear, there really should be more of a description here...
OsgiPackage.getProfileConfiguration_StartBundles()
org.eclipse.emf.common.util.EList<String> getInstallBundles()
String
.
If the meaning of the 'Install Bundles' attribute list isn't clear, there really should be more of a description here...
OsgiPackage.getProfileConfiguration_InstallBundles()
org.eclipse.emf.common.util.EList<PropertyEntry> getProperties()
PropertyEntry
.
If the meaning of the 'Properties' containment reference list isn't clear, there really should be more of a description here...
OsgiPackage.getProfileConfiguration_Properties()