public interface EquinoxApplication extends Application
The following features are supported:
OsgiPackage.getEquinoxApplication()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Connection> |
getConnections()
Returns the value of the 'Connections' containment reference list.
|
Profile |
getCustomizationProfile()
Returns the value of the 'Customization Profile' containment reference.
|
org.eclipse.emf.common.util.EList<Exporter> |
getExporter()
Returns the value of the 'Exporter' containment reference list.
|
org.eclipse.emf.common.util.EList<ApplicationModule> |
getModules()
Returns the value of the 'Modules' containment reference list.
|
Profile |
getProfile() |
Configuration |
getSecurityConfiguration()
Returns the value of the 'Security Configuration' reference.
|
void |
setCustomizationProfile(Profile value)
Sets the value of the '
Customization Profile ' containment reference. |
void |
setSecurityConfiguration(Configuration value)
Sets the value of the '
Security Configuration ' reference. |
getName, setName
getShortDescription, setShortDescription
org.eclipse.emf.common.util.EList<Connection> getConnections()
Connection
.
If the meaning of the 'Connections' containment reference list isn't clear, there really should be more of a description here...
OsgiPackage.getEquinoxApplication_Connections()
org.eclipse.emf.common.util.EList<Exporter> getExporter()
Exporter
.
If the meaning of the 'Exporter' containment reference list isn't clear, there really should be more of a description here...
OsgiPackage.getEquinoxApplication_Exporter()
Profile getCustomizationProfile()
If the meaning of the 'Customization Profile' reference isn't clear, there really should be more of a description here...
setCustomizationProfile(Profile)
,
OsgiPackage.getEquinoxApplication_CustomizationProfile()
void setCustomizationProfile(Profile value)
Customization Profile
' containment reference.
value
- the new value of the 'Customization Profile' containment reference.getCustomizationProfile()
Configuration getSecurityConfiguration()
If the meaning of the 'Security Configuration' reference isn't clear, there really should be more of a description here...
setSecurityConfiguration(Configuration)
,
OsgiPackage.getEquinoxApplication_SecurityConfiguration()
void setSecurityConfiguration(Configuration value)
Security Configuration
' reference.
value
- the new value of the 'Security Configuration' reference.getSecurityConfiguration()
org.eclipse.emf.common.util.EList<ApplicationModule> getModules()
ApplicationModule
.
If the meaning of the 'Modules' reference isn't clear, there really should be more of a description here...
OsgiPackage.getEquinoxApplication_Modules()
Profile getProfile()