Class StartupCommandChangeValidator

java.lang.Object
com.yahoo.vespa.model.application.validation.change.StartupCommandChangeValidator
All Implemented Interfaces:
ChangeValidator

public class StartupCommandChangeValidator extends Object implements ChangeValidator
Compares the startup command for the services in the next model with the ones in the current model. If the startup command has changes, a change entry is created and reported back.
Author:
bjorncs
  • Constructor Details

    • StartupCommandChangeValidator

      public StartupCommandChangeValidator()
  • Method Details