
br.com.jhonsapp.file.manager.producer.FileProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of file-manager Show documentation
Show all versions of file-manager Show documentation
File Manager is an open source project created by Jhonys Camacho and Jhonathan Camacho to facilitate the file management in local and remote repositories.
The newest version!
package br.com.jhonsapp.file.manager.producer;
/**
* This interface is used to standardize the required keys for the specific
* repository configuration.
*
* @author Jhonathan Camacho
*
*/
public interface FileProperties {
/**
* Property file name.
*/
public static final String FILE_PROPERTIES = "file_manager.properties";
/**
* Property file keys.
*/
public static final String localKey = "path.local";
public static final String remoteKey = "path.remote";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy