public interface DefaultEquinoxApplication extends EquinoxApplication
The following features are supported:
Modifier and Type | Method and Description |
---|---|
Profile |
getProfile()
Returns the value of the 'Profile' reference.
|
void |
setProfile(Profile value)
Sets the value of the '
Profile ' reference. |
getConnections, getCustomizationProfile, getExporter, getModules, getSecurityConfiguration, setCustomizationProfile, setSecurityConfiguration
getName, setName
getShortDescription, setShortDescription
Profile getProfile()
If the meaning of the 'Profile' reference isn't clear, there really should be more of a description here...
getProfile
in interface EquinoxApplication
setProfile(Profile)
,
OsgiPackage.getDefaultEquinoxApplication_Profile()
void setProfile(Profile value)
Profile
' reference.
value
- the new value of the 'Profile' reference.getProfile()