public interface DynamicPackageOutputManager extends OutputManager
OutputManager allowing the specification of packages for selected outputs.| Modifier and Type | Method and Description |
|---|---|
void |
setPackageName(String packageName)
Sets the package name to be used by the Writer obtained through the very next call to
OutputManager.createOutput(java.lang.String). |
createOutput, withOutputvoid setPackageName(String packageName)
OutputManager.createOutput(java.lang.String). A subsequent call to OutputManager.createOutput(java.lang.String) should
use the initial package name, whatever that was.packageName - the packageName to be applied to output. The first invocation will be captured as the
initial package name.Copyright © 2014-2022 Real Logic Limited. All Rights Reserved.