ModeShape Distribution 3.0.0.Beta4

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
 Field findField(Class<?> typeClass, String fieldName)
           
 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 Exception
Throws:
Exception

findField

public Field findField(Class<?> typeClass,
                       String fieldName)

ModeShape Distribution 3.0.0.Beta4

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