Record Class Argv
java.lang.Object
java.lang.Record
org.aksw.commons.util.docker.Argv
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionargs()String[]argv()Returns the value of theargvrecord component.command()Return the command, or null if this argv instance is empty.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.booleanisEmpty()static Argvstatic Argvstatic Argvstatic ArgvString[]toArray()final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Argv
-
-
Method Details
-
of
-
of
-
ofArgs
-
ofArgs
-
isEmpty
public boolean isEmpty() -
command
Return the command, or null if this argv instance is empty. -
args
-
toArray
-
argsToArray
-
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
-