protected String getRealPID()

in src/main/java/org/apache/sling/installer/factories/configuration/impl/AbstractConfigTask.java [57:63]


    protected String getRealPID() {
        if (this.factoryPid != null) {
            return ConfigUtil.getPIDOfFactoryPID(this.factoryPid, this.configPid);
        } else {
            return this.configPid;
        }
    }