Record Class Configurations.ConfigurationParameters
java.lang.Object
java.lang.Record
org.frankframework.console.controllers.Configurations.ConfigurationParameters
- Enclosing class:
Configurations
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationParameters(Boolean loadedConfiguration, String flow, String datasourceName) Creates an instance of aConfigurationParametersrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thedatasourceNamerecord component.final booleanIndicates whether some other object is "equal to" this one.flow()Returns the value of theflowrecord component.final inthashCode()Returns a hash code value for this object.Returns the value of theloadedConfigurationrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ConfigurationParameters
Creates an instance of aConfigurationParametersrecord class.- Parameters:
loadedConfiguration- the value for theloadedConfigurationrecord componentflow- the value for theflowrecord componentdatasourceName- the value for thedatasourceNamerecord component
-
-
Method Details
-
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). -
loadedConfiguration
Returns the value of theloadedConfigurationrecord component.- Returns:
- the value of the
loadedConfigurationrecord component
-
flow
Returns the value of theflowrecord component.- Returns:
- the value of the
flowrecord component
-
datasourceName
Returns the value of thedatasourceNamerecord component.- Returns:
- the value of the
datasourceNamerecord component
-