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.PBXObjectRefXcodeProjectWriter. 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.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 DependencyDef Modifier and Type Method Description voidProjectDef. addDependency(DependencyDef dependency)Add a dependency definition to the project.
-