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

DataFilesProviderImplementation (NetBeans Project API) - NetBeans API Javadoc 5.0.0

 

org.netbeans.spi.project
Interface DataFilesProviderImplementation

All Known Subinterfaces:
CopyOperationImplementation, DeleteOperationImplementation, MoveOperationImplementation

public interface DataFilesProviderImplementation

Base for various Project Operations, allows to gather metadata and data files for a project.

Since:
1.7

Method Summary
 List getDataFiles()
          Returns list of FileObjects the are considered to be data files and folders belonging into this project.
 List getMetadataFiles()
          Returns list of FileObjects the are considered to be metadata files and folders belonging into this project.
 

Method Detail

getMetadataFiles

public List getMetadataFiles()
Returns list of FileObjects the are considered to be metadata files and folders belonging into this project. See ProjectOperations#getMetadataFiles() for more information.

Returns:
list of FileObjects that are considered metadata files and folders.

getDataFiles

public List getDataFiles()
Returns list of FileObjects the are considered to be data files and folders belonging into this project. See ProjectOperations#getDataFiles() for more information.

Returns:
list of FileObjects that are considered data files and folders.

 

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