Interface IJseManifest
-
- All Superinterfaces:
ICompilationUnit
,IManifest
- All Known Implementing Classes:
JseManifest
,PojoManifest
,PojoManifest
,PojoMFFile
public interface IJseManifest extends IManifest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
bundleActivator()
String
bundleClassPath()
String
bundleManifestVersion()
String
bundleName()
String
bundleSymbolicName()
String
bundleVersion()
String
eclipseLazyStart()
String
requireBundle()
-
Methods inherited from interface org.palladiosimulator.protocom.lang.ICompilationUnit
filePath, projectName
-
Methods inherited from interface org.palladiosimulator.protocom.lang.manifest.IManifest
manifestVersion
-
-
-
-
Method Detail
-
bundleManifestVersion
String bundleManifestVersion()
-
bundleName
String bundleName()
-
bundleSymbolicName
String bundleSymbolicName()
-
bundleVersion
String bundleVersion()
-
bundleActivator
String bundleActivator()
-
requireBundle
String requireBundle()
-
eclipseLazyStart
String eclipseLazyStart()
-
bundleClassPath
String bundleClassPath()
-
-