public interface FeatureFile
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRead() |
boolean |
exists() |
String |
getAbsolutePath() |
String |
getContent() |
InputStream |
getInputStream() |
String |
getName() |
String |
getPath() |
boolean |
isDirectory() |
long |
lastModified() |
FeatureFile[] |
listFiles() |
URI |
toURI() |
String getName()
String getPath()
String getAbsolutePath()
boolean exists()
boolean canRead()
boolean isDirectory()
FeatureFile[] listFiles() throws IOException
IOExceptionURI toURI()
InputStream getInputStream() throws IOException
IOExceptionString getContent() throws IOException
IOExceptionlong lastModified()
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.