protected ProcessingComponentConfiguration getComponentConfig()

in src/main/java/org/apache/sling/rewriter/impl/ProcessorConfigurationImpl.java [328:336]


    protected ProcessingComponentConfiguration getComponentConfig(final Resource configResource,
                                                                  final String propertyName,
                                                                  final String prefix) {
        ProcessingComponentConfiguration[] configs = this.getComponentConfigs(configResource, propertyName, prefix);
        if ( configs != null && configs.length > 0 ) {
            return configs[0];
        }
        return null;
    }