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 StringbundleActivator()StringbundleClassPath()StringbundleManifestVersion()StringbundleName()StringbundleSymbolicName()StringbundleVersion()StringeclipseLazyStart()StringrequireBundle()-
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()
-
-