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

file.producer.FileProperties Maven / Gradle / Ivy

package file.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