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

com.uid2.shared.store.scope.StoreScope Maven / Gradle / Ivy

package com.uid2.shared.store.scope;

import com.uid2.shared.store.CloudPath;

public interface StoreScope {
    Integer getId();
    CloudPath getMetadataPath();
    CloudPath resolve(CloudPath cloudPath);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy