com.github.maven_nar.cpptasks.borland
Class CBuilderXProjectWriter
java.lang.Object
com.github.maven_nar.cpptasks.borland.CBuilderXProjectWriter
- All Implemented Interfaces:
- ProjectWriter
public final class CBuilderXProjectWriter
- extends Object
- implements ProjectWriter
Writes a CBuilderX 1.0 project file.
- Author:
- curta
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CBuilderXProjectWriter
public CBuilderXProjectWriter()
- Constructor.
writeProject
public void writeProject(File fileName,
CCTask task,
ProjectDef projectDef,
List sources,
Map targets,
TargetInfo linkTarget)
throws IOException,
SAXException
- Writes a project definition file.
- Specified by:
writeProject in interface ProjectWriter
- Parameters:
fileName - project name for file, should has .cbx extensiontask - cc task for which to write projectprojectDef - project elementsources - source filestargets - compilation targetslinkTarget - link target
- Throws:
IOException - if I/O error
SAXException - if XML serialization error
Copyright © 2001-2013. All Rights Reserved.