| Package | Description |
|---|---|
| oracle.ide.net |
Provides a virtual file system framework based on java.net.URL.
|
| oracle.jdeveloper.vcs.spi |
Contains extension-level service provider interfaces for version control system integraton.
|
| oracle.jdeveloper.vcs.util |
Contains assorted stateless utilities for version control system integraton.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TraceFileSystemAccess
TraceFileSystemAccess traces accesses to the decorated helper.
|
| Modifier and Type | Method and Description |
|---|---|
void |
URLFileSystemHelperDecorator.insertNextDecorator(URLFileSystemHelperDecorator decorator)
Inserts the specified decorator into the decorator linked list after
this decorator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VCSURLFileSystemHelper
Base class for URLFileSystem helper decorator objects suitable for
version system integration.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
VCSFileSystemUtils.registerDecorator(java.lang.String protocol,
URLFileSystemHelperDecorator decorator)
Registers the specified
URLFileSystemHelperDecorator as an element
in the chain of objects that can handle URLFileSystem operations
for URLs of the specified protocol. |