Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

public class BinaryManagerDescriptor
extends Object

Descriptor for the configuration of a binaries storage.

Author:
Florent Guillaume

Field Summary
static String BINARY_STORE
           
 int depth
          The number of intermediate sub-directories to use.
static String DEPTH
           
 String digest
          The digest, for instance MD5 or SHA-256.
static 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 String BINARY_STORE
See Also:
Constant Field Values

DIGEST

public static final String DIGEST
See Also:
Constant Field Values

DEPTH

public static final String DEPTH
See Also:
Constant Field Values

digest

public 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 ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.