syncloud.google.docs.GDocsStorageMetadata Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of syncloud-google-docs Show documentation
Show all versions of syncloud-google-docs Show documentation
Google Docs Syncloud Starage Adapter
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 extends IStorage> getStorageClass() {
return GDocsStorage.class;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy