Uses of Class
net.sf.antcontrib.cpptasks.ide.DependencyDef
-
Packages that use DependencyDef Package Description net.sf.antcontrib.cpptasks.apple Project writer for Apple Xcodenet.sf.antcontrib.cpptasks.ide IDE project file generation. -
-
Uses of DependencyDef in net.sf.antcontrib.cpptasks.apple
Methods in net.sf.antcontrib.cpptasks.apple with parameters of type DependencyDef Modifier and Type Method Description private XcodeProjectWriter.PBXObjectRef
XcodeProjectWriter. addDependency(java.util.Map objects, XcodeProjectWriter.PBXObjectRef project, java.util.List mainGroupChildren, java.lang.String baseDir, DependencyDef dependency)
Adds a dependency to the object graph.private static XcodeProjectWriter.PBXObjectRef
XcodeProjectWriter. createPBXReferenceProxy(XcodeProjectWriter.PBXObjectRef remoteRef, DependencyDef dependency)
Create a proxy for a file in a different project. -
Uses of DependencyDef in net.sf.antcontrib.cpptasks.ide
Methods in net.sf.antcontrib.cpptasks.ide with parameters of type DependencyDef Modifier and Type Method Description void
ProjectDef. addDependency(DependencyDef dependency)
Add a dependency definition to the project.
-