Class ExtensionFileValidator

  • All Implemented Interfaces:
    IFileValidator

    public class ExtensionFileValidator
    extends Object
    implements IFileValidator
    Validates the extension of a file.
    Since:
    14.0.0
    Version:
    $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
    • Constructor Detail

      • ExtensionFileValidator

        public ExtensionFileValidator()
    • Method Detail

      • validate

        public void validate​(FileConfig file)
                      throws PortalException
        Validate the file using property bags defined on instance service. If the property wasn't defined, the validation will be ignored.
        Specified by:
        validate in interface IFileValidator
        Parameters:
        file - The file to be validated.
        Throws:
        FileValidationException - If the validation has failed.
        PortalException - If any error occurs validating the metadata.
        Since:
        14.0.0