Interface BackupBackendCfgClient

    • Method Detail

      • getBackupDirectory

        SortedSet<String> getBackupDirectory()
        Gets the "backup-directory" property.

        Specifies the path to a backup directory containing one or more backups for a particular backend.

        This is a multivalued property. Each value may specify a different backup directory if desired (one for each backend for which backups are taken). Values may be either absolute paths or paths that are relative to the base of the OpenDJ directory server installation.

        Returns:
        Returns the values of the "backup-directory" property.
      • setBackupDirectory

        void setBackupDirectory​(Collection<String> values)
                         throws PropertyException
        Sets the "backup-directory" property.

        Specifies the path to a backup directory containing one or more backups for a particular backend.

        This is a multivalued property. Each value may specify a different backup directory if desired (one for each backend for which backups are taken). Values may be either absolute paths or paths that are relative to the base of the OpenDJ directory server installation.

        Parameters:
        values - The values of the "backup-directory" property.
        Throws:
        PropertyException - If one or more of the new values are invalid.
      • getJavaClass

        String getJavaClass()
        Gets the "java-class" property.

        Specifies the fully-qualified name of the Java class that provides the backend implementation.

        Specified by:
        getJavaClass in interface BackendCfgClient
        Specified by:
        getJavaClass in interface LocalBackendCfgClient
        Returns:
        Returns the value of the "java-class" property.