Class RequiredArtifactsPresentValidator

java.lang.Object
com.agentforge4j.config.loader.agent.RequiredArtifactsPresentValidator
All Implemented Interfaces:
ArtifactValidator

public final class RequiredArtifactsPresentValidator extends Object implements ArtifactValidator
ArtifactValidator that performs no format-specific parsing: it asserts every artifact the selecting VALIDATE step captured carries non-blank content. The runtime's generic required-file allowlist already guarantees every declared path is present before this validator runs, so this is the generic presence gate a VALIDATE step selects when it needs nothing beyond that.
  • Field Details

    • VALIDATOR_ID

      public static final String VALIDATOR_ID
      Stable id a VALIDATE step uses to select this validator.
      See Also:
  • Constructor Details

    • RequiredArtifactsPresentValidator

      public RequiredArtifactsPresentValidator()
  • Method Details