Class CreateSimuComMetaDataFilesJob
- java.lang.Object
-
- de.uka.ipd.sdq.codegen.simucontroller.workflow.jobs.AbstractCreateMetaDataFilesJob
-
- de.uka.ipd.sdq.codegen.simucontroller.workflow.jobs.CreateSimuComMetaDataFilesJob
-
- All Implemented Interfaces:
de.uka.ipd.sdq.workflow.jobs.IJob
public class CreateSimuComMetaDataFilesJob extends AbstractCreateMetaDataFilesJob implements de.uka.ipd.sdq.workflow.jobs.IJob
-
-
Field Summary
-
Fields inherited from class de.uka.ipd.sdq.codegen.simucontroller.workflow.jobs.AbstractCreateMetaDataFilesJob
configuration, F_BUILD, F_CONTENT, F_FRAGMENT, F_MANIFEST, F_MANIFEST_FP, F_PLUGIN, F_PROPERTIES
-
-
Constructor Summary
Constructors Constructor Description CreateSimuComMetaDataFilesJob(org.palladiosimulator.analyzer.workflow.configurations.AbstractCodeGenerationWorkflowRunConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getBundleActivator()
protected String[]
getRequiredBundles()
protected void
writeBuildPropertiesContent(PrintStream out)
protected void
writePluginXmlContent(PrintStream out)
-
Methods inherited from class de.uka.ipd.sdq.codegen.simucontroller.workflow.jobs.AbstractCreateMetaDataFilesJob
cleanup, execute, getName
-
-
-
-
Method Detail
-
writePluginXmlContent
protected void writePluginXmlContent(PrintStream out)
- Specified by:
writePluginXmlContent
in classAbstractCreateMetaDataFilesJob
-
writeBuildPropertiesContent
protected void writeBuildPropertiesContent(PrintStream out)
- Specified by:
writeBuildPropertiesContent
in classAbstractCreateMetaDataFilesJob
-
getRequiredBundles
protected String[] getRequiredBundles()
- Specified by:
getRequiredBundles
in classAbstractCreateMetaDataFilesJob
-
getBundleActivator
protected String getBundleActivator()
- Specified by:
getBundleActivator
in classAbstractCreateMetaDataFilesJob
-
-