package com.indeed.proctor.webapp.extensions; /** * @author yosukey */ public interface HelpURLInformation { public String getTestTypeHelpURL(); public String getRuleHelpURL(); }