public class BuildProperties extends InfoProperties
InfoProperties.Entry| コンストラクターと説明 |
|---|
BuildProperties(PropertiesSE entries) 指定されたエントリでインスタンスを作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
StringSE | getArtifact() プロジェクトの artifactId または null を返します。 |
StringSE | getGroup() プロジェクトの groupId または null を返します。 |
StringSE | getName() プロジェクトまたは null の名前を返します。 |
InstantSE | getTime() ビルドまたは null のタイムスタンプを返します。 |
StringSE | getVersion() プロジェクトまたは null のバージョンを返します。 |
get, getInstant, iterator, toPropertySourcecloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEforEachSE, spliteratorSEpublic BuildProperties(PropertiesSE entries)
entries - 公開する情報 public StringSE getGroup()
null を返します。public StringSE getArtifact()
null を返します。public StringSE getName()
null の名前を返します。public StringSE getVersion()
null のバージョンを返します。public InstantSE getTime()
null のタイムスタンプを返します。 元の値を適切に解析できなかった場合でも、time キーで利用できます。
InfoProperties.get(String)