Class TestBedConfig

java.lang.Object
  |
  +--TestBedConfig

public class TestBedConfig
extends java.lang.Object


Nested Class Summary
 class TestBedConfig.TestBedConfigMote
           
 
Constructor Summary
TestBedConfig(java.lang.String filename)
           
 
Method Summary
 TestBedConfig.TestBedConfigMote getMote(int i)
           
 java.util.Iterator getMotesIterator()
           
 int getNumberOfMotes()
           
static void main(java.lang.String[] args)
          When called standalone, this parses the config file provided and prints the information read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestBedConfig

public TestBedConfig(java.lang.String filename)
              throws java.io.FileNotFoundException
Method Detail

getNumberOfMotes

public int getNumberOfMotes()

getMote

public TestBedConfig.TestBedConfigMote getMote(int i)
                                        throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException

getMotesIterator

public java.util.Iterator getMotesIterator()

main

public static void main(java.lang.String[] args)
When called standalone, this parses the config file provided and prints the information read