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. Still used by LocalBlobStoreConfiguration.
  • Field Details

  • Constructor Details

    • BinaryManagerRootDescriptor

      public BinaryManagerRootDescriptor()
  • Method Details

    • write

      public void write(File out) throws IOException
      Writes the descriptor to an XML file.
      Parameters:
      out - the output file to use
      Throws:
      IOException