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.AbstractCodeGenerationWorkflowRunConfiguration
configuration
static String
F_BUILD
static String
F_CONTENT
static String
F_FRAGMENT
static String
F_MANIFEST
static String
F_MANIFEST_FP
static String
F_PLUGIN
static String
F_PROPERTIES
-
Constructor Summary
Constructors Constructor Description AbstractCreateMetaDataFilesJob()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
cleanup(IProgressMonitor monitor)
void
execute(IProgressMonitor monitor)
protected abstract String
getBundleActivator()
String
getName()
protected abstract String[]
getRequiredBundles()
protected abstract void
writeBuildPropertiesContent(PrintStream out)
protected abstract void
writePluginXmlContent(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.JobFailedException
de.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()
-
-