public class Utils extends Object
| Modifier and Type | Field and Description |
|---|---|
private static org.apache.log4j.Logger |
log |
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
containsString(String source,
ArrayList<String> target) |
static boolean |
containsString(String source,
String target) |
static String[] |
execute(String command) |
private static String |
getAdapterIP(int ip) |
static String |
getLogText(org.openhome.net.device.IDvInvocation paramIDvInvocation) |
static boolean |
isEmpty(String string)
Checks if the given string is empty.
|
public static String getLogText(org.openhome.net.device.IDvInvocation paramIDvInvocation)
private static String getAdapterIP(int ip)
public static boolean containsString(String source, ArrayList<String> target)
source - target - public static boolean containsString(String source, String target)
source - target - public static boolean isEmpty(String string)
string - Copyright © 2013–2014. All rights reserved.