public interface Decorator
Modifier and Type | Method and Description |
---|---|
void |
apply(Template fn,
Options options)
Decorate a template with metadata.
|
void apply(Template fn, Options options) throws IOException
fn
- Decorated template.options
- Options object.IOException
- If something goes wrong.Copyright © 2022. All rights reserved.