public class Util
extends java.lang.Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isDestinationContainedBy(java.lang.String destination,
java.lang.String wildcard)
This will test whether the given destination is a subset of the given wildcard.
|
static boolean |
isDestinationMatchedBy(java.lang.String destination1,
java.lang.String destination2)
Tests whether the two destinations are a match, in the general sense.
|
static boolean |
isWildcard(java.lang.String destination)
Tests for a wildcard destination.
|
public static boolean isDestinationContainedBy(java.lang.String destination,
java.lang.String wildcard)
destination - wildcard - public static boolean isDestinationMatchedBy(java.lang.String destination1,
java.lang.String destination2)
destination1 - destination2 - public static boolean isWildcard(java.lang.String destination)
destination - Copyright © Cloud Software Group, Inc. All rights reserved