Class BuildProperties
java.lang.Object
org.springframework.boot.info.InfoProperties
org.springframework.boot.info.BuildProperties
- All Implemented Interfaces:
Iterable<InfoProperties.Entry>
@ImportRuntimeHints(org.springframework.boot.info.BuildProperties.BuildPropertiesRuntimeHints.class)
public class BuildProperties
extends InfoProperties
Provide build-related information such as group and artifact.
- Since:
- 1.4.0
- Author:
- Stephane Nicoll
-
Nested Class Summary
Nested classes/interfaces inherited from class InfoProperties
InfoProperties.Entry -
Constructor Summary
ConstructorsConstructorDescriptionBuildProperties(Properties entries) Create an instance with the specified entries. -
Method Summary
Methods inherited from class InfoProperties
get, getInstant, iterator, toPropertySourceMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
BuildProperties
Create an instance with the specified entries.- Parameters:
entries- the information to expose
-
-
Method Details
-
getGroup
-
getArtifact
-
getName
-
getVersion
-
getTime
-