public class OutputWriter extends Object
| Constructor and Description |
|---|
OutputWriter(Configuration configuration)
Creates a new OutputWriter to write output class files as specified by
the given configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ClassPool programClassPool,
MultiValueMap<String,String> injectedClassNameMap)
Writes the given class pool to class files, based on the current
configuration.
|
public OutputWriter(Configuration configuration)
public void execute(ClassPool programClassPool, MultiValueMap<String,String> injectedClassNameMap) throws IOException
IOExceptionCopyright © 2019. All rights reserved.