类 ProjectInfoProperties.Git
- java.lang.Object
- org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
public static class ProjectInfoProperties.Git extends Object
Git specific info properties.
构造器概要
构造器 构造器 说明 Git()
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 CharsetgetEncoding()org.springframework.core.io.ResourcegetLocation()voidsetEncoding(Charset encoding)voidsetLocation(org.springframework.core.io.Resource location)
构造器详细资料
Git
public Git()
方法详细资料
getLocation
public org.springframework.core.io.Resource getLocation()
setLocation
public void setLocation(org.springframework.core.io.Resource location)
getEncoding
public Charset getEncoding()
setEncoding
public void setEncoding(Charset encoding)