ModeShape Distribution 3.0.0.Beta1

org.modeshape.jcr
Class RepositoryConfiguration.BinaryStorage

java.lang.Object
  extended by org.modeshape.jcr.RepositoryConfiguration.BinaryStorage
Enclosing class:
RepositoryConfiguration

@Immutable
public class RepositoryConfiguration.BinaryStorage
extends Object

The binary-storage-related configuration information.


Constructor Summary
protected RepositoryConfiguration.BinaryStorage(Document binaryStorage)
           
 
Method Summary
 AbstractBinaryStore getBinaryStore()
           
 long getMinimumBinarySizeInBytes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryConfiguration.BinaryStorage

protected RepositoryConfiguration.BinaryStorage(Document binaryStorage)
Method Detail

getMinimumBinarySizeInBytes

public long getMinimumBinarySizeInBytes()

getBinaryStore

public AbstractBinaryStore getBinaryStore()
                                   throws NamingException,
                                          IOException
Throws:
NamingException
IOException

ModeShape Distribution 3.0.0.Beta1

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