Package org.nuxeo.ecm.core.blob.binary
Class BinaryManagerRootDescriptor
- java.lang.Object
 - 
- org.nuxeo.ecm.core.blob.binary.BinaryManagerRootDescriptor
 
 
- 
public class BinaryManagerRootDescriptor extends Object
Descriptor for the configuration of an on-disk binaries storage. 
- 
- 
Constructor Summary
Constructors Constructor Description BinaryManagerRootDescriptor() 
 - 
 
- 
- 
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 instanceMD5orSHA-256. 
- 
depth
public int depth
The number of intermediate sub-directories to use. 
 - 
 
- 
Method Detail
- 
write
public void write(File out) throws IOException
Writes the descriptor to an XML file.- Parameters:
 out- the output file to use- Throws:
 IOException
 
 - 
 
 -