Package adams.core
Interface AtomicMoveSupporter
-
- All Known Implementing Classes:
AbstractDataContainerFileImport
,AbstractDataProcessor
,AbstractDbDataProcessor
,AbstractReportFileImport
,DirWatch
,FileProcessor
,MoveFile
public interface AtomicMoveSupporter
Interface for classes that support atomic file move operations.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
atomicMoveTipText()
Returns the tip text for this property.boolean
getAtomicMove()
Returns whether to attempt atomic move operation.void
setAtomicMove(boolean value)
Sets whether to attempt atomic move operation.
-
-
-
Method Detail
-
setAtomicMove
void setAtomicMove(boolean value)
Sets whether to attempt atomic move operation.- Parameters:
value
- if true then attempt atomic move operation
-
getAtomicMove
boolean getAtomicMove()
Returns whether to attempt atomic move operation.- Returns:
- true if to attempt atomic move operation
-
atomicMoveTipText
String atomicMoveTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-