public class Process extends Object
Constructor and Description |
---|
Process(TemplateCore template,
Element element,
String id)
Constructor to create a process.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
getMacros() |
boolean |
isReadyToProcess() |
org.eclipse.core.runtime.IStatus |
process(org.eclipse.core.runtime.IProgressMonitor monitor)
Executes this process
|
String |
toString() |
public static final String ELEM_TYPE
public Process(TemplateCore template, Element element, String id)
template
- element
- id
- public boolean isReadyToProcess()
public org.eclipse.core.runtime.IStatus process(org.eclipse.core.runtime.IProgressMonitor monitor) throws ProcessFailureException
monitor
- ProcessFailureException
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.