|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.item.util.FileUtils
public class FileUtils
Utility methods for files used in batch processing.
| Method Summary | |
|---|---|
static void |
setUpOutputFile(java.io.File file,
boolean restarted,
boolean overwriteOutputFile)
Set up output file for batch processing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void setUpOutputFile(java.io.File file,
boolean restarted,
boolean overwriteOutputFile)
file - file to be set uprestarted - true signals that we are restarting output file
processingoverwriteOutputFile - If set to true, output file will be
overwritten (this flag is ignored when processing is restart)
java.lang.IllegalArgumentException - when file is null
ItemStreamException - when starting output file processing, file
exists and flag "overwriteOutputFile" is set to false
ItemStreamException - when unable to create file or file is not
writable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||