Package jenax.engine.qlever.cmd.model
Record Class CommandMetaDataImpl
java.lang.Object
java.lang.Record
jenax.engine.qlever.cmd.model.CommandMetaDataImpl
- All Implemented Interfaces:
CommandMetaData
-
Constructor Summary
ConstructorsConstructorDescriptionCommandMetaDataImpl(Boolean supportsStdIn, Boolean supportsFileArg, Boolean supportsMultipleFileArgs, Boolean supportsFileOutput, Boolean supportsStreamOutput, Boolean preferFileArg, Boolean preferFileOutput, Boolean preferProcessSubstitution) Creates an instance of aCommandMetaDataImplrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of thepreferFileArgrecord component.Returns the value of thepreferFileOutputrecord component.Returns the value of thepreferProcessSubstitutionrecord component.Returns the value of thesupportsFileArgrecord component.Returns the value of thesupportsFileOutputrecord component.Returns the value of thesupportsMultipleFileArgsrecord component.Returns the value of thesupportsStdInrecord component.Returns the value of thesupportsStreamOutputrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
CommandMetaDataImpl
public CommandMetaDataImpl(Boolean supportsStdIn, Boolean supportsFileArg, Boolean supportsMultipleFileArgs, Boolean supportsFileOutput, Boolean supportsStreamOutput, Boolean preferFileArg, Boolean preferFileOutput, Boolean preferProcessSubstitution) Creates an instance of aCommandMetaDataImplrecord class.- Parameters:
supportsStdIn- the value for thesupportsStdInrecord componentsupportsFileArg- the value for thesupportsFileArgrecord componentsupportsMultipleFileArgs- the value for thesupportsMultipleFileArgsrecord componentsupportsFileOutput- the value for thesupportsFileOutputrecord componentsupportsStreamOutput- the value for thesupportsStreamOutputrecord componentpreferFileArg- the value for thepreferFileArgrecord componentpreferFileOutput- the value for thepreferFileOutputrecord componentpreferProcessSubstitution- the value for thepreferProcessSubstitutionrecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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). -
supportsStdIn
Returns the value of thesupportsStdInrecord component.- Specified by:
supportsStdInin interfaceCommandMetaData- Returns:
- the value of the
supportsStdInrecord component
-
supportsFileArg
Returns the value of thesupportsFileArgrecord component.- Specified by:
supportsFileArgin interfaceCommandMetaData- Returns:
- the value of the
supportsFileArgrecord component
-
supportsMultipleFileArgs
Returns the value of thesupportsMultipleFileArgsrecord component.- Specified by:
supportsMultipleFileArgsin interfaceCommandMetaData- Returns:
- the value of the
supportsMultipleFileArgsrecord component
-
supportsFileOutput
Returns the value of thesupportsFileOutputrecord component.- Specified by:
supportsFileOutputin interfaceCommandMetaData- Returns:
- the value of the
supportsFileOutputrecord component
-
supportsStreamOutput
Returns the value of thesupportsStreamOutputrecord component.- Returns:
- the value of the
supportsStreamOutputrecord component
-
preferFileArg
Returns the value of thepreferFileArgrecord component.- Returns:
- the value of the
preferFileArgrecord component
-
preferFileOutput
Returns the value of thepreferFileOutputrecord component.- Returns:
- the value of the
preferFileOutputrecord component
-
preferProcessSubstitution
Returns the value of thepreferProcessSubstitutionrecord component.- Specified by:
preferProcessSubstitutionin interfaceCommandMetaData- Returns:
- the value of the
preferProcessSubstitutionrecord component
-