org.hackystat.sensor.xmldata
Class XmlDataCliSensor

java.lang.Object
  extended by org.hackystat.sensor.xmldata.XmlDataCliSensor

public class XmlDataCliSensor
extends java.lang.Object

The entry point into the XmlDataSensor. This class allows command-line arguments to be specified by the user to perform actions based on the options and their parameters.

Author:
Austen Ito

Constructor Summary
XmlDataCliSensor()
           
 
Method Summary
static void main(java.lang.String[] args)
          Provide the command line interface to the XmlData sensor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlDataCliSensor

public XmlDataCliSensor()
Method Detail

main

public static void main(java.lang.String[] args)
Provide the command line interface to the XmlData sensor.

Parameters:
args - The command line arguments.