Class ServletSettings
- java.lang.Object
-
- org.palladiosimulator.protocom.tech.ConceptMapping<org.palladiosimulator.pcm.system.System>
-
- org.palladiosimulator.protocom.tech.servlet.ServletSettings
-
- All Implemented Interfaces:
ICompilationUnit
,IJeeSettings
public class ServletSettings extends ConceptMapping<org.palladiosimulator.pcm.system.System> implements IJeeSettings
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
-
Constructor Summary
Constructors Constructor Description ServletSettings(org.palladiosimulator.pcm.system.System pcmEntity, String contentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
content()
String
filePath()
Path and name of the generated file.String
projectName()
-
-
-
Constructor Detail
-
ServletSettings
public ServletSettings(org.palladiosimulator.pcm.system.System pcmEntity, String contentId)
-
-
Method Detail
-
content
public String content()
- Specified by:
content
in interfaceIJeeSettings
-
filePath
public String filePath()
Description copied from interface:ICompilationUnit
Path and name of the generated file.- Specified by:
filePath
in interfaceICompilationUnit
-
projectName
public String projectName()
- Specified by:
projectName
in interfaceICompilationUnit
-
-