Class JseManifest
- java.lang.Object
-
- org.palladiosimulator.protocom.lang.GeneratedFile<IJseManifest>
-
- org.palladiosimulator.protocom.lang.manifest.impl.JseManifest
-
- All Implemented Interfaces:
ICompilationUnit,IJseManifest,IManifest
public class JseManifest extends GeneratedFile<IJseManifest> implements IJseManifest
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.lang.GeneratedFile
fsa, injector, provider
-
-
Constructor Summary
Constructors Constructor Description JseManifest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbundleActivator()StringbundleClassPath()StringbundleManifestVersion()StringbundleName()StringbundleSymbolicName()StringbundleVersion()StringeclipseLazyStart()Stringgenerate()Generate the source code for this compilation unit.StringmanifestVersion()StringrequireBundle()-
Methods inherited from class org.palladiosimulator.protocom.lang.GeneratedFile
createFor, filePath, projectName, store
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.palladiosimulator.protocom.lang.ICompilationUnit
filePath, projectName
-
-
-
-
Method Detail
-
generate
public String generate()
Description copied from class:GeneratedFileGenerate the source code for this compilation unit.- Specified by:
generatein classGeneratedFile<IJseManifest>
-
bundleManifestVersion
public String bundleManifestVersion()
- Specified by:
bundleManifestVersionin interfaceIJseManifest
-
bundleName
public String bundleName()
- Specified by:
bundleNamein interfaceIJseManifest
-
bundleSymbolicName
public String bundleSymbolicName()
- Specified by:
bundleSymbolicNamein interfaceIJseManifest
-
bundleVersion
public String bundleVersion()
- Specified by:
bundleVersionin interfaceIJseManifest
-
bundleActivator
public String bundleActivator()
- Specified by:
bundleActivatorin interfaceIJseManifest
-
requireBundle
public String requireBundle()
- Specified by:
requireBundlein interfaceIJseManifest
-
eclipseLazyStart
public String eclipseLazyStart()
- Specified by:
eclipseLazyStartin interfaceIJseManifest
-
bundleClassPath
public String bundleClassPath()
- Specified by:
bundleClassPathin interfaceIJseManifest
-
manifestVersion
public String manifestVersion()
- Specified by:
manifestVersionin interfaceIManifest
-
-