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 booleanDependencyTable.DependencyVisitor.preview(DependencyInfo parent, DependencyInfo[] children) Previews all the children of this source file.booleanDependencyTable.TimestampChecker.preview(DependencyInfo parent, DependencyInfo[] children) private voidDependencyTable.putDependencyInfo(String key, DependencyInfo dependInfo) abstract booleanDependencyTable.DependencyVisitor.visit(DependencyInfo dependInfo) Visits the dependency info.booleanDependencyTable.TimestampChecker.visit(DependencyInfo dependInfo) voidDependencyTable.walkDependencies(CCTask task, DependencyInfo dependInfo, CompilerConfiguration compiler, DependencyInfo[] stack, DependencyTable.DependencyVisitor visitor) private voidDependencyTable.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 DependencyInfoAbstractCompiler.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)