S
- the type of source code that can be written by this writerpublic interface SourceCodeWriter<S extends SourceCode<?,?>>
SourceCode
.Modifier and Type | Method and Description |
---|---|
void |
writeTo(SourceStructure structure,
S sourceCode)
Write, to the given
structure , the given sourceCode . |
void writeTo(SourceStructure structure, S sourceCode) throws IOException
structure
, the given sourceCode
.structure
- the SourceStructure
beneath which the source code is
writtensourceCode
- the source code to writeIOException
- if writing failsCopyright © 2021 Pivotal Software, Inc.. All rights reserved.