Class ServletResourceEnvironment
java.lang.Object
org.palladiosimulator.protocom.tech.servlet.resourceenvironment.ServletResourceEnvironment
- All Implemented Interfaces:
ICompilationUnit,IJClass,IJCompilationUnit
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends IJAnnotation>Name of the compilation unit.Collection<? extends IJMethod>Constructors of this class.Collection<? extends IJField>fields()Fields of this compilation unit.filePath()Path and name of the generated file.Collection of interface names which are either implemented or extended.Collection<? extends IJMethod>methods()Methods (or signatures) defined by this compilation unit.Package name of this compilation unit.Inherited class name.
-
Field Details
-
frameworkBase
- See Also:
-
entity
-
-
Constructor Details
-
ServletResourceEnvironment
-
-
Method Details
-
superClass
Description copied from interface:IJClassInherited class name.- Specified by:
superClassin interfaceIJClass
-
packageName
Description copied from interface:IJCompilationUnitPackage name of this compilation unit.- Specified by:
packageNamein interfaceIJCompilationUnit
-
compilationUnitName
Description copied from interface:IJCompilationUnitName of the compilation unit.- Specified by:
compilationUnitNamein interfaceIJCompilationUnit
-
constructors
Description copied from interface:IJClassConstructors of this class. FIXME: JMethod is ok'ish, but not entirely correct.- Specified by:
constructorsin interfaceIJClass
-
annotations
- Specified by:
annotationsin interfaceIJClass
-
interfaces
Description copied from interface:IJCompilationUnitCollection of interface names which are either implemented or extended.- Specified by:
interfacesin interfaceIJCompilationUnit
-
methods
Description copied from interface:IJCompilationUnitMethods (or signatures) defined by this compilation unit.- Specified by:
methodsin interfaceIJCompilationUnit
-
fields
Description copied from interface:IJCompilationUnitFields of this compilation unit.- Specified by:
fieldsin interfaceIJCompilationUnit
-
filePath
Description copied from interface:ICompilationUnitPath and name of the generated file.- Specified by:
filePathin interfaceICompilationUnit
-
projectName
- Specified by:
projectNamein interfaceICompilationUnit
-