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 String
bundleActivator()
String
bundleClassPath()
String
bundleManifestVersion()
String
bundleName()
String
bundleSymbolicName()
String
bundleVersion()
String
eclipseLazyStart()
String
generate()
Generate the source code for this compilation unit.String
manifestVersion()
String
requireBundle()
-
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:GeneratedFile
Generate the source code for this compilation unit.- Specified by:
generate
in classGeneratedFile<IJseManifest>
-
bundleManifestVersion
public String bundleManifestVersion()
- Specified by:
bundleManifestVersion
in interfaceIJseManifest
-
bundleName
public String bundleName()
- Specified by:
bundleName
in interfaceIJseManifest
-
bundleSymbolicName
public String bundleSymbolicName()
- Specified by:
bundleSymbolicName
in interfaceIJseManifest
-
bundleVersion
public String bundleVersion()
- Specified by:
bundleVersion
in interfaceIJseManifest
-
bundleActivator
public String bundleActivator()
- Specified by:
bundleActivator
in interfaceIJseManifest
-
requireBundle
public String requireBundle()
- Specified by:
requireBundle
in interfaceIJseManifest
-
eclipseLazyStart
public String eclipseLazyStart()
- Specified by:
eclipseLazyStart
in interfaceIJseManifest
-
bundleClassPath
public String bundleClassPath()
- Specified by:
bundleClassPath
in interfaceIJseManifest
-
manifestVersion
public String manifestVersion()
- Specified by:
manifestVersion
in interfaceIManifest
-
-