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

Serialized Form (NetBeans File Systems API) - NetBeans API Javadoc 5.0.0

 

Serialized Form


Package org.openide.filesystems

Class org.openide.filesystems.AbstractFileSystem extends FileSystem implements Serializable

serialVersionUID: -3345098214331282438l

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Reads common fields and state of refresher.


writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Writes the common fields and the state of refresher.

Serialized Fields

list

AbstractFileSystem.List list
Provider of hierarchy of files.


change

AbstractFileSystem.Change change
Methods for modification of files.


transfer

AbstractFileSystem.Transfer transfer
Methods for moving of files. This field can be left null if the filesystem does not require special handling handling of FileObject.move and is satified with the default implementation.


info

AbstractFileSystem.Info info
Methods for obtaining information about files.


attr

AbstractFileSystem.Attr attr
Handling of attributes for files.

Class org.openide.filesystems.DefaultAttributes extends Object implements Serializable

serialVersionUID: -5801291358293736478l

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws ClassNotFoundException,
                        IOException
Methods to ensure backward compatibility for storing and loading classes.

Serialized Fields

info

AbstractFileSystem.Info info
description of the fs to work on - info about files


change

AbstractFileSystem.Change change
description of the fs to work on - work with files


list

AbstractFileSystem.List list
description of the fs to work on - listing of files


fileName

String fileName
file name of attributes (default value corresponds to ATTR_NAME_EXT_XML)

Class org.openide.filesystems.EnvironmentNotSupportedException extends IOException implements Serializable

serialVersionUID: -1138390681913514558l

Serialized Fields

fs

FileSystem fs
Deprecated. 
the throwing exception

Class org.openide.filesystems.FileAlreadyLockedException extends IOException implements Serializable

serialVersionUID: -4466344756249789982l

Class org.openide.filesystems.FileAttributeEvent extends FileEvent implements Serializable

serialVersionUID: -8601944809928093922l

Serialized Fields

name

String name
Name of attribute.


oldValue

Object oldValue
Old value of attribute


newValue

Object newValue
New value of attribute

Class org.openide.filesystems.FileEvent extends EventObject implements Serializable

serialVersionUID: 1028087432345400108l

Serialized Fields

file

FileObject file
Original file object where the action took place.


time

long time
time when this event has been fired


expected

boolean expected
is expected?


atomActionID

EventControl.AtomicActionLink atomActionID

Class org.openide.filesystems.FileObject extends Object implements Serializable

serialVersionUID: 85305031923497718l

Class org.openide.filesystems.FileRenameEvent extends FileEvent implements Serializable

serialVersionUID: -3947658371806653711l

Serialized Fields

name

String name
Original name of the file.


ext

String ext
Original extension of the file.

Class org.openide.filesystems.FileStateInvalidException extends IOException implements Serializable

serialVersionUID: -4987532595879330362l

Serialized Fields

fileSystemName

String fileSystemName
The name of the filesystem containing the bad FileObject

Class org.openide.filesystems.FileStatusEvent extends EventObject implements Serializable

serialVersionUID: -6428208118782405291l

Serialized Fields

files

Set files
changed files


icon

boolean icon
icon changed?


name

boolean name
name changed?

Class org.openide.filesystems.FileSystem extends Object implements Serializable

serialVersionUID: -8931487924240189180l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Reads object from stream and creates listeners.

Throws:
IOException - error during read
ClassNotFoundException - when class not found
Serialized Fields

capability

FileSystemCapability capability
Describes capabilities of the filesystem.


hidden

boolean hidden
hidden flag


systemName

String systemName
system name

Class org.openide.filesystems.FileSystemCapability.Bean extends FileSystemCapability implements Serializable

serialVersionUID: 627905674809532736l

Serialized Fields

compilation

boolean compilation
Deprecated. 
compilation


execution

boolean execution
Deprecated. 
execution


debug

boolean debug
Deprecated. 
debugging


doc

boolean doc
Deprecated. 
doc

Class org.openide.filesystems.JarFileSystem extends AbstractFileSystem implements Serializable

serialVersionUID: -98124752801761145l

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Initializes the root of FS.

Serialized Fields

root

File root
Archive file.1


checkTime

int checkTime

Class org.openide.filesystems.JarFileSystem.Impl extends Object implements Serializable

serialVersionUID: -67233308132567232l

Serialized Fields

fs

JarFileSystem fs
the pointer to filesystem

Class org.openide.filesystems.LocalFileSystem extends AbstractFileSystem implements Serializable

serialVersionUID: -5355566113542272442l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException - error during read
ClassNotFoundException - when class not found
Serialized Fields

rootFile

File rootFile
root file


readOnly

boolean readOnly
is read only

Class org.openide.filesystems.LocalFileSystem.Impl extends Object implements Serializable

serialVersionUID: -8432015909317698511l

Serialized Fields

fs

LocalFileSystem fs
pointer to local filesystem

Class org.openide.filesystems.MultiFileSystem extends FileSystem implements Serializable

serialVersionUID: -767493828111559560l

Serialized Fields

systems

FileSystem[] systems
array of fs. the filesystem at position 0 can be null, because it is writable filesystem. Others are only for read access


propagateMasks

boolean propagateMasks
See Also:
MultiFileSystem.getPropagateMasks()

Class org.openide.filesystems.Repository extends Object implements Serializable

serialVersionUID: -6344768369160069704l

Serialization Methods

writeReplace

private Object writeReplace()
Writes the object to the stream.

Serialized Fields

fileSystems

ArrayList fileSystems
list of filesystems (FileSystem)


system

FileSystem system
the system filesystem


names

Hashtable names
hashtable that maps system names to FileSystems


listeners

Hashtable listeners
hashtable for listeners on changes in the filesystem. Its elements are of type (RepositoryListener, RepositoryListener)


vetoListener

VetoableChangeListener vetoListener
vetoable listener on systemName property of filesystem


propListener

PropertyChangeListener propListener
property listener on systemName property of filesystem

Class org.openide.filesystems.RepositoryEvent extends EventObject implements Serializable

serialVersionUID: 5466690014963965717l

Serialized Fields

fileSystem

FileSystem fileSystem
the modifying filesystem


add

boolean add
added or removed

Class org.openide.filesystems.RepositoryReorderedEvent extends EventObject implements Serializable

serialVersionUID: -5473107156345392581l

Serialized Fields

perm

int[] perm
permutation

Class org.openide.filesystems.XMLFileSystem extends AbstractFileSystem implements Serializable

serialVersionUID: 28974107313702326l

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Initializes the root of FS.

Serialized Fields

urlsToXml

URL[] urlsToXml
Url location of XML document

Class org.openide.filesystems.XMLFileSystem.Impl extends Object implements Serializable

serialVersionUID: -67233358102597232l

Serialized Fields

fs

XMLFileSystem fs
the pointer to filesystem


 

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