Uses of Class
net.sf.antcontrib.cpptasks.DependencyInfo
Packages that use DependencyInfo
Package
Description
C++ and other compiled languages build support for Ant.
-
Uses of DependencyInfo in net.sf.antcontrib.cpptasks
Methods in net.sf.antcontrib.cpptasks that return DependencyInfoModifier and TypeMethodDescriptionDependencyTable.getDependencyInfo
(String sourceRelativeName, String includePathIdentifier) This method returns a DependencyInfo for the specific source file and include path identifierDependencyTable.parseIncludes
(CCTask task, CompilerConfiguration compiler, File source) Methods in net.sf.antcontrib.cpptasks with parameters of type DependencyInfoModifier and TypeMethodDescriptionabstract boolean
DependencyTable.DependencyVisitor.preview
(DependencyInfo parent, DependencyInfo[] children) Previews all the children of this source file.boolean
DependencyTable.TimestampChecker.preview
(DependencyInfo parent, DependencyInfo[] children) private void
DependencyTable.putDependencyInfo
(String key, DependencyInfo dependInfo) abstract boolean
DependencyTable.DependencyVisitor.visit
(DependencyInfo dependInfo) Visits the dependency info.boolean
DependencyTable.TimestampChecker.visit
(DependencyInfo dependInfo) void
DependencyTable.walkDependencies
(CCTask task, DependencyInfo dependInfo, CompilerConfiguration compiler, DependencyInfo[] stack, DependencyTable.DependencyVisitor visitor) private void
DependencyTable.writeDependencyInfo
(BufferedWriter writer, StringBuffer buf, DependencyInfo dependInfo) -
Uses of DependencyInfo in net.sf.antcontrib.cpptasks.compiler
Methods in net.sf.antcontrib.cpptasks.compiler that return DependencyInfoModifier and TypeMethodDescriptionfinal DependencyInfo
AbstractCompiler.parseIncludes
(CCTask task, File source, File[] includePath, File[] sysIncludePath, File[] envIncludePath, File baseDir, String includePathIdentifier) Returns dependency info for the specified source fileCommandLineCompilerConfiguration.parseIncludes
(CCTask task, File baseDir, File source) CompilerConfiguration.parseIncludes
(CCTask task, File baseDir, File source)