Enum Messages.Module

    • Enum Constant Detail

      • LICENSE_ONLY_MODULE

        public static final Messages.Module LICENSE_ONLY_MODULE
      • FILE_FIND_IO_ERROR

        public static final Messages.Module FILE_FIND_IO_ERROR
      • INSTALL_FAILED_MODULE_NOT_VALID

        public static final Messages.Module INSTALL_FAILED_MODULE_NOT_VALID
      • INSTALL_FAILED_MODULE_ALREADY_INSTALLED

        public static final Messages.Module INSTALL_FAILED_MODULE_ALREADY_INSTALLED
      • INSTALL_FAILED_MODULE_NAME_NOT_FOUND

        public static final Messages.Module INSTALL_FAILED_MODULE_NAME_NOT_FOUND
      • INSTALL_MODULE_DIFFERENT_VERSION_PRESENT

        public static final Messages.Module INSTALL_MODULE_DIFFERENT_VERSION_PRESENT
      • UPDATE_FAILED_MODULE_NOT_FOUND

        public static final Messages.Module UPDATE_FAILED_MODULE_NOT_FOUND
      • REMOVE_MODULE_FROM_DIRECTORY_ERROR

        public static final Messages.Module REMOVE_MODULE_FROM_DIRECTORY_ERROR
      • REMOVE_MODULE_FROM_DIRECTORY_EXCEPTION

        public static final Messages.Module REMOVE_MODULE_FROM_DIRECTORY_EXCEPTION
      • REMOVE_FILE_NOT_SUCCESSFUL

        public static final Messages.Module REMOVE_FILE_NOT_SUCCESSFUL
    • Method Detail

      • values

        public static Messages.Module[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (Messages.Module c : Messages.Module.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Messages.Module valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • template

        public String template()
        Specified by:
        template in interface de.codecentric.reedelk.runtime.api.commons.FormattedMessage