Class PluginXml
- java.lang.Object
-
- org.palladiosimulator.protocom.lang.GeneratedFile<IPluginXml>
-
- org.palladiosimulator.protocom.lang.xml.impl.PluginXml
-
- All Implemented Interfaces:
ICompilationUnit,IPluginXml
public class PluginXml extends GeneratedFile<IPluginXml> implements IPluginXml
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.lang.GeneratedFile
fsa, injector, provider
-
-
Constructor Summary
Constructors Constructor Description PluginXml()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringactionDelegateClass()StringactionDelegateId()CharSequencebody()StringextensionPoint()Stringgenerate()Generate the source code for this compilation unit.CharSequenceheader()-
Methods inherited from class org.palladiosimulator.protocom.lang.GeneratedFile
createFor, filePath, projectName, store
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.palladiosimulator.protocom.lang.ICompilationUnit
filePath, projectName
-
-
-
-
Method Detail
-
generate
public String generate()
Description copied from class:GeneratedFileGenerate the source code for this compilation unit.- Specified by:
generatein classGeneratedFile<IPluginXml>
-
header
public CharSequence header()
-
body
public CharSequence body()
-
extensionPoint
public String extensionPoint()
- Specified by:
extensionPointin interfaceIPluginXml
-
actionDelegateClass
public String actionDelegateClass()
- Specified by:
actionDelegateClassin interfaceIPluginXml
-
actionDelegateId
public String actionDelegateId()
- Specified by:
actionDelegateIdin interfaceIPluginXml
-
-