public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Map<K,V> |
allAsMap(Map<K,com.google.common.util.concurrent.ListenableFuture<V>> map) |
static HeliosClient |
getClient(Target target,
PrintStream err,
String username) |
static boolean |
userConfirmed(PrintStream out,
BufferedReader stdin) |
public static <K,V> Map<K,V> allAsMap(Map<K,com.google.common.util.concurrent.ListenableFuture<V>> map) throws ExecutionException, InterruptedException
public static HeliosClient getClient(Target target, PrintStream err, String username)
public static boolean userConfirmed(PrintStream out, BufferedReader stdin) throws IOException
IOExceptionCopyright © 2015. All rights reserved.