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

ca.carleton.gcrc.couch.command.impl.UpgradeOperations Maven / Gradle / Ivy

There is a newer version: 2.2.7
Show newest version
package ca.carleton.gcrc.couch.command.impl;

public interface UpgradeOperations {

	void saveInstalledManifest(FileSetManifest manifest) throws Exception;
	
	void deleteFile(String path) throws Exception;
	
	void deleteDirectory(String path) throws Exception;

	void addDirectory(String path) throws Exception;

	void copyFile(String path) throws Exception;

	void handleCollision(UpgradeCollision collision) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy