Package org.dashbuilder.shared.service
Interface ImportValidationService
-
- All Known Implementing Classes:
ImportValidationServiceImpl
public interface ImportValidationServiceValidates an imported ZIP file
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanvalidate(String file)Validate the file from the given path.
-
-
-
Method Detail
-
validate
boolean validate(String file)
Validate the file from the given path.- Parameters:
file- The File path- Returns:
- true if the file is valid, false otherwise;
-
-