org.yestech.publish.objectmodel.episodic.IEpisodicArtifactPersister Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yespublish Show documentation
Show all versions of yespublish Show documentation
Framework to publish ascii or binary data
to different sources. Currently Episodic, Bitgravity, Local, Cloudfs,
and S3 are supported
package org.yestech.publish.objectmodel.episodic;
/**
* Provides a way to save information about an episodic artifact.
*
*
* @author A.J. Wright
*/
public interface IEpisodicArtifactPersister {
void save(IEpisodicArtifact episodicArtifact);
}