Class JeeComponentFile
- java.lang.Object
-
- org.palladiosimulator.protocom.lang.GeneratedFile<IJeeComponentFile>
-
- org.palladiosimulator.protocom.lang.xml.impl.JeeComponentFile
-
- All Implemented Interfaces:
ICompilationUnit
,IJeeComponentFile
public class JeeComponentFile extends GeneratedFile<IJeeComponentFile> implements IJeeComponentFile
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.lang.GeneratedFile
fsa, injector, provider
-
-
Constructor Summary
Constructors Constructor Description JeeComponentFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharSequence
body()
String
generate()
Generate the source code for this compilation unit.CharSequence
header()
String
property()
String
wbModuleDeployName()
String
wbResource()
-
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<IJeeComponentFile>
-
header
public CharSequence header()
-
body
public CharSequence body()
-
wbModuleDeployName
public String wbModuleDeployName()
- Specified by:
wbModuleDeployName
in interfaceIJeeComponentFile
-
wbResource
public String wbResource()
- Specified by:
wbResource
in interfaceIJeeComponentFile
-
property
public String property()
- Specified by:
property
in interfaceIJeeComponentFile
-
-