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

syncloud.google.docs.GDocsStorageMetadata Maven / Gradle / Ivy

The newest version!
package syncloud.google.docs;

import syncloud.storage.IStorage;
import syncloud.storage.IStorageMetadata;

public class GDocsStorageMetadata extends IStorageMetadata {
    public String getName() {
        return "Google Docs";
    }

    public Class getStorageClass() {
        return GDocsStorage.class;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy