@Immutable public class RepositoryConfiguration.BinaryStorage extends Object
Modifier | Constructor and Description |
---|---|
protected |
BinaryStorage(Document binaryStorage) |
Modifier and Type | Method and Description |
---|---|
BinaryStore |
getBinaryStore() |
protected MimeTypeDetector |
getMimeTypeDetector(Environment environment) |
long |
getMinimumBinarySizeInBytes() |
long |
getMinimumStringSize() |
String |
getType()
Returns the type of the configured binary store.
|
protected BinaryStorage(Document binaryStorage)
public long getMinimumBinarySizeInBytes()
public long getMinimumStringSize()
public BinaryStore getBinaryStore() throws Exception
Exception
public String getType()
null
protected MimeTypeDetector getMimeTypeDetector(Environment environment)
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.