Record Class Invocation.Argv
java.lang.Object
java.lang.Record
org.aksw.shellgebra.exec.invocation.Invocation.Argv
- All Implemented Interfaces:
Invocation
- Enclosing interface:
Invocation
-
Nested Class Summary
Nested classes/interfaces inherited from interface Invocation
Invocation.Argv, Invocation.Script -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionargv()Returns the value of theargvrecord component.asArgv()final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.booleanisArgv()final StringtoString()Returns a string representation of this record class.Methods inherited from interface Invocation
asScript, isScript
-
Constructor Details
-
Argv
-
-
Method Details
-
isArgv
public boolean isArgv()- Specified by:
isArgvin interfaceInvocation
-
asArgv
- Specified by:
asArgvin interfaceInvocation
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
argv
-