001/*
002 * The contents of this file are subject to the license and copyright
003 * detailed in the LICENSE and NOTICE files at the root of the source
004 * tree.
005 */
006package org.fcrepo.kernel.api.operations;
007
008
009/**
010 * Factory for operations for interacting with resources
011 *
012 * @author bbpennel
013 */
014public interface ResourceOperationFactory {
015
016}