public final class RMNodeHelper extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isDeployingNodeURL(String url)
Returns
true if the given parameter is the representation of
a deploying node (starts with deploying://nsName/nodeName ),
false otherwise. |
public static boolean isDeployingNodeURL(String url)
true
if the given parameter is the representation of
a deploying node (starts with deploying://nsName/nodeName
),
false
otherwise.url
- the URL associated to the RMNode.true
if the parameter is a deploying node's URL, false
otherwise.