public interface LocalFile
TwillRunnable
.Modifier and Type | Method and Description |
---|---|
long |
getLastModified()
Returns the the last modified time of the file or
-1 if unknown. |
String |
getName() |
String |
getPattern() |
long |
getSize()
Returns the size of the file or
-1 if unknown. |
URI |
getURI() |
boolean |
isArchive()
Indicates whether this file is an archive.
|
String getName()
URI getURI()
long getLastModified()
-1
if unknown.long getSize()
-1
if unknown.boolean isArchive()
Copyright © 2013-2016 The Apache Software Foundation. All rights reserved.