当前页面:
在线文档首页 >
NetBeans API Javadoc 5.0.0
AbstractFileSystem.List (NetBeans File Systems API) - NetBeans API Javadoc 5.0.0
org.openide.filesystems
Interface AbstractFileSystem.List
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- DefaultAttributes, JarFileSystem.Impl, LocalFileSystem.Impl, XMLFileSystem.Impl
- Enclosing interface:
- AbstractFileSystem
- public static interface AbstractFileSystem.List
- extends Serializable
Provides access to the hierarchy of resources.
serialVersionUID
public static final long serialVersionUID
- Deprecated. Only public by accident.
- See Also:
- Constant Field Values
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