java.io.SerializableDefaultAttributes, JarFileSystem.Impl, LocalFileSystem.Impl, XMLFileSystem.Implpublic static interface AbstractFileSystem.List
extends java.io.Serializable
| Modifier and Type | Field | Description |
|---|---|---|
static long |
serialVersionUID |
Deprecated.
Only public by accident.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String[] |
children(java.lang.String f) |
Get a list of children files for a given folder.
|
@Deprecated static final long serialVersionUID
java.lang.String[] children(java.lang.String f)
f - the folder, by name; e.g. top/next/afterthatfile.ext (no path)
the array can contain null values that will be ignoredBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.