Package org.jbundle.jbackup.source
Interface SourceFileList
-
- All Superinterfaces:
Iterator<SourceFile>
- All Known Implementing Classes:
BaseSource,FilesystemSource,ZipSource
public interface SourceFileList extends Iterator<SourceFile>
This interface is used to read through the source files.- Version:
- Author:
- Administrator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfinishTransfer(Properties properties)voidinitTransfer(Properties properties)-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-
-
-
Method Detail
-
initTransfer
void initTransfer(Properties properties)
-
finishTransfer
void finishTransfer(Properties properties)
-
-