Class ListServersCmd


  • public class ListServersCmd
    extends java.lang.Object
    Batch 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 void main​(java.lang.String[] args)  
      static int run()
      Prints the list of registered CLIF servers.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ListServersCmd

        public ListServersCmd()
    • 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)