All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eu.ciechanowiec.sling.rocket.commons.ResourceAccess Maven / Gradle / Ivy

There is a newer version: 13.26.0
Show newest version
package eu.ciechanowiec.sling.rocket.commons;

import org.apache.sling.api.resource.ResourceResolver;

import javax.jcr.Repository;

/**
 * Provides full and unlimited access to Apache Sling resources, including the underlying {@link Repository}.
 */
@FunctionalInterface
public interface ResourceAccess {

    /**
     * Provides full and unlimited access to Apache Sling resources, including the underlying {@link Repository}.
     * @return {@link ResourceResolver} that provides the resource access
     */
    ResourceResolver acquireAccess();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy