InstallerConfig getConfiguration()

in src/main/java/org/apache/sling/installer/provider/jcr/impl/JcrInstaller.java [396:403]


    InstallerConfig getConfiguration() {
        InstallerConfig cfg = null;
        final StoppableThread st = this.backgroundThread;
        if (st != null) {
            cfg = st.getConfiguration();
        }
        return cfg;
    }