Package | Description |
---|---|
org.modeshape.connector.filesystem | |
org.modeshape.connector.git | |
org.modeshape.jcr.cache.document | |
org.modeshape.jcr.federation | |
org.modeshape.jcr.spi.federation |
This package provides a Service Provider Interface (SPI) for connectors to external systems.
|
org.modeshape.jcr.value.binary |
Modifier and Type | Method and Description |
---|---|
protected ExternalBinaryValue |
FileSystemConnector.binaryFor(File file)
Utility method for creating a
BinaryValue for the given File object. |
protected ExternalBinaryValue |
LargeFileSystemConnector.createBinaryValue(File file)
Utility method to create a
BinaryValue object for the given file overriding FileSystemConnector. |
protected ExternalBinaryValue |
FileSystemConnector.createBinaryValue(File file)
Utility method to create a
BinaryValue object for the given file. |
ExternalBinaryValue |
FileSystemConnector.getBinaryValue(String id) |
Modifier and Type | Class and Description |
---|---|
class |
GitBinaryValue
A
BinaryValue implementation used to read the content of a specific object ID from the supplied repository. |
Modifier and Type | Method and Description |
---|---|
ExternalBinaryValue |
GitConnector.getBinaryValue(String id) |
Modifier and Type | Method and Description |
---|---|
ExternalBinaryValue |
LocalDocumentStore.getExternalBinary(String sourceName,
String id) |
ExternalBinaryValue |
DocumentStore.getExternalBinary(String sourceName,
String id)
Retrieves a binary value which has the given id and which is not stored by ModeShape.
|
Modifier and Type | Method and Description |
---|---|
ExternalBinaryValue |
FederatedDocumentStore.getExternalBinary(String sourceName,
String id) |
ExternalBinaryValue |
ExternalDocumentStore.getExternalBinary(String sourceName,
String id) |
Modifier and Type | Method and Description |
---|---|
ExternalBinaryValue |
Connector.getBinaryValue(String id)
Returns a binary value which is connector specific and which is never stored by ModeShape.
|
Modifier and Type | Class and Description |
---|---|
class |
FileUrlBinaryValue
A subclass of
UrlBinaryValue to lazily compute a contentBased Hash when the key is a URI based Hash |
class |
UrlBinaryValue
A
BinaryValue implementation used to read the content of a resolvable URL. |
Copyright © 2008-2015 JBoss, a division of Red Hat. All Rights Reserved.