org.igfay.util
Class AntFig

java.lang.Object
  extended byorg.igfay.util.AntFig

public class AntFig
extends java.lang.Object

Author:
conrad4 This class brings the power and flexibility of JFig to Ant. It takes advantage of the JFig functionality to automatically load selected values as properties. You can put your Ant properties in your config file, then use AntFig to process configuration and call Ant. This gives you the advantage of storing all your configuration in one central location in addition to the additional JFig functionality.

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

Constructor Detail

AntFig

public AntFig()
Method Detail

main

public static void main(java.lang.String[] args)