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