virtualSoC  0.6.2
baskett
vmcli.InputFactory Class Reference

Static Public Member Functions

static IInputType GetInputClass (CommandLineArgs cmd)
 

Detailed Description

Member Function Documentation

◆ GetInputClass()

static IInputType vmcli.InputFactory.GetInputClass ( CommandLineArgs  cmd)
static
35  {
36  if (cmd.GetValue<string> ("t") == "gz") {
37  return new GzipInputType();
38  }
39 
40  return new RawInputType();
41  }

The documentation for this class was generated from the following file: