Record Class ExecSiteCurrentJvm
java.lang.Object
java.lang.Record
org.aksw.shellgebra.exec.model.ExecSiteCurrentJvm
- All Implemented Interfaces:
ExecSite
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aExecSiteCurrentJvmrecord class. -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(ExecSiteVisitor<T> visitor) final booleanIndicates whether some other object is "equal to" this one.static ExecSiteCurrentJvmget()final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ExecSiteCurrentJvm
public ExecSiteCurrentJvm()Creates an instance of aExecSiteCurrentJvmrecord class.
-
-
Method Details
-
get
-
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.
-