virtualSoC
0.6.2
baskett
Static Public Member Functions
|
List of all members
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:
src/vmcli/Module/
IInputType.cs
vmcli
InputFactory
Generated by
1.8.13