Uses of Interface
net.sf.antcontrib.cpptasks.ide.ProjectWriter
Packages that use ProjectWriter
Package
Description
Project writer for Apple Xcode
Adapter for Borland tools.
Adapters for Microsoft tools.
IDE project file generation.
-
Uses of ProjectWriter in net.sf.antcontrib.cpptasks.apple
Classes in net.sf.antcontrib.cpptasks.apple that implement ProjectWriterModifier and TypeClassDescriptionfinal class
Writes a Apple Xcode 2.1+ project directory. -
Uses of ProjectWriter in net.sf.antcontrib.cpptasks.borland
Classes in net.sf.antcontrib.cpptasks.borland that implement ProjectWriterModifier and TypeClassDescriptionfinal class
Writes a CBuilderX 1.0 project file. -
Uses of ProjectWriter in net.sf.antcontrib.cpptasks.devstudio
Classes in net.sf.antcontrib.cpptasks.devstudio that implement ProjectWriterModifier and TypeClassDescriptionfinal class
Writes a Microsoft Visual Studio 97 or Visual Studio 6 project file.final class
Writes a Visual Studio.NET project file. -
Uses of ProjectWriter in net.sf.antcontrib.cpptasks.ide
Fields in net.sf.antcontrib.cpptasks.ide declared as ProjectWriterModifier and TypeFieldDescriptionprivate ProjectWriter
ProjectDef.projectWriter
Project writer.private static ProjectWriter[]
ProjectWriterEnum.writers
Project writers associated with enumeration values.Methods in net.sf.antcontrib.cpptasks.ide that return ProjectWriterModifier and TypeMethodDescriptionProjectWriterEnum.getProjectWriter()
Gets ProjectWriter associated with enumeration value.