Module java4ever.framework
Package tech.deplant.java4ever.framework
Record Class LocalConfig.LocalInfo
java.lang.Object
java.lang.Record
tech.deplant.java4ever.framework.LocalConfig.LocalInfo
- Enclosing class:
LocalConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabis()Returns the value of theabisrecord component.Returns the value of thebuildPathrecord component.compiler()Returns the value of thecompilerrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.keys()Returns the value of thekeysrecord component.linker()Returns the value of thelinkerrecord component.Returns the value of thesourcePathrecord component.final StringtoString()Returns a string representation of this record class.tvcs()Returns the value of thetvcsrecord component.
-
Constructor Details
-
LocalInfo
public LocalInfo(Solc compiler, TvmLinker linker, String sourcePath, String buildPath, Map<String, String> abis, Map<String, String> tvcs, Map<String, String> keys) Creates an instance of aLocalInforecord class.- Parameters:
compiler- the value for thecompilerrecord componentlinker- the value for thelinkerrecord componentsourcePath- the value for thesourcePathrecord componentbuildPath- the value for thebuildPathrecord componentabis- the value for theabisrecord componenttvcs- the value for thetvcsrecord componentkeys- the value for thekeysrecord 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). -
compiler
Returns the value of thecompilerrecord component.- Returns:
- the value of the
compilerrecord component
-
linker
Returns the value of thelinkerrecord component.- Returns:
- the value of the
linkerrecord component
-
sourcePath
Returns the value of thesourcePathrecord component.- Returns:
- the value of the
sourcePathrecord component
-
buildPath
Returns the value of thebuildPathrecord component.- Returns:
- the value of the
buildPathrecord component
-
abis
Returns the value of theabisrecord component.- Returns:
- the value of the
abisrecord component
-
tvcs
Returns the value of thetvcsrecord component.- Returns:
- the value of the
tvcsrecord component
-
keys
Returns the value of thekeysrecord component.- Returns:
- the value of the
keysrecord component
-