net.ggtools.grand.ant
Interface TaskVisitor

All Known Implementing Classes:
LinkFinderVisitor, ReflectTaskVisitorBase

interface TaskVisitor

Interface to be implemented by classes exploring task wrappers.

Author:
Christophe Labouisse

Method Summary
 void visit(org.apache.tools.ant.RuntimeConfigurable wrapper)
          Visits a wrapper doing what ever is necessary.
 

Method Detail

visit

void visit(org.apache.tools.ant.RuntimeConfigurable wrapper)
           throws GrandException
Visits a wrapper doing what ever is necessary. This will include recursively explore the children.

Parameters:
wrapper -
Throws:
GrandException


Copyright © 2004-2005 ggTools. All Rights Reserved.