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

com.clickntap.autoarchive.AutoArchiver Maven / Gradle / Ivy

There is a newer version: 1.30
Show newest version
package com.clickntap.autoarchive;

public interface AutoArchiver {
	public void archive() throws Exception;

	public void unarchive(Number id) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy