jar

com.gitlab.jhonsapp : file-manager

Maven & Gradle

Jul 15, 2017

file-manager · File Manager is an open source project created by Jhonys Camacho and Jhonathan Camacho to facilitate the file management in local and remote repositories.

Table Of Contents

Latest Version

Download com.gitlab.jhonsapp : file-manager JAR file - Latest Versions:

All Versions

Download com.gitlab.jhonsapp : file-manager 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 file-manager-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

br.com.jhonsapp.file.manager.file

├─ br.com.jhonsapp.file.manager.file.FileEntity.class - [JAR]

br.com.jhonsapp.file.manager.contract

├─ br.com.jhonsapp.file.manager.contract.AbstractFileManager.class - [JAR]

├─ br.com.jhonsapp.file.manager.contract.FileManager.class - [JAR]

br.com.jhonsapp.file.manager.producer

├─ br.com.jhonsapp.file.manager.producer.FileManagerProducer.class - [JAR]

├─ br.com.jhonsapp.file.manager.producer.FileManagerType.class - [JAR]

├─ br.com.jhonsapp.file.manager.producer.FileProperties.class - [JAR]

br.com.jhonsapp.file.manager.implementation

├─ br.com.jhonsapp.file.manager.implementation.LocalHDFileManager.class - [JAR]

├─ br.com.jhonsapp.file.manager.implementation.RemoteHDFileManager.class - [JAR]

Advertisement