Package | Description |
---|---|
org.openide.filesystems |
NetBeans internally uses the concept of a
virtual filesystem.
|
Modifier and Type | Class and Description |
---|---|
static class |
JarFileSystem.Impl
Implementation of all interfaces List, Change, Info and Attr
that delegates to JarFileSystem
|
static class |
LocalFileSystem.Impl
The implementation class that implements List, Info
and Change interfaces and delegates all the methods
to appropriate methods of LocalFileSystem.
|
static class |
XMLFileSystem.Impl
Implementation of all interfaces List, Change, Info and Attr
that delegates to XMLFileSystem
|
Modifier and Type | Field and Description |
---|---|
protected AbstractFileSystem.Change |
AbstractFileSystem.change
Methods for modification of files.
|
Constructor and Description |
---|
DefaultAttributes(AbstractFileSystem.Info info,
AbstractFileSystem.Change change,
AbstractFileSystem.List list)
Constructor.
|
DefaultAttributes(AbstractFileSystem.Info info,
AbstractFileSystem.Change change,
AbstractFileSystem.List list,
String fileName)
Constructor.
|
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.