JAL-4420 Allow preprocessing of arguments if they are all simply filenames (or URLs...
authorBen Soares <b.soares@dundee.ac.uk>
Fri, 17 May 2024 14:55:52 +0000 (15:55 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Fri, 17 May 2024 14:55:52 +0000 (15:55 +0100)
commit1483115eb1fc01b30eb8b7465acd9819e90622d5
treebd5374b13d39e19f37aac06bebcc8bcbb9a36421
parenta01a5361fbc353936e90653b59c0aca7038195d8
JAL-4420 Allow preprocessing of arguments if they are all simply filenames (or URLs).  Preprocessing involves adding --open arguments, and spotting and regrouping associated files such as annotations, features and tree files.  These get --annotations argument etc.  Add FileUtils tools to get basepath and extension of filename or URL whilst only in String form.
src/jalview/bin/argparser/ArgParser.java
src/jalview/util/ArgParserUtils.java [new file with mode: 0644]
src/jalview/util/FileUtils.java