public final class CBuilderXProjectWriter extends Object implements ProjectWriter
Constructor and Description |
---|
CBuilderXProjectWriter()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
writeProject(File fileName,
CCTask task,
ProjectDef projectDef,
List sources,
Map targets,
TargetInfo linkTarget)
Writes a project definition file.
|
public void writeProject(File fileName, CCTask task, ProjectDef projectDef, List sources, Map targets, TargetInfo linkTarget) throws IOException, 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 targetIOException
- if I/O errorSAXException
- if XML serialization errorCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.