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

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

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


public class UpgradeOperationsNull implements UpgradeOperations {

	public UpgradeOperationsNull(){
	}
	
	@Override
	public void saveInstalledManifest(FileSetManifest manifest) throws Exception {
	}

	@Override
	public void deleteFile(String path) throws Exception {
	}

	@Override
	public void deleteDirectory(String path) throws Exception {
	}

	@Override
	public void addDirectory(String path) throws Exception {
	}

	@Override
	public void copyFile(String path) throws Exception {
	}

	@Override
	public void handleCollision(UpgradeCollision collision) throws Exception {
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy