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