Class ServletDeploymentDescriptor
- java.lang.Object
-
- org.palladiosimulator.protocom.lang.GeneratedFile<IJeeDeploymentDescriptor>
-
- org.palladiosimulator.protocom.lang.xml.impl.JeeDeploymentDescriptor
-
- org.palladiosimulator.protocom.tech.servlet.ServletDeploymentDescriptor
-
- All Implemented Interfaces:
ICompilationUnit
,IJeeDeploymentDescriptor
public class ServletDeploymentDescriptor extends JeeDeploymentDescriptor
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.lang.GeneratedFile
fsa, injector, provider
-
-
Constructor Summary
Constructors Constructor Description ServletDeploymentDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
body()
String
filePath()
Path and name of the generated file.-
Methods inherited from class org.palladiosimulator.protocom.lang.xml.impl.JeeDeploymentDescriptor
generate, projectName
-
Methods inherited from class org.palladiosimulator.protocom.lang.GeneratedFile
createFor, store
-
-
-
-
Method Detail
-
filePath
public String filePath()
Description copied from interface:ICompilationUnit
Path and name of the generated file.- Specified by:
filePath
in interfaceICompilationUnit
- Overrides:
filePath
in classGeneratedFile<IJeeDeploymentDescriptor>
-
body
public String body()
- Specified by:
body
in classJeeDeploymentDescriptor
-
-