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
voidexecute()

Constructor Detail

IncludePath

public IncludePath(Project project)

IncludePath

public IncludePath(Project p, String path)

Method Detail

execute

public void execute()
Copyright ? 2001-2011 Ant-Contrib project. All Rights Reserved.