public abstract static class FileLister.Entry
extends java.lang.Object
| Constructor and Description |
|---|
Entry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(java.lang.String outdir)
check if a newer version of the file exists in an output directory.
|
abstract java.lang.String |
getFileName() |
abstract java.io.InputStream |
getInputStream() |
abstract long |
getSize() |
public abstract java.lang.String getFileName()
public abstract long getSize()
public abstract java.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOExceptionpublic boolean check(java.lang.String outdir)
outdir - the output directory