public interface BundleInfo
| Modifier and Type | Interface and Description |
|---|---|
static class |
BundleInfo.Default |
static interface |
BundleInfo.Provider |
static interface |
BundleInfo.Version |
| Modifier and Type | Method and Description |
|---|---|
Instant |
builtAt() |
String |
builtBy() |
static BundleInfo |
Load(String bundleName) |
static BundleInfo |
LoadBase() |
String |
name() |
String |
vendor() |
BundleInfo.Version |
version() |
String name()
BundleInfo.Version version()
String vendor()
String builtBy()
Instant builtAt()
static BundleInfo LoadBase()
static BundleInfo Load(String bundleName)
bundleName - the name of the bundle, in Maven environments the artifact idCopyright © 2022 MicroStream Software. All rights reserved.