Uses of Class
net.sf.antcontrib.cpptasks.ide.DependencyDef
Packages that use DependencyDef
Package
Description
Project writer for Apple Xcode
IDE project file generation.
-
Uses of DependencyDef in net.sf.antcontrib.cpptasks.apple
Methods in net.sf.antcontrib.cpptasks.apple with parameters of type DependencyDefModifier and TypeMethodDescriptionprivate XcodeProjectWriter.PBXObjectRefXcodeProjectWriter.addDependency(Map objects, XcodeProjectWriter.PBXObjectRef project, List mainGroupChildren, String baseDir, DependencyDef dependency) Adds a dependency to the object graph.private static XcodeProjectWriter.PBXObjectRefXcodeProjectWriter.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 DependencyDefModifier and TypeMethodDescriptionvoidProjectDef.addDependency(DependencyDef dependency) Add a dependency definition to the project.