站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.5.1

AbstractFileSystem.List (NetBeans File Systems API) - NetBeans API Javadoc 5.5.1

org.openide.filesystems 6.4.31

org.openide.filesystems
Interface AbstractFileSystem.List

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultAttributes, JarFileSystem.Impl, LocalFileSystem.Impl, XMLFileSystem.Impl
Enclosing class:
AbstractFileSystem

public static interface AbstractFileSystem.List
extends Serializable

Provides access to the hierarchy of resources.


Field Summary
static long serialVersionUID
          Deprecated. Only public by accident.
 
Method Summary
 String[] children(String f)
          Get a list of children files for a given folder.
 

Field Detail

serialVersionUID

static final long serialVersionUID
Deprecated. Only public by accident.
See Also:
Constant Field Values
Method Detail

children

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

org.openide.filesystems 6.4.31

Built on March 26 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.