Interface IJseManifest
- All Superinterfaces:
ICompilationUnit,IManifest
- All Known Implementing Classes:
JseManifest,PojoManifest,PojoManifest,PojoMFFile
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.palladiosimulator.protocom.lang.ICompilationUnit
filePath, projectNameMethods inherited from interface org.palladiosimulator.protocom.lang.manifest.IManifest
manifestVersion
-
Method Details
-
bundleManifestVersion
String bundleManifestVersion() -
bundleName
String bundleName() -
bundleSymbolicName
String bundleSymbolicName() -
bundleVersion
String bundleVersion() -
bundleActivator
String bundleActivator() -
requireBundle
String requireBundle() -
eclipseLazyStart
String eclipseLazyStart() -
bundleClassPath
String bundleClassPath()
-