protected static class TransformDriver.JobDefinition
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
abortOnError
Abort on error flag.
|
java.util.List<java.lang.String> |
cfgProfiles
The optional configuration profile(s).
|
int |
debug
Debug level.
|
FileList |
files
4GL source files to process.
|
boolean |
incremental
Flag indicating if the incremental conversion mode is on.
|
RunMode |
mode
Defines the features of this job.
|
int |
threads
Number of threads to use for the scan.
|
java.lang.String |
transform
User-defined rule-set.
|
| Modifier | Constructor and Description |
|---|---|
protected |
JobDefinition(RunMode run,
java.lang.String transform,
FileList files,
java.util.List<java.lang.String> cfgProfiles,
int threads,
boolean abortOnError,
boolean incremental,
int debug)
Defines a new job.
|
public final boolean incremental
public FileList files
public final int debug
public final RunMode mode
public final boolean abortOnError
public final int threads
public final java.lang.String transform
public final java.util.List<java.lang.String> cfgProfiles
protected JobDefinition(RunMode run, java.lang.String transform, FileList files, java.util.List<java.lang.String> cfgProfiles, int threads, boolean abortOnError, boolean incremental, int debug)
run - Defines the features of this job.transform - User-defined rule-set.files - The 4GL source files to process.cfgProfiles - The optional configuration profiles.threads - Number of threads to use for the scan.abortOnError - Abort on error flag.incremental - Flag indicating if the incremental conversion mode is on.debug - The debug level.