org.ow2.jasmine.probe.shell
Class Util
java.lang.Object
org.ow2.jasmine.probe.shell.Util
public class Util
- extends Object
Utilities for shell commands
- Author:
- durieuxp
|
Constructor Summary |
Util()
|
|
Method Summary |
protected static boolean |
validParam(String param)
Verify that the command parameter has the following format : paramName=paramValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Util
public Util()
validParam
protected static boolean validParam(String param)
- Verify that the command parameter has the following format : paramName=paramValue
- Parameters:
param -
- Returns:
- true if format ok, false if the format is wrong
Copyright © 2013 OW2 Consortium. All Rights Reserved.