|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Control process of creating data collection.
| Field Summary | |
static int |
CANCEL
Constant for cancel operation. |
static int |
OVERWRITE_ALL
Constant for enable overwrite all files. |
static int |
OVERWRITE_ONE
Constant for enable overwrite one file. |
static int |
REMOVE_ALL
Constant indicating that all old files should be removed. |
| Method Summary | |
int |
fileAlreadyExists(java.io.File file)
Control of creating data collection when file overwriting needed. |
FunctionJobControl |
getJobControl()
Returns job control for process of collection creating. |
int |
getLastAnswer()
|
void |
setJobControl(FunctionJobControl jc)
Set job control for process of collection creating. |
| Field Detail |
public static final int CANCEL
public static final int OVERWRITE_ONE
public static final int OVERWRITE_ALL
public static final int REMOVE_ALL
| Method Detail |
public int fileAlreadyExists(java.io.File file)
file - File which will be overwritten.
CANCEL,
OVERWRITE_ONE,
OVERWRITE_ALLpublic int getLastAnswer()
public void setJobControl(FunctionJobControl jc)
jc - Job control.public FunctionJobControl getJobControl()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||