| Interface | Description |
|---|---|
| PathManager |
The client interface for the
PathManagerService |
| PathManager.Callback |
A callback, see
PathManager.registerCallback(String, Callback, Event...) |
| PathManager.Callback.Handle |
A handle to a callback
|
| PathManager.PathEventContext |
| Class | Description |
|---|---|
| AbsolutePathService |
AbstractPathService implementation for paths that are not relative to other paths. |
| AbstractPathService |
Abstract superclass for services that return a path.
|
| PathAddHandler |
Handler for the path resource add operation.
|
| PathEntry |
Represents a path entry
|
| PathInfoHandler |
Handler for file usage metric which contains the total size of a folder and the usable space (as in Java nio).
|
| PathInfoHandler.Builder | |
| PathManager.ReloadServerCallback |
Factory for a
PathManager.Callback that always calls PathManager.PathEventContext.reloadRequired() from its
Callback#pathModelEvent(PathEventContext, String) method. |
| PathManagerService |
PathManager implementation that exposes additional methods used by the management operation handlers used
for paths, and also exposes the the PathManager as an MSC Service. |
| PathRemoveHandler |
Handler for the path resource remove operation.
|
| PathResourceDefinition |
Definition of a resource type that represents a logical filesystem path.
|
| RelativePathService |
AbstractPathService implementation for paths that are relative
to other paths. |
| ResolvePathHandler |
An operation to resolve a relative-to path.
|
| ResolvePathHandler.Builder |
Build an operation to resolve the
|
| Enum | Description |
|---|---|
| PathManager.Event |
An event triggered when changes are made to a path entry
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.