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

org.netbeans.modules.vcscore.turbo.local (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

Package org.netbeans.modules.vcscore.turbo.local

File attributes management framework.

See:
          Description

Interface Summary
FileAttributeListener Callback interface notifying observers about attribute value or existence change
FileAttributeProvider SPI, extension point allowing third parties to redefine attribute reading and writing.
 

Class Summary
FileAttributeProvider.MemoryCache Provides direct access to memory layer without delegating to providers layer.
FileAttributeQuery Extensible support for file attributes.
 

Package org.netbeans.modules.vcscore.turbo.local Description

File attributes management framework.

Pluggable File Attributes package

The package supports file attributes management. Attributes can be provided by plugged in providers, The implementation supports providers results caching.

Clients Interface

Clients should start at FileAttributeQuery class. It allows to query for attribute values, to determine their readiness, to write them down and supports listening on attribute changes.

Providers Interface

Attribute providers should start at FileAttributeProvider implement it and register it using system filesystem at Services/FileAttributeProviders/Default.

Attribute Definition

Both providers and clients must understand attribute definiton they are using. The attribute definitions are not covered by this package.


 

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