Package io.kroxylicious.proxy
Interface VersionInfo
- All Known Implementing Classes:
VersionInfo.Info
public interface VersionInfo
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VersionInfoVersion information loaded from the default Kroxylicious runtime metadata resource,META-INF/metadata.properties. -
Method Summary
Modifier and TypeMethodDescriptioncommitId()static VersionInfofromResource(String resourceName) Loads version information from the supplied classpath resource.version()
-
Field Details
-
VERSION_INFO
Version information loaded from the default Kroxylicious runtime metadata resource,META-INF/metadata.properties.Other Kroxylicious artifacts should use
fromResource(String)when their version metadata is stored in an artifact-specific resource.
-
-
Method Details