package jalview.util; import java.util.Vector; public class UrlLink { /** * helper class to parse URL Link strings taken from applet parameters or * jalview properties file using the com.stevesoft.pat.Regex implementation. * Jalview 2.4 extension allows regular expressions to be used to parse ID * strings and replace the result in the URL. Regex's operate on the whole ID * string given to the matchURL method, if no regex is supplied, then only * text following the first pipe symbol will be susbstituted. */ private String url_suffix, url_prefix, target, label, regexReplace; private boolean dynamic = false; private String invalidMessage = null; /** * parse the given linkString of the form '