Uses of Class
net.sf.antcontrib.cpptasks.DependencyInfo
-
Packages that use DependencyInfo Package Description net.sf.antcontrib.cpptasks C++ and other compiled languages build support for Ant.net.sf.antcontrib.cpptasks.compiler -
-
Uses of DependencyInfo in net.sf.antcontrib.cpptasks
Methods in net.sf.antcontrib.cpptasks that return DependencyInfo Modifier and Type Method Description DependencyInfoDependencyTable. getDependencyInfo(java.lang.String sourceRelativeName, java.lang.String includePathIdentifier)This method returns a DependencyInfo for the specific source file and include path identifierDependencyInfoDependencyTable. parseIncludes(CCTask task, CompilerConfiguration compiler, java.io.File source)Methods in net.sf.antcontrib.cpptasks with parameters of type DependencyInfo Modifier and Type Method Description abstract 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(java.lang.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(java.io.BufferedWriter writer, java.lang.StringBuffer buf, DependencyInfo dependInfo) -
Uses of DependencyInfo in net.sf.antcontrib.cpptasks.compiler
Methods in net.sf.antcontrib.cpptasks.compiler that return DependencyInfo Modifier and Type Method Description DependencyInfoAbstractCompiler. parseIncludes(CCTask task, java.io.File source, java.io.File[] includePath, java.io.File[] sysIncludePath, java.io.File[] envIncludePath, java.io.File baseDir, java.lang.String includePathIdentifier)Returns dependency info for the specified source fileDependencyInfoCommandLineCompilerConfiguration. parseIncludes(CCTask task, java.io.File baseDir, java.io.File source)DependencyInfoCompilerConfiguration. parseIncludes(CCTask task, java.io.File baseDir, java.io.File source)
-