
syncloud.storage.IStorage Maven / Gradle / Ivy
The newest version!
package syncloud.storage;
import java.util.List;
public interface IStorage {
List getRoots() throws StorageException;
StorageKey getKey();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy