org.openide.filesystems
Interface AbstractFileSystem.List
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- XMLFileSystem.Impl, JarFileSystem.Impl, DefaultAttributes, LocalFileSystem.Impl
- Enclosing class:
- AbstractFileSystem
- public static interface AbstractFileSystem.List
- extends Serializable
Provides access to the hierarchy of resources.
serialVersionUID
public static final long serialVersionUID
children
public String[] children(String f)
- Get a list of children files for a given folder.
- Parameters:
f
- the folder, by name; e.g. top/next/afterthat
- Returns:
- a list of children of the folder, as
file.ext
(no path)
the array can contain null
values that will be ignored
Built on December 12 2001. | Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.