Class FlatOmitPrefixLayoutConfig

    • Constructor Detail

      • FlatOmitPrefixLayoutConfig

        public FlatOmitPrefixLayoutConfig()
    • Method Detail

      • hasParameters

        public boolean hasParameters()
        Description copied from interface: OcflExtensionConfig
        Indicates if the extension defines parameters.
        Specified by:
        hasParameters in interface OcflExtensionConfig
        Returns:
        true if the extension defines parameters; false otherwise
      • getDelimiter

        public String getDelimiter()
        Returns:
        the delimiter marking end of prefix
      • setDelimiter

        public FlatOmitPrefixLayoutConfig setDelimiter​(String delimiter)
        The case-insensitive, delimiter marking the end of the OCFL object identifier prefix; MUST consist of a character string of length one or greater. If the delimiter is found multiple times in the OCFL object identifier, its last occurence (right-most) will be used to select the termination of the prefix.
        Parameters:
        delimiter - marking the end of prefix
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object