|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmain.PlanetlabDescription
public class PlanetlabDescription
The PlanetlabDescription
class is the main command-line based
class. It reads in an input file and writes instructions to standard out that
describe how to draw the PlanetLab map.
Constructor Summary | |
---|---|
private |
PlanetlabDescription()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
The main method of PlanetlabDescription . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private PlanetlabDescription()
Method Detail |
---|
public static void main(java.lang.String[] args)
PlanetlabDescription
. Given an input
file as its only command-line argument, it writes a description of the
PlanetLab map to standard out. A PHP script can read this in and generate
the map.
args
- a String
array. It should contain the input
file's name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |