public class CopyAllLayersFiles extends java.lang.Object implements ProcessStep
PortableViewCompiler process step
This steps copy all layer data into workFolder. This process is:
ProcessData.fileMapping
From ProcessData Uses:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ROOT_LAYER_FOLDER_NAME |
| Constructor and Description |
|---|
CopyAllLayersFiles() |
| Modifier and Type | Method and Description |
|---|---|
void |
doProcess(ProcessData data,
int stepPercent)
Execute process
|
java.lang.String |
getStepDescriptionKey() |
public static final java.lang.String ROOT_LAYER_FOLDER_NAME
public java.lang.String getStepDescriptionKey()
getStepDescriptionKey in interface ProcessSteppublic void doProcess(ProcessData data, int stepPercent) throws CompilationException
ProcessStepdoProcess in interface ProcessStepdata - process dataCompilationException