org.troublescope.resolution
Class AntProblemResolution

java.lang.Object
  |
  +--org.troublescope.resolution.AntProblemResolution
All Implemented Interfaces:
ProblemResolution

public class AntProblemResolution
extends java.lang.Object
implements ProblemResolution

A problem resolution that uses Ant to resolve the problem.


Constructor Summary
AntProblemResolution(java.lang.String aBuildfile)
          Create a new AntProblemResolution.
 
Method Summary
 void execute(ApplicationContext ctx)
          Execute the resolution.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntProblemResolution

public AntProblemResolution(java.lang.String aBuildfile)
Create a new AntProblemResolution.
Method Detail

execute

public void execute(ApplicationContext ctx)
             throws ResolutionException
Execute the resolution.
Specified by:
execute in interface ProblemResolution


Copyright © 2002-2002 TroubleScope. All Rights Reserved.