@Incubating public interface RepositoryResourceAccessor
| Modifier and Type | Method | Description | 
|---|---|---|
| void | withResource(java.lang.String relativePath,
            Action<? super java.io.InputStream> action) | Perform an action on the contents of a remote resource. | 
void withResource(java.lang.String relativePath,
                  Action<? super java.io.InputStream> action)
relativePath - path to the resource, relative to the base URI of the repositoryaction - action to execute on the resource