Record Class NativePlatform
java.lang.Object
java.lang.Record
ch.so.agi.gdal.ffm.internal.NativePlatform
-
Constructor Summary
ConstructorsConstructorDescriptionNativePlatform(String os, String arch, String classifier) Creates an instance of aNativePlatformrecord class. -
Method Summary
Modifier and TypeMethodDescriptionarch()Returns the value of thearchrecord component.Returns the value of theclassifierrecord component.static NativePlatformcurrent()final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.os()Returns the value of theosrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
NativePlatform
-
-
Method Details
-
current
-
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). -
os
Returns the value of theosrecord component.- Returns:
- the value of the
osrecord component
-
arch
Returns the value of thearchrecord component.- Returns:
- the value of the
archrecord component
-
classifier
Returns the value of theclassifierrecord component.- Returns:
- the value of the
classifierrecord component
-