Class CommandLineSyntaxTranslater


  • public class CommandLineSyntaxTranslater
    extends Object
    Class for handling translation of Picard-style command line argument syntax to POSIX-style argument syntax; used for running tests written with Picard style syntax against the Barclay command line parser.
    • Constructor Detail

      • CommandLineSyntaxTranslater

        public CommandLineSyntaxTranslater()
    • Method Detail

      • isLegacyPicardStyle

        public static boolean isLegacyPicardStyle​(String[] argv)
      • convertPicardStyleToPosixStyle

        public static String[] convertPicardStyleToPosixStyle​(String[] argv)