io.shiftleft.semanticcpg.utils.ExternalCommandResult
case class ExternalCommandResult(
exitCode:
Int,
stdOut:
Seq[
String],
stdErr:
Seq[
String],
input:
String,
additionalContext:
Option[
String])
Attributes
-
Graph
-
-
Supertypes
-
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
Lines of standard output (if successful), or else a combination of stdout and stderr, plus some context.
Lines of standard output (if successful), or else a combination of stdout and stderr, plus some context.
Attributes
Lines of standard output, if successful.
Lines of standard output, if successful.
Attributes
Lines of stdout, if successful. Otherwise an exception with message=stderr.
Lines of stdout, if successful. Otherwise an exception with message=stderr.
Attributes
convenience method: verify that the result is a success, throws an exception otherwise
convenience method: verify that the result is a success, throws an exception otherwise
Attributes
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product