net.sf.antcontrib.cpptasks.types

Class IncludePath


public class IncludePath
extends ConditionalPath

An include path. Works like other paths in Ant with with the addition of "if" and "unless" conditions.
Author:
Curt Arnold

Constructor Summary

IncludePath(Project project)
IncludePath(Project p, String path)

Method Summary

void
execute()

Methods inherited from class net.sf.antcontrib.cpptasks.types.ConditionalPath

isActive, setIf, setUnless

Constructor Details

IncludePath

public IncludePath(Project project)

IncludePath

public IncludePath(Project p,
                   String path)

Method Details

execute

public void execute()
            throws org.apache.tools.ant.BuildException

Copyright B) 2001-2006 Ant-Contrib project. All Rights Reserved.