public class AccessPointClusterUpdater extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static ArrayList<String> |
instances
List of all the packages retrieved from system
|
| Constructor and Description |
|---|
AccessPointClusterUpdater() |
| Modifier and Type | Method and Description |
|---|---|
static Process |
exec(String command)
Exec a bash shell command
|
static ArrayList<String> |
getInstances() |
static void |
main(String[] args) |
static void |
printResults(Process process)
Print console results
|
public static void main(String[] args) throws Exception
args - IOExceptionExceptionpublic static Process exec(String command)
command - command to execpublic static void printResults(Process process) throws IOException, InterruptedException
process - IOExceptionInterruptedExceptionCopyright © 2021. All Rights Reserved.