Class JeeManifest
- java.lang.Object
-
- org.palladiosimulator.protocom.lang.GeneratedFile<IJeeManifest>
-
- org.palladiosimulator.protocom.lang.manifest.impl.JeeManifest
-
- All Implemented Interfaces:
ICompilationUnit,IJeeManifest,IManifest
public class JeeManifest extends GeneratedFile<IJeeManifest> implements IJeeManifest
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.lang.GeneratedFile
fsa, injector, provider
-
-
Constructor Summary
Constructors Constructor Description JeeManifest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassPath()Stringgenerate()Generate the source code for this compilation unit.StringmanifestVersion()-
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
-
classPath
public String classPath()
- Specified by:
classPathin interfaceIJeeManifest
-
manifestVersion
public String manifestVersion()
- Specified by:
manifestVersionin interfaceIManifest
-
generate
public String generate()
Description copied from class:GeneratedFileGenerate the source code for this compilation unit.- Specified by:
generatein classGeneratedFile<IJeeManifest>
-
-