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

org.osgl.storage.impl.FileObject Maven / Gradle / Ivy

Go to download

A simple storage service supports plugin varieties of implementations including Amazon S3

There is a newer version: 1.11.1
Show newest version
package org.osgl.storage.impl;

class FileObject extends StorageObject {
    FileObject(String key, FileSystemService fileSystemService) {
        super(key, fileSystemService);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy