Package kilim.analysis
Class DirIterator.DirEntry
java.lang.Object
kilim.analysis.FileLister.Entry
kilim.analysis.DirIterator.DirEntry
- Enclosing class:
DirIterator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheck if a newer version of the file exists in an output directory.longgetSize()
-
Field Details
-
file
-
-
Constructor Details
-
DirEntry
DirEntry(File f)
-
-
Method Details
-
getSize
public long getSize()- Specified by:
getSizein classFileLister.Entry
-
getFileName
- Specified by:
getFileNamein classFileLister.Entry
-
getInputStream
- Specified by:
getInputStreamin classFileLister.Entry- Throws:
IOException
-
check
Description copied from class:FileLister.Entrycheck if a newer version of the file exists in an output directory. false negatives are allowed- Overrides:
checkin classFileLister.Entry- Parameters:
outdir- the output directory- Returns:
- true if the newer version exists
-