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

syncloud.storage.INode Maven / Gradle / Ivy

The newest version!
package syncloud.storage;

public interface INode {
    String DOES_NOT_EXIST = "node %s does not exist";

    String getName();
    void delete() throws StorageException;
    NodeKey getKey();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy