public interface ProjectWriter
Modifier and Type | Method and Description |
---|---|
void |
writeProject(File baseName,
CCTask task,
ProjectDef projectDef,
List files,
Map targets,
TargetInfo linkTarget)
Write project definition file.
|
void writeProject(File baseName, CCTask task, ProjectDef projectDef, List files, Map targets, TargetInfo linkTarget) throws IOException, SAXException
baseName
- File name base, writer may append appropriate extensiontask
- taskprojectDef
- project elementfiles
- source and header filestargets
- compilation targetslinkTarget
- link targetIOException
- if I/O error is encounteredSAXException
- if I/O error during XML serializationCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.