jar

org.dynamicloud.api : universalstorage.core

Maven & Gradle

May 30, 2017
5 usages
1 stars

Universal Storage's Core · Universal storage provides you an interface for storing files according to your needs. With this Universal Storage you will be able to store files in a s3's bucket, local file system, google drive, Etc. Further, with minimal effort you can switch from one provider to another with no changes in your code.

Table Of Contents

Latest Version

Download org.dynamicloud.api : universalstorage.core JAR file - Latest Versions:

All Versions

Download org.dynamicloud.api : universalstorage.core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window universalstorage.core-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.universal.storage.settings

├─ com.universal.storage.settings.UniversalSettings.class - [JAR]

com.universal.storage

├─ com.universal.storage.UniversalFile.class - [JAR]

├─ com.universal.storage.UniversalProvider.class - [JAR]

├─ com.universal.storage.UniversalStorage.class - [JAR]

├─ com.universal.storage.UniversalStorageData.class - [JAR]

├─ com.universal.storage.UniversalStorageListener.class - [JAR]

├─ com.universal.storage.UniversalStorageListenerAdapter.class - [JAR]

com.universal.error

├─ com.universal.error.UniversalIOException.class - [JAR]

├─ com.universal.error.UniversalStorageException.class - [JAR]

com.universal.util

├─ com.universal.util.FileUtil.class - [JAR]

├─ com.universal.util.PathValidator.class - [JAR]

Advertisement