public final class Util extends Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getUUIDIdent() |
static boolean |
isNullOrEmpty(Collection<?> collection) |
static <T> Future<org.opendaylight.yangtools.yang.common.RpcResult<T>> |
resultRpcSuccessFor(T output) |
static List<org.opendaylight.yangtools.yang.model.api.SchemaPath> |
selectSchemaPath(List<org.opendaylight.yangtools.yang.model.api.SchemaPath> list,
Pattern pattern)
Method filters SchemaPath namespace based on wildcard strings
|
static String |
wildcardToRegex(String wildcard)
CREDIT to http://www.rgagnon.com/javadetails/java-0515.html
|
public static String getUUIDIdent()
public static <T> Future<org.opendaylight.yangtools.yang.common.RpcResult<T>> resultRpcSuccessFor(T output)
public static List<org.opendaylight.yangtools.yang.model.api.SchemaPath> selectSchemaPath(List<org.opendaylight.yangtools.yang.model.api.SchemaPath> list, Pattern pattern)
list - pattern - matching patternpublic static boolean isNullOrEmpty(Collection<?> collection)
Copyright © 2015. All rights reserved.