public abstract class AbstractCreateMetaDataFilesJob extends Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
AbstractCreateMetaDataFilesJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup(org.eclipse.core.runtime.IProgressMonitor monitor) |
void |
execute(org.eclipse.core.runtime.IProgressMonitor monitor) |
String |
getName() |
public static final String F_MANIFEST
public static final String F_MANIFEST_FP
public static final String F_PLUGIN
public static final String F_FRAGMENT
public static final String F_PROPERTIES
public static final String F_BUILD
public static final String F_CONTENT
public void execute(org.eclipse.core.runtime.IProgressMonitor monitor)
throws de.uka.ipd.sdq.workflow.jobs.JobFailedException,
de.uka.ipd.sdq.workflow.jobs.UserCanceledException
de.uka.ipd.sdq.workflow.jobs.JobFailedExceptionde.uka.ipd.sdq.workflow.jobs.UserCanceledExceptionpublic String getName()
public void cleanup(org.eclipse.core.runtime.IProgressMonitor monitor)
throws de.uka.ipd.sdq.workflow.jobs.CleanupFailedException
de.uka.ipd.sdq.workflow.jobs.CleanupFailedException