Trait rocfl::ocfl::IncrementalValidator[][src]

Expand description

Lazily validates every object in the repository. Each call to next() validates another object.

Required methods

The validation results for the repository’s storage root. This is available immediately.

The validation results for the repository’s hierarchy. This is available after every object has been validated.

The validation results for the repository’s storage root. This is available immediately.

The validation results for the repository’s hierarchy. This is available after every object has been validated.

Implementors

Lazily validates every object in the repository. Each call to next() validates another object.