Interface | Description |
---|---|
IContainer |
A container that holds multiple items.
|
IDirectory |
The representation of a directory in a file system.
|
IItem |
An item is always associated to a container.
|
INamedElement |
Common API for elements with a name.
|
ISubContainer |
Defines a container that can be put as item into another container.
|
Class | Description |
---|---|
AbstractContainer |
Abstract implementation of a container that holds multiple items.
|
AbstractSubContainer |
General implementation of a sub container that has a parent container and
contains 0-n items.
|
RootFolder |
Represents the root folder in a unix file system.
|
SubDirectory | |
WindowsDrive |
Represents a single virtual or physical drive in a Windows system.
|