Class EvidenceImporterAbstractCLI

    • Constructor Detail

      • EvidenceImporterAbstractCLI

        public EvidenceImporterAbstractCLI()
        Deprecated.
    • Method Detail

      • getCommandGroup

        public GemmaCLI.CommandGroup getCommandGroup()
        Deprecated.
        Description copied from interface: CLI
        Obtain the command group for this CLI.
      • buildOptions

        protected void buildOptions​(org.apache.commons.cli.Options options)
        Deprecated.
        Description copied from class: AbstractCLI
        Build option implementation.

        Implement this method to add options to your command line, using the OptionBuilder.

        This is called right after AbstractCLI.buildStandardOptions(Options) so the options will be added after standard options.

        Specified by:
        buildOptions in class AbstractCLI
      • createWriteFolder

        protected void createWriteFolder()
                                  throws Exception
        Deprecated.
        Throws:
        Exception
      • findTypeOfEvidence

        protected String findTypeOfEvidence()
                                     throws Exception
        Deprecated.
        Look at all Headers and identify them to determine the type of evidence
        Returns:
        type
        Throws:
        Exception - IO problems