Interface CmdArg

All Known Implementing Classes:
CmdArgCmdOp, CmdArgLiteral, CmdArgRedirect, CmdArgString, CmdArgWord

public interface CmdArg
Argument to a CmdOpExec. Path arguments may require quoting before they can be turned to the final strings.
  • Method Details