Class JavaEEIIOPClasspathFile<E extends org.palladiosimulator.pcm.core.entity.Entity>
- java.lang.Object
-
- org.palladiosimulator.protocom.tech.ConceptMapping<E>
-
- org.palladiosimulator.protocom.tech.iiop.JavaEEIIOPClasspathFile<E>
-
- All Implemented Interfaces:
ICompilationUnit
,IClasspath
,IJeeClasspath
- Direct Known Subclasses:
JavaEEIIOPClasspath
public class JavaEEIIOPClasspathFile<E extends org.palladiosimulator.pcm.core.entity.Entity> extends ConceptMapping<E> implements IJeeClasspath
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
-
Constructor Summary
Constructors Constructor Description JavaEEIIOPClasspathFile(E pcmEntity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
classPathEntries()
String
clientClassPathEntry()
String
filePath()
Path and name of the generated file.protected String
pluginJar(String source)
String
projectName()
Set<String>
requiredClientProjects()
-
-
-
Constructor Detail
-
JavaEEIIOPClasspathFile
public JavaEEIIOPClasspathFile(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
-
clientClassPathEntry
public String clientClassPathEntry()
- Specified by:
clientClassPathEntry
in interfaceIJeeClasspath
-
requiredClientProjects
public Set<String> requiredClientProjects()
- Specified by:
requiredClientProjects
in interfaceIJeeClasspath
-
-