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

br.com.jhonsapp.file.manager.producer.FileProperties Maven / Gradle / Ivy

Go to download

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