main
Class PlanetlabNode

java.lang.Object
  extended by main.PlanetlabNode

public class PlanetlabNode
extends java.lang.Object

The PlanetlabNode class is the main class for the node information printing program. It reads in a node ID and prints information on the node.


Constructor Summary
private PlanetlabNode()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main method that runs PlanetlabNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanetlabNode

private PlanetlabNode()
Method Detail

main

public static void main(java.lang.String[] args)
The main method that runs PlanetlabNode

Parameters:
args - a String array. It should contain the node id and input file name.