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

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