Record Class JRedirect.JRedirectFileDescription
java.lang.Object
java.lang.Record
org.aksw.shellgebra.exec.graph.JRedirect.JRedirectFileDescription
- All Implemented Interfaces:
JRedirect
- Enclosing interface:
JRedirect
public static record JRedirect.JRedirectFileDescription(FileDescription<FdResource> fileDescription)
extends Record
implements JRedirect
Anonymous pipes differ from regular files and named pipes in that they cannot be bind mounted.
-
Nested Class Summary
Nested classes/interfaces inherited from interface JRedirect
JRedirect.JRedirectFileDescription, JRedirect.JRedirectIn, JRedirect.JRedirectJava, JRedirect.JRedirectOut -
Constructor Summary
ConstructorsConstructorDescriptionJRedirectFileDescription(FileDescription<FdResource> fileDescription) Creates an instance of aJRedirectFileDescriptionrecord class. -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(JRedirectVisitor<T> visitor) final booleanIndicates whether some other object is "equal to" this one.Returns the value of thefileDescriptionrecord component.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
JRedirectFileDescription
Creates an instance of aJRedirectFileDescriptionrecord class.- Parameters:
fileDescription- the value for thefileDescriptionrecord component
-
-
Method Details
-
accept
-
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). -
fileDescription
Returns the value of thefileDescriptionrecord component.- Returns:
- the value of the
fileDescriptionrecord component
-