public class HardwareInfoUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
executeCommand(String... command) |
static String |
extractText(String text,
String regex) |
static String |
getSingleValueFromFile(String filePath) |
static boolean |
isSudo() |
static Stream<String> |
readFile(String filePath) |
static String |
removeAllSpaces(String s) |
static String |
toCamelCase(String s) |
Copyright © 2018. All rights reserved.