Class ComponentValidator


  • public class ComponentValidator
    extends Validator
    A validator for bundles. Uses BND library for some of the validation (not active yet)
    Since:
    2010-11-11
    Author:
    hmusum
    • Constructor Detail

      • ComponentValidator

        public ComponentValidator()
      • ComponentValidator

        public ComponentValidator​(JarFile jarFile)
    • Method Detail

      • validate

        public void validate​(VespaModel model,
                             DeployState deployState)
        Description copied from class: Validator
        Validates the input vespamodel
        Specified by:
        validate in class Validator
        Parameters:
        model - a VespaModel object
        deployState - the DeployState built from building the model
      • validateAll

        public void validateAll​(com.yahoo.config.application.api.DeployLogger deployLogger)
                         throws IOException
        Throws:
        IOException
      • validateOSGIHeaders

        public void validateOSGIHeaders​(com.yahoo.config.application.api.DeployLogger deployLogger)
                                 throws IOException
        Throws:
        IOException