protected class TransformDriver.ScanCheck extends TransformDriver.ExcludeCheck
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
preproc
true if preprocessor files should be deleted. |
protected boolean |
schema
true if schema files should be deleted. |
| Constructor and Description |
|---|
ScanCheck(boolean preproc,
boolean schema)
Construct and instance and store the preprocessor delete setting.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
exclude(java.lang.String name)
Determines if a given name should be excluded from list processing.
|
protected boolean preproc
true if preprocessor files should be deleted.protected boolean schema
true if schema files should be deleted.ScanCheck(boolean preproc,
boolean schema)
preproc - true if preprocessor files should be deleted.schema - true if schema files should be deleted.boolean exclude(java.lang.String name)
exclude in class TransformDriver.ExcludeCheckname - The list element to check.true if the element should be excluded from
list processing.