| Constructor and Description |
|---|
AbstractHttpVfs() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canList(String path)
Returns whether the file at the specified
path is a directory. |
List<String> |
list(String path)
Lists the files at the specified directory
path non-recursively. |
String |
toString()
Returns the
HttpVfs.meterTag() of this HttpVfs. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitget, meterTag, of, of, of, ofClassPath, ofClassPath, ofFileSystem, ofFileSystempublic boolean canList(String path)
HttpVfspath is a directory.public List<String> list(String path)
HttpVfspath non-recursively.list in interface HttpVfspath - an absolute path that starts with '/', whose component separator is '/''/'. If the directory does not exist or the file listing is not available,
an empty List is returned.public String toString()
HttpVfs.meterTag() of this HttpVfs.Copyright © 2020 LeanCloud. All rights reserved.