package plugins.hl7parser; public class PropertiesPath { private String path = "/Users/pc_iverson/Desktop/Input"; public String getPath() { return path; } }