クラス BuildProperties
java.lang.ObjectSE
org.springframework.boot.info.InfoProperties
org.springframework.boot.info.BuildProperties
- 実装されているすべてのインターフェース:
IterableSE<InfoProperties.Entry>
@ImportRuntimeHints(org.springframework.boot.info.BuildProperties.BuildPropertiesRuntimeHints.class)
public class BuildProperties
extends InfoProperties
グループやアーティファクトなどのビルド関連情報を提供します。
- 導入:
- 1.4.0
- 作成者:
- Stephane Nicoll
ネストされたクラスの要約
クラス InfoProperties から継承されたネストクラス / インターフェース
InfoProperties.Entryコンストラクターの概要
コンストラクターメソッドのサマリー
クラス InfoProperties から継承されたメソッド
get, getInstant, iterator, toPropertySourceクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース IterableSE から継承されたメソッド
forEachSE, spliterator
コンストラクターの詳細
BuildProperties
メソッドの詳細
getGroup
getArtifact
getName
getVersion
getTime
ビルドまたはnullのタイムスタンプを返します。元の値を適切に解析できなかった場合でも、
timeキーで利用できます。- 戻り値:
- ビルド時間
- 関連事項: