net.sf.fikin.ant.types
Interface Type

All Known Implementing Classes:
Depends, FactoryType, IfUnless, Input, Namespace, Output, Parameter, XHTMLInput, XMLInput, XPathTask.ForEach, XPathTask.Function, XPathTask.Select, XsltParam, XsltTask.Factory

public interface Type

Base for all types

Defined a method for consistency checking created on Jan 3, 2007

Since:
Version:
$Revision: 1.3 $
Author:
fiykov

Method Summary
 void check(org.apache.tools.ant.Task task)
          test if this class members are in a consistent state for use in task execution
 

Method Detail

check

void check(org.apache.tools.ant.Task task)
           throws org.apache.tools.ant.BuildException
test if this class members are in a consistent state for use in task execution

Parameters:
task - is enclosing ant task
Throws:
org.apache.tools.ant.BuildException


Copyright © 2003-2007 Nikolay Fiykov. All Rights Reserved.