com.crabshue.commons.archive.Archivable Maven / Gradle / Ivy
package com.crabshue.commons.archive;
/**
* Interface for archivable objects.
*
*/
public interface Archivable {
/**
* The identifier to use for the archive folder of the archivable entity.
*
* @return the archive identifier.
*/
String getArchiveId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy