Package | Description |
---|---|
org.modeshape.connector.filesystem | |
org.modeshape.connector.git | |
org.modeshape.connector.meta.jdbc | |
org.modeshape.jcr | |
org.modeshape.jcr.federation | |
org.modeshape.jcr.federation.spi |
This package provides a Service Provider Interface (SPI) for connectors to external systems.
|
Modifier and Type | Class and Description |
---|---|
class |
FileSystemConnector
Connector implementation that exposes a single directory on the local file system. |
class |
LargeFileSystemConnector |
Modifier and Type | Class and Description |
---|---|
class |
GitConnector
A read-only
Connector that accesses the content in a local Git repository that is a clone of a remote repository. |
Modifier and Type | Class and Description |
---|---|
class |
JdbcMetadataConnector
Readonly connector which exposes JDBC metadata.
|
Modifier and Type | Method and Description |
---|---|
Connector |
Connectors.getConnectorForSourceKey(String sourceKey)
Returns the connector which is mapped to the given source key.
|
Connector |
Connectors.getConnectorForSourceName(String sourceName)
Returns a connector which was registered for the given source name.
|
Connector |
Connectors.Snapshot.getConnectorWithSourceKey(String sourceKey)
Get the
Connector instance that has the same source key (generated from the connector's
source name ). |
protected Connector |
Connectors.instantiateConnector(RepositoryConfiguration.Component component) |
Modifier and Type | Method and Description |
---|---|
Collection<Connector> |
Connectors.Snapshot.getConnectors()
Get the
Connector instances. |
Modifier and Type | Method and Description |
---|---|
Connectors.PathMappings |
Connectors.getPathMappings(Connector connector)
Get the immutable mappings from connector-specific external paths to projected, repository paths.
|
Connectors.PathMappings |
Connectors.Snapshot.getPathMappings(Connector connector)
Get the immutable mappings from connector-specific external paths to projected, repository paths.
|
protected Set<String> |
Connectors.getWorkspacesWithProjectionsFor(Connector connector) |
Set<String> |
Connectors.Snapshot.getWorkspacesWithProjectionsFor(Connector connector)
Get the set of workspace names that contain projections of the supplied connector.
|
protected void |
Connectors.initializeConnector(Connector connector,
NamespaceRegistry registry,
NodeTypeManager nodeTypeManager) |
Modifier and Type | Method and Description |
---|---|
protected Connectors.Snapshot |
Connectors.Snapshot.withoutConnectors(Iterable<Connector> connectors)
Create a new snapshot that is a copy of this snapshot but which excludes any of the supplied connector instances.
|
Constructor and Description |
---|
NoExtraPropertiesStorage(Connector connector) |
Modifier and Type | Class and Description |
---|---|
class |
ReadOnlyConnector
A specialized abstract
Connector class that is readable and can never update content. |
class |
WritableConnector
A specialized abstract
Connector class that is support both reads and writes. |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.