Interface Invocation
- All Known Implementing Classes:
Invocation.Argv, Invocation.Script
Record that holds either an argv list or a stript string (content + mediaType).
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic final record -
Method Summary
Modifier and TypeMethodDescriptiondefault Invocation.ArgvasArgv()default Invocation.ScriptasScript()default booleanisArgv()default booleanisScript()
-
Method Details
-
isArgv
default boolean isArgv() -
asArgv
-
isScript
default boolean isScript() -
asScript
-