ModeShape Distribution 3.2.0.Final

Uses of Class
org.modeshape.jcr.value.binary.AbstractBinary

Packages that use AbstractBinary
org.modeshape.connector.git   
org.modeshape.jcr.value.binary   
 

Uses of AbstractBinary in org.modeshape.connector.git
 

Subclasses of AbstractBinary in org.modeshape.connector.git
 class GitBinaryValue
          A BinaryValue implementation used to read the content of a specific object ID from the supplied repository.
 

Uses of AbstractBinary in org.modeshape.jcr.value.binary
 

Subclasses of AbstractBinary in org.modeshape.jcr.value.binary
 class EmptyBinaryValue
          An empty BinaryValue value.
 class ExternalBinaryValue
          BinaryValue implementation that represents a binary value that resides outside of ModeShape's binary store.
 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.
 


ModeShape Distribution 3.2.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.