org.troublescope.resolution
Class DelegatingProblemResolution

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

public class DelegatingProblemResolution
extends java.lang.Object
implements ProblemResolution

A ProblemResolution that delegates to Ant or Jelly depending on the type of script file.


Constructor Summary
DelegatingProblemResolution(java.lang.String aScriptFile)
          Create a new DelegatingProblemResolution.
 
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

DelegatingProblemResolution

public DelegatingProblemResolution(java.lang.String aScriptFile)
Create a new DelegatingProblemResolution.
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.