Class Property
java.lang.Object
io.micronaut.starter.feature.buildtools.maven.Property
Represents a Maven property with a name and value.
This class is used to define properties that can be used in Maven build configurations.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder class for creating Property instances. -
Method Summary
-
Method Details
-
getName
Returns the name of the property.- Returns:
- the property name, never null
-
getValue
Returns the value of the property.- Returns:
- the property value, never null
-
equals
-
hashCode
public int hashCode() -
builder
Creates a new builder instance for constructing Property objects.- Returns:
- a new Builder instance
-