Class JavaEEIIOPClientClasspath
- java.lang.Object
-
- org.palladiosimulator.protocom.tech.ConceptMapping<E>
-
- org.palladiosimulator.protocom.tech.iiop.JavaEEIIOPClasspathFile<org.palladiosimulator.pcm.repository.BasicComponent>
-
- org.palladiosimulator.protocom.tech.iiop.system.JavaEEIIOPClasspath
-
- org.palladiosimulator.protocom.tech.iiop.system.JavaEEIIOPClientClasspath
-
- All Implemented Interfaces:
ICompilationUnit
,IClasspath
,IJeeClasspath
public class JavaEEIIOPClientClasspath extends JavaEEIIOPClasspath
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
-
Constructor Summary
Constructors Constructor Description JavaEEIIOPClientClasspath(org.palladiosimulator.pcm.repository.BasicComponent pcmEntity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
classPathEntries()
String
clientClassPathEntry()
String
projectName()
Set<String>
requiredClientProjects()
-
Methods inherited from class org.palladiosimulator.protocom.tech.iiop.system.JavaEEIIOPClasspath
filePath
-
Methods inherited from class org.palladiosimulator.protocom.tech.iiop.JavaEEIIOPClasspathFile
pluginJar
-
-
-
-
Method Detail
-
classPathEntries
public String classPathEntries()
- Specified by:
classPathEntries
in interfaceIClasspath
- Overrides:
classPathEntries
in classJavaEEIIOPClasspath
-
projectName
public String projectName()
- Specified by:
projectName
in interfaceICompilationUnit
- Overrides:
projectName
in classJavaEEIIOPClasspath
-
clientClassPathEntry
public String clientClassPathEntry()
- Specified by:
clientClassPathEntry
in interfaceIJeeClasspath
- Overrides:
clientClassPathEntry
in classJavaEEIIOPClasspath
-
requiredClientProjects
public Set<String> requiredClientProjects()
- Specified by:
requiredClientProjects
in interfaceIJeeClasspath
- Overrides:
requiredClientProjects
in classJavaEEIIOPClasspath
-
-