net.sf.kernow.util
Class AntPropertiesExtractor

java.lang.Object
  extended by net.sf.kernow.util.AntPropertiesExtractor

public class AntPropertiesExtractor
extends java.lang.Object

Extract the targets from an ant buildfile


Constructor Summary
AntPropertiesExtractor()
           
 
Method Summary
static java.util.HashMap<java.lang.String,java.lang.Object> getAntProperties(java.net.URI antBuildfile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntPropertiesExtractor

public AntPropertiesExtractor()
Method Detail

getAntProperties

public static java.util.HashMap<java.lang.String,java.lang.Object> getAntProperties(java.net.URI antBuildfile)