Class Constants


  • public class Constants
    extends Object
    Constants for the Archive module.
    • Field Detail

      • TRANSLATIONS_BUNDLE

        public static final String TRANSLATIONS_BUNDLE
        Internationalisation resource bundle.
        See Also:
        Constant Field Values
      • FILE_DIRECTORY_NAME

        public static final String FILE_DIRECTORY_NAME
        The name of the directory in which files are stored.
        See Also:
        Constant Field Values
      • TEMPORARY_DIRECTORY_NAME

        public static final String TEMPORARY_DIRECTORY_NAME
        Temporary directory used during upload, where partial files exist, until moved into directory FILE_DIRECTORY_NAME.
        See Also:
        Constant Field Values
      • ATTIC_DIRECTORY_NAME

        public static final String ATTIC_DIRECTORY_NAME
        Directory where "deleted" files are placed".
        See Also:
        Constant Field Values
    • Constructor Detail

      • Constants

        public Constants()