Package org.apache.camel.maven.packaging
Class ValidateHelper
- java.lang.Object
-
- org.apache.camel.maven.packaging.ValidateHelper
-
public final class ValidateHelper extends Object
Validation helper for validating components, data formats and languages
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
validate(File file, ErrorDetail errorDetail)
Validates the component json file
-
-
-
Method Detail
-
validate
public static void validate(File file, ErrorDetail errorDetail)
Validates the component json file- Parameters:
file
- the json fileerrorDetail
- details to add errors
-
-