/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.pieshare.service.propertiesreader; import java.io.File; import java.util.Properties; /** * * @author richy */ public interface IAppDataPropertiesReader { String getPassword(); String getUsername(); }