站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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.


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

public static final long serialVersionUID
Deprecated. Only public by accident.

See Also:
Constant Field Values
Method Detail

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 May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.