package org.gcube.portal.wssynclibrary.thredds; import org.gcube.portal.wssynclibrary.DoCheckSyncItem; import org.gcube.portal.wssynclibrary.DoConnectRepository; import org.gcube.portal.wssynclibrary.DoSyncItem; /** * The Interface WorkspaceThreddsSynchronizedRepository. * * @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it * Feb 14, 2018 * @param the generic type * @param the generic type */ public interface WorkspaceThreddsSynchronizedRepository extends DoSyncItem, DoCheckSyncItem, DoConnectRepository { /** * Decribe sync repository. * * @return the string */ String decribeSyncRepository(); }