|
ModeShape Distribution 3.2.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connector | |
---|---|
org.modeshape.connector.filesystem | |
org.modeshape.connector.git | |
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. |
Uses of Connector in org.modeshape.connector.filesystem |
---|
Subclasses of Connector in org.modeshape.connector.filesystem | |
---|---|
class |
FileSystemConnector
Connector implementation that exposes a single directory on the local file system. |
Uses of Connector in org.modeshape.connector.git |
---|
Subclasses of Connector in org.modeshape.connector.git | |
---|---|
class |
GitConnector
A read-only Connector that accesses the content in a local Git repository that is a clone of a remote repository. |
Uses of Connector in org.modeshape.jcr |
---|
Methods in org.modeshape.jcr that return Connector | |
---|---|
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. |
protected Connector |
Connectors.instantiateConnector(RepositoryConfiguration.Component component)
|
Methods in org.modeshape.jcr with parameters of type Connector | |
---|---|
protected void |
Connectors.initializeConnector(Connector connector,
NamespaceRegistry registry,
NodeTypeManager nodeTypeManager)
|
protected void |
Connectors.registerConnector(Connector connector)
|
Uses of Connector in org.modeshape.jcr.federation |
---|
Constructors in org.modeshape.jcr.federation with parameters of type Connector | |
---|---|
NoExtraPropertiesStorage(Connector connector)
|
Uses of Connector in org.modeshape.jcr.federation.spi |
---|
Subclasses of Connector in org.modeshape.jcr.federation.spi | |
---|---|
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. |
|
ModeShape Distribution 3.2.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |