Class BuildPropertiesWriter.ProjectDetails

java.lang.Object
org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
Enclosing class:
BuildPropertiesWriter

public static final class BuildPropertiesWriter.ProjectDetails extends Object
Build-system agnostic details of a project.
Since:
1.0.0
Author:
Andy Wilkinson, Stephane Nicoll, Vedran Pavic
  • Constructor Details

  • Method Details

    • getGroup

      public @Nullable String getGroup()
    • getArtifact

      public @Nullable String getArtifact()
    • getName

      public @Nullable String getName()
    • getVersion

      public @Nullable String getVersion()
    • getTime

      public @Nullable Instant getTime()
    • getAdditionalProperties

      public @Nullable Map<String,String> getAdditionalProperties()