org.aspectj.tools.ajbrowser
Class Main

java.lang.Object
  extended by org.aspectj.tools.ajbrowser.Main

public class Main
extends java.lang.Object

Run ajbrowser if 0+ .lst file arguments, and ajc otherwise.


Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          Run ajbrowser if args contains only .lst files and ajc otherwise.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
Run ajbrowser if args contains only .lst files and ajc otherwise.

Parameters:
args - the String[] of args to interpret