| Package | Description |
|---|---|
| com.linecorp.armeria.common.util |
Generic utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static Version |
Version.get(String artifactId)
Returns the version information for the Armeria artifact named
artifactId. |
static Version |
Version.get(String artifactId,
ClassLoader classLoader)
Returns the version information for the Armeria artifact named
artifactId using the specified
ClassLoader. |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Version> |
Version.getAll()
Retrieves the version information of Armeria artifacts.
|
static Map<String,Version> |
Version.getAll(ClassLoader classLoader)
Retrieves the version information of Armeria artifacts using the specified
ClassLoader. |
static Map<String,Version> |
Version.identify()
Deprecated.
Use
getAll(). |
static Map<String,Version> |
Version.identify(ClassLoader classLoader)
Deprecated.
Use
getAll(ClassLoader). |
Copyright © 2020 LeanCloud. All rights reserved.