Class ProbeHelpCmd


  • public abstract class ProbeHelpCmd
    extends java.lang.Object
    Batch command to get help for a given probe.
    Author:
    Bruno Dillenseger
    • Constructor Summary

      Constructors 
      Constructor Description
      ProbeHelpCmd()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      static int run​(java.lang.String probeType)
      Prints the help message about the probe's arguments.
      • Methods inherited from class java.lang.Object

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

      • ProbeHelpCmd

        public ProbeHelpCmd()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Parameters:
        args - args[0] is the type of probe
      • run

        public static int run​(java.lang.String probeType)
        Prints the help message about the probe's arguments.
        Parameters:
        probeType - the probe type (e.g. cpu, memory, disk, network...), actually a sub-package of package org.ow2.clif.probe. defining an Insert class derived from the AbstractDumbInsert class.
        Returns:
        command status code (@see BatchUtil)