public class LinuxDistributionInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
info |
static String |
LSB_RELEASE_COMMAND |
static String |
OS_RELEASE_FILE_PATH |
| Constructor and Description |
|---|
LinuxDistributionInfo() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getInfo() |
protected Map<String,String> |
getInfoViaLsbReleaseCommand() |
protected Map<String,String> |
getInfoViaOsReleaseFile() |
public static final String LSB_RELEASE_COMMAND
public static final String OS_RELEASE_FILE_PATH
protected Map<String,String> getInfoViaLsbReleaseCommand() throws IOException
IOExceptionprotected Map<String,String> getInfoViaOsReleaseFile() throws IOException
IOExceptionCopyright © 2022. All Rights Reserved.