eu.ciechanowiec.sling.rocket.jcr.path.WithJCRPath Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sling.rocket.commons Show documentation
Show all versions of sling.rocket.commons Show documentation
Common utilities used by Sling Rocket
package eu.ciechanowiec.sling.rocket.jcr.path;
/**
* Represents an abstraction that has an associated {@link JCRPath}.
*/
@FunctionalInterface
public interface WithJCRPath {
/**
* Returns the {@link JCRPath} associated with this abstraction.
* @return {@link JCRPath} associated with this abstraction
*/
JCRPath jcrPath();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy