public interface LocalSourceFile
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<? extends LocalSourceFile> |
getChildren(LocalFileFilter filter) |
java.io.InputStream |
getInputStream() |
long |
getLastAccessTime()
Returns last access time for the underlying file.
|
long |
getLastModifiedTime()
Returns last access time for the underlying file.
|
long |
getLength() |
java.lang.String |
getName() |
int |
getPermissions()
Returns the permissions for the underlying file
|
boolean |
isDirectory() |
boolean |
isFile() |
boolean |
providesAtimeMtime() |
java.lang.String getName()
long getLength()
java.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOExceptionint getPermissions()
throws java.io.IOException
java.io.IOExceptionboolean isFile()
boolean isDirectory()
java.lang.Iterable<? extends LocalSourceFile> getChildren(LocalFileFilter filter) throws java.io.IOException
java.io.IOExceptionboolean providesAtimeMtime()
long getLastAccessTime()
throws java.io.IOException
java.io.IOExceptionlong getLastModifiedTime()
throws java.io.IOException
java.io.IOException