Package kilim.analysis
Class FileLister.Entry
java.lang.Object
kilim.analysis.FileLister.Entry
- Direct Known Subclasses:
DirIterator.DirEntry,JarIterator.JEntry
- Enclosing class:
FileLister
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheck if a newer version of the file exists in an output directory.abstract Stringabstract InputStreamabstract longgetSize()
-
Constructor Details
-
Entry
public Entry()
-
-
Method Details
-
getFileName
-
getSize
public abstract long getSize() -
getInputStream
- Throws:
IOException
-
check
check if a newer version of the file exists in an output directory. false negatives are allowed- Parameters:
outdir- the output directory- Returns:
- true if the newer version exists
-