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 StringclassPathEntries()StringclientClassPathEntry()StringfilePath()Path and name of the generated file.protected StringpluginJar(String source)StringprojectName()Set<String>requiredClientProjects()
-
-
-
Constructor Detail
-
JavaEEIIOPClasspathFile
public JavaEEIIOPClasspathFile(E pcmEntity)
-
-
Method Detail
-
classPathEntries
public String classPathEntries()
- Specified by:
classPathEntriesin interfaceIClasspath
-
filePath
public String filePath()
Description copied from interface:ICompilationUnitPath and name of the generated file.- Specified by:
filePathin interfaceICompilationUnit
-
projectName
public String projectName()
- Specified by:
projectNamein interfaceICompilationUnit
-
clientClassPathEntry
public String clientClassPathEntry()
- Specified by:
clientClassPathEntryin interfaceIJeeClasspath
-
requiredClientProjects
public Set<String> requiredClientProjects()
- Specified by:
requiredClientProjectsin interfaceIJeeClasspath
-
-