Class AbstractCreateMetaDataFilesJob
- java.lang.Object
-
- de.uka.ipd.sdq.codegen.simucontroller.workflow.jobs.AbstractCreateMetaDataFilesJob
-
- Direct Known Subclasses:
CreateProtoComMetaDataFilesJob,CreateSimuComMetaDataFilesJob
public abstract class AbstractCreateMetaDataFilesJob extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.palladiosimulator.analyzer.workflow.configurations.AbstractCodeGenerationWorkflowRunConfigurationconfigurationstatic StringF_BUILDstatic StringF_CONTENTstatic StringF_FRAGMENTstatic StringF_MANIFESTstatic StringF_MANIFEST_FPstatic StringF_PLUGINstatic StringF_PROPERTIES
-
Constructor Summary
Constructors Constructor Description AbstractCreateMetaDataFilesJob()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidcleanup(IProgressMonitor monitor)voidexecute(IProgressMonitor monitor)protected abstract StringgetBundleActivator()StringgetName()protected abstract String[]getRequiredBundles()protected abstract voidwriteBuildPropertiesContent(PrintStream out)protected abstract voidwritePluginXmlContent(PrintStream out)
-
-
-
Field Detail
-
configuration
protected org.palladiosimulator.analyzer.workflow.configurations.AbstractCodeGenerationWorkflowRunConfiguration configuration
-
F_MANIFEST
public static final String F_MANIFEST
- See Also:
- Constant Field Values
-
F_MANIFEST_FP
public static final String F_MANIFEST_FP
- See Also:
- Constant Field Values
-
F_PLUGIN
public static final String F_PLUGIN
- See Also:
- Constant Field Values
-
F_FRAGMENT
public static final String F_FRAGMENT
- See Also:
- Constant Field Values
-
F_PROPERTIES
public static final String F_PROPERTIES
- See Also:
- Constant Field Values
-
F_BUILD
public static final String F_BUILD
- See Also:
- Constant Field Values
-
F_CONTENT
public static final String F_CONTENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
execute
public void execute(IProgressMonitor monitor) throws de.uka.ipd.sdq.workflow.jobs.JobFailedException, de.uka.ipd.sdq.workflow.jobs.UserCanceledException
- Throws:
de.uka.ipd.sdq.workflow.jobs.JobFailedExceptionde.uka.ipd.sdq.workflow.jobs.UserCanceledException
-
getName
public String getName()
-
cleanup
public void cleanup(IProgressMonitor monitor) throws de.uka.ipd.sdq.workflow.jobs.CleanupFailedException
- Throws:
de.uka.ipd.sdq.workflow.jobs.CleanupFailedException
-
writePluginXmlContent
protected abstract void writePluginXmlContent(PrintStream out)
-
writeBuildPropertiesContent
protected abstract void writeBuildPropertiesContent(PrintStream out)
-
getRequiredBundles
protected abstract String[] getRequiredBundles()
-
getBundleActivator
protected abstract String getBundleActivator()
-
-