Package lumis.portal.file
Class ExtensionFileValidator
- java.lang.Object
-
- lumis.portal.file.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 Summary
Constructors Constructor Description ExtensionFileValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validate(FileConfig file)
Validate the file using property bags defined on instance service.
-
-
-
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 interfaceIFileValidator
- 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
-
-