org.fcrepo.client.utility.validate.package-info Maven / Gradle / Ivy
/* The contents of this file are subject to the license and copyright terms
* detailed in the license directory at the root of the source tree (also
* available online at http://fedora-commons.org/license/).
*/
/**
*
* These classes are used to validate objects against their content models,
* and to validate the content models for internal consistency.
*
*
* This package contains the basic Validator framework, with core classes and interfaces.
*
*
* org.fcrepo.client.utility.validate.process
contains a client-side {@link ValidatorProcess}
* that parses the command line arguments, queries Fedora for the requested objects, validates them.
* It also has a simple implementation of {@link ValidatorResult}.
*
*
* org.fcrepo.client.utility.validate.remote
contains an implementation of {@link ObjectSource}
* that can be used to access a remote instance of Fedora, with helper classes.
*
*
*
*/
package org.fcrepo.client.utility.validate;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy