Class DefaultFileSystemNamingStrategy

  • All Implemented Interfaces:
    IFileSystemNamingStrategy

    public class DefaultFileSystemNamingStrategy
    extends Object
    implements IFileSystemNamingStrategy
    This class assumes that the String representation of the GUID that used to identify content is a suitable value to create files and directories through the provided FileSystemConnection. In other words: it is expected that a file can be created of which the name matches any GUID value. Note that this implementation stores all content in files that live under one shared directory. When the amount of content sets grows, this can introduce performance issues in the file system.
    Since:
    9.3
    Author:
    G. der Kinderen
    • Constructor Detail

      • DefaultFileSystemNamingStrategy

        public DefaultFileSystemNamingStrategy()