Class ServletClasspath<E extends org.palladiosimulator.pcm.core.entity.Entity>
- java.lang.Object
-
- org.palladiosimulator.protocom.tech.ConceptMapping<E>
-
- org.palladiosimulator.protocom.tech.servlet.ServletClasspath<E>
-
- All Implemented Interfaces:
ICompilationUnit
,IClasspath
public class ServletClasspath<E extends org.palladiosimulator.pcm.core.entity.Entity> extends ConceptMapping<E> implements IClasspath
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
-
Constructor Summary
Constructors Constructor Description ServletClasspath(E pcmEntity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
classPathEntries()
String
filePath()
Path and name of the generated file.String
projectName()
-
-
-
Constructor Detail
-
ServletClasspath
public ServletClasspath(E pcmEntity)
-
-
Method Detail
-
classPathEntries
public String classPathEntries()
- Specified by:
classPathEntries
in interfaceIClasspath
-
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
-
-