All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.cassite.daf4j.UpdateOperation Maven / Gradle / Ivy

The newest version!
package net.cassite.daf4j;

import net.cassite.daf4j.resource.Resource;
import net.cassite.daf4j.resource.Source;

/**
 * operation to update
 */
public interface UpdateOperation {
        void operate(Source source, Resource resource) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy