package cdr.forms; public interface ExternalDepositFileConfigurationProvider { public String getExternalPath(); public String getExternalUriBase(); }