Interface DynamicPackageOutputManager

    • Method Detail

      • setPackageName

        void setPackageName​(java.lang.String packageName)
        Sets the package name to be used by the Writer obtained through the very next call to OutputManager.createOutput(java.lang.String). A subsequent call to OutputManager.createOutput(java.lang.String) should use the initial package name, whatever that was.
        Parameters:
        packageName - the packageName to be applied to output. The first invocation will be captured as the initial package name.