public final class CBuilderXProjectWriter extends java.lang.Object implements ProjectWriter
Constructor and Description |
---|
CBuilderXProjectWriter()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
writeProject(java.io.File fileName,
CCTask task,
ProjectDef projectDef,
java.util.List sources,
java.util.Hashtable targets,
TargetInfo linkTarget)
Writes a project definition file.
|
public void writeProject(java.io.File fileName, CCTask task, ProjectDef projectDef, java.util.List sources, java.util.Hashtable targets, TargetInfo linkTarget) throws java.io.IOException, org.xml.sax.SAXException
writeProject
in interface ProjectWriter
fileName
- project name for file, should has .cbx extensiontask
- cc task for which to write projectprojectDef
- project elementsources
- source filestargets
- compilation targetslinkTarget
- link targetjava.io.IOException
- if I/O errororg.xml.sax.SAXException
- if XML serialization errorCopyright ? 2001-2016 Ant-Contrib project. All Rights Reserved.