HyCodeYourTale
classpublicPriority 2

ManifestUtil

com.hypixel.hytale.common.util.java.ManifestUtil

6

Methods

6

Public Methods

0

Fields

1

Constructors

Constants

CachedSupplier<String>IMPLEMENTATION_PATCHLINE= SupplierUtil.cache(() -> { try { Manifest localManifest = MANIFEST.get()
CachedSupplier<String>IMPLEMENTATION_REVISION_ID= SupplierUtil.cache( () -> { try { Manifest localManifest = MANIFEST.get()
CachedSupplier<String>IMPLEMENTATION_VERSION= SupplierUtil.cache( () -> { try { Manifest localManifest = MANIFEST.get()
CachedSupplier<Manifest>MANIFEST= SupplierUtil.cache(() -> { try { ClassLoader cl = ManifestUtil.class.getClassLoader()
StringPATCHLINE_PROPERTY= "Implementation-Patchline"
StringREVISION_ID_PROPERTY= "Implementation-Revision-Id"
StringVENDOR_ID_PROPERTY= "Implementation-Vendor-Id"
CachedSupplier<Semver>VERSION= SupplierUtil.cache(() -> { String version = IMPLEMENTATION_VERSION.get()
StringVERSION_PROPERTY= "Implementation-Version"

Constructors

public
ManifestUtil()

Methods

Public Methods (6)

publicstatic
String getImplementationRevisionId()
@Nullable
publicstatic
String getImplementationVersion()
@Nullable
publicstatic
Manifest getManifest()
@Nullable
publicstatic
String getPatchline()
@Nullable
publicstatic
Semver getVersion()
@Nullable
publicstatic
boolean isJar()

Related Classes