Record Class OpenRewriteConfiguration
java.lang.Object
java.lang.Record
io.micronaut.projectgen.openrewrite.OpenRewriteConfiguration
- Record Components:
activeRecipes
- Active RecipesexportDatatables
- Export DatatablesrecipeChangeLogLevel
- Recipe Change Log LevelconfigLocation
- Config LocationoperatingSystem
- Operating System
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionOpenRewriteConfiguration
(List<String> activeRecipes, boolean exportDatatables, String recipeChangeLogLevel, String configLocation, OperatingSystem operatingSystem) Creates an instance of aOpenRewriteConfiguration
record class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theactiveRecipes
record component.builder()
Returns the value of theconfigLocation
record component.final boolean
Indicates whether some other object is "equal to" this one.boolean
Returns the value of theexportDatatables
record component.final int
hashCode()
Returns a hash code value for this object.Returns the value of theoperatingSystem
record component.Returns the value of therecipeChangeLogLevel
record component.final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
OpenRewriteConfiguration
public OpenRewriteConfiguration(List<String> activeRecipes, boolean exportDatatables, String recipeChangeLogLevel, String configLocation, OperatingSystem operatingSystem) Creates an instance of aOpenRewriteConfiguration
record class.- Parameters:
activeRecipes
- the value for theactiveRecipes
record componentexportDatatables
- the value for theexportDatatables
record componentrecipeChangeLogLevel
- the value for therecipeChangeLogLevel
record componentconfigLocation
- the value for theconfigLocation
record componentoperatingSystem
- the value for theoperatingSystem
record component
-
-
Method Details
-
getSystemPropertiesList
- Returns:
- System Properties List
-
getSystemProperties
- Returns:
- System Properties
-
builder
- Returns:
- Builder
-
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. Reference components are compared withObjects::equals(Object,Object)
; primitive components are compared with '=='. -
activeRecipes
Returns the value of theactiveRecipes
record component.- Returns:
- the value of the
activeRecipes
record component
-
exportDatatables
public boolean exportDatatables()Returns the value of theexportDatatables
record component.- Returns:
- the value of the
exportDatatables
record component
-
recipeChangeLogLevel
Returns the value of therecipeChangeLogLevel
record component.- Returns:
- the value of the
recipeChangeLogLevel
record component
-
configLocation
Returns the value of theconfigLocation
record component.- Returns:
- the value of the
configLocation
record component
-
operatingSystem
Returns the value of theoperatingSystem
record component.- Returns:
- the value of the
operatingSystem
record component
-