Package org.ow2.clif.console.lib.batch
Class ListServersCmd
- java.lang.Object
-
- org.ow2.clif.console.lib.batch.ListServersCmd
-
public class ListServersCmd extends java.lang.ObjectBatch command to print the list of all CLIF servers registered in the Registry, or the list of CLIF servers used by one or several test plans.- Author:
- Bruno Dillenseger
-
-
Constructor Summary
Constructors Constructor Description ListServersCmd()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)static intrun()Prints the list of registered CLIF servers.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
- Parameters:
args- if no argument is provided, this command prints the list of all CLIF servers registered in the Registry; if one or several test plan file names are given, this command prints the list of CLIF servers used by th/is/ese test plans.- See Also:
run()
-
run
public static int run()
Prints the list of registered CLIF servers.- Returns:
- command status code (@see BatchUtil)
-
-