edu.gatech.oad.antlab.pkg1
Class AntLabMain

java.lang.Object
  extended by edu.gatech.oad.antlab.pkg1.AntLabMain

public class AntLabMain
extends java.lang.Object

CS2335 Ant Lab Prints out a simple message gathered from all of the other classes in the package structure


Constructor Summary
AntLabMain()
          the constructor that intializes all the helper classes
 
Method Summary
static void main(java.lang.String[] args)
          entry point for the program
 void printOutMessage()
          gathers a string from all the other classes and prints the message out to the console
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntLabMain

public AntLabMain()
the constructor that intializes all the helper classes

Method Detail

printOutMessage

public void printOutMessage()
gathers a string from all the other classes and prints the message out to the console


main

public static void main(java.lang.String[] args)
entry point for the program