public final class VersionUtil extends Object
MANIFEST.MF file.| Modifier and Type | Method and Description |
|---|---|
static int |
fromVersionString(String verStr)
Convert version in string like x.y.z or x.y.z.b into number
Each segment has one byte space(unsigned) eg. |
static String |
getVersion(String defaultVersion) |
public static int fromVersionString(String verStr)
1.2.3.4 => 01 02 03 04 1.2.3 => 01 02 03 00 1.2 => 01 02 00 00 1 => 01 00 00 00
Copyright © 2021 Alibaba Group. All rights reserved.