- All Implemented Interfaces:
- java.lang.Cloneable, java.lang.Iterable<org.apache.tools.ant.types.Resource>, org.apache.tools.ant.types.ResourceCollection
public class SystemIncludePath
extends ConditionalPath
A system include path.
Files located using a system include path will not participate in dependency
analysis.
Standard include paths for a compiler should not be specified since these
should be determined from environment variables or configuration files by
the compiler adapter.
Works like other paths in Ant with with the addition of "if" and "unless"
conditions.
- Author:
- Curt Arnold