Package org.ow2.clif.console.lib.batch
Class ProbeHelpCmd
- java.lang.Object
-
- org.ow2.clif.console.lib.batch.ProbeHelpCmd
-
public abstract class ProbeHelpCmd extends java.lang.ObjectBatch 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 voidmain(java.lang.String[] args)static intrun(java.lang.String probeType)Prints the help message about the probe's arguments.
-
-
-
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)
-
-