Class ProjectInfoProperties.Build

java.lang.Object
org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
Enclosing class:
ProjectInfoProperties

public static class ProjectInfoProperties.Build extends Object
Build specific info properties.
  • Constructor Details

    • Build

      public Build()
  • Method Details

    • getLocation

      public Resource getLocation()
    • setLocation

      public void setLocation(Resource location)
    • getEncoding

      public Charset getEncoding()
    • setEncoding

      public void setEncoding(Charset encoding)