X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Futil%2FUrlLink.java;h=85a4bc81249a1eb5c025dc5849887278e2fe9395;hb=17e77c3f2949a0729322b4a8d907f3f34b6a9914;hp=21dee381bcacf40b1c04a0e8297ea86379b21021;hpb=0ef6205b5b4caef00329b34d9ad118804e5b29be;p=jalview.git diff --git a/src/jalview/util/UrlLink.java b/src/jalview/util/UrlLink.java index 21dee38..85a4bc8 100644 --- a/src/jalview/util/UrlLink.java +++ b/src/jalview/util/UrlLink.java @@ -1,369 +1,396 @@ -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 '