1: package com.icesoft.faces.webapp.http.common; 2: 3: import java.io.File; 4: 5: public interface FileLocator { 6: 7: File locate(String path); 8: }