Record Class LocalDeploymentArtifactPaths
java.lang.Object
java.lang.Record
com.cloudforge.core.local.LocalDeploymentArtifactPaths
-
Constructor Summary
ConstructorsConstructorDescriptionLocalDeploymentArtifactPaths(Path canonicalTemplate, Path localTemplate, Path adaptationReport) Creates an instance of aLocalDeploymentArtifactPathsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theadaptationReportrecord component.Returns the value of thecanonicalTemplaterecord component.final booleanIndicates whether some other object is "equal to" this one.static LocalDeploymentArtifactPathsforTarget(Path outputDirectory, String contextStackName, DeploymentTarget target) final inthashCode()Returns a hash code value for this object.Returns the value of thelocalTemplaterecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
LocalDeploymentArtifactPaths
public LocalDeploymentArtifactPaths(Path canonicalTemplate, Path localTemplate, Path adaptationReport) Creates an instance of aLocalDeploymentArtifactPathsrecord class.- Parameters:
canonicalTemplate- the value for thecanonicalTemplaterecord componentlocalTemplate- the value for thelocalTemplaterecord componentadaptationReport- the value for theadaptationReportrecord component
-
-
Method Details
-
forTarget
public static LocalDeploymentArtifactPaths forTarget(Path outputDirectory, String contextStackName, DeploymentTarget target) -
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). -
canonicalTemplate
Returns the value of thecanonicalTemplaterecord component.- Returns:
- the value of the
canonicalTemplaterecord component
-
localTemplate
Returns the value of thelocalTemplaterecord component.- Returns:
- the value of the
localTemplaterecord component
-
adaptationReport
Returns the value of theadaptationReportrecord component.- Returns:
- the value of the
adaptationReportrecord component
-