Uses of Interface
net.sf.antcontrib.cpptasks.ide.ProjectWriter
-
Packages that use ProjectWriter Package Description net.sf.antcontrib.cpptasks.apple Project writer for Apple Xcodenet.sf.antcontrib.cpptasks.borland Adapter for Borland tools.net.sf.antcontrib.cpptasks.devstudio Adapters for Microsoft tools.net.sf.antcontrib.cpptasks.ide IDE project file generation. -
-
Uses of ProjectWriter in net.sf.antcontrib.cpptasks.apple
Classes in net.sf.antcontrib.cpptasks.apple that implement ProjectWriter Modifier and Type Class Description class
XcodeProjectWriter
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 ProjectWriter Modifier and Type Class Description class
CBuilderXProjectWriter
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 ProjectWriter Modifier and Type Class Description class
DevStudioProjectWriter
Writes a Microsoft Visual Studio 97 or Visual Studio 6 project file.class
VisualStudioNETProjectWriter
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 ProjectWriter Modifier and Type Field Description private 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 ProjectWriter Modifier and Type Method Description ProjectWriter
ProjectWriterEnum. getProjectWriter()
Gets ProjectWriter associated with enumeration value.
-