Package | Description |
---|---|
org.modeshape.connector.git | |
org.modeshape.jcr.value.binary |
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 | Class and Description |
---|---|
class |
EmptyBinaryValue
An empty
BinaryValue value. |
class |
ExternalBinaryValue
BinaryValue implementation that represents a binary value that resides outside of ModeShape's
binary store. |
class |
FileUrlBinaryValue
A subclass of
UrlBinaryValue to lazily compute a contentBased Hash when the key is a URI based Hash |
class |
InMemoryBinaryValue
An implementation of
BinaryValue that keeps the binary data in-memory. |
class |
StoredBinaryValue
A
BinaryValue implementation that gets the content from the BinaryStore . |
class |
UrlBinaryValue
A
BinaryValue implementation used to read the content of a resolvable URL. |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.