Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.storage.sql
Class BinaryManagerDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.core.storage.sql.BinaryManagerDescriptor

public class BinaryManagerDescriptor
extends java.lang.Object

Descriptor for the configuration of a binaries storage.

Author:
Florent Guillaume

Field Summary
static java.lang.String BINARY_STORE
           
 int depth
          The number of intermediate sub-directories to use.
static java.lang.String DEPTH
           
 java.lang.String digest
          The digest, for instance MD5 or SHA-256.
static java.lang.String DIGEST
           
 
Constructor Summary
BinaryManagerDescriptor()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BINARY_STORE

public static final java.lang.String BINARY_STORE
See Also:
Constant Field Values

DIGEST

public static final java.lang.String DIGEST
See Also:
Constant Field Values

DEPTH

public static final java.lang.String DEPTH
See Also:
Constant Field Values

digest

public java.lang.String digest
The digest, for instance MD5 or SHA-256.


depth

public int depth
The number of intermediate sub-directories to use.

Constructor Detail

BinaryManagerDescriptor

public BinaryManagerDescriptor()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.