Interface ResourceStrategy
- All Known Implementing Classes:
BasicResourceStrategyImpl,WowzaResourceStrategyImpl
public interface ResourceStrategy
-
Method Summary
Modifier and TypeMethodDescriptiongetResource(String baseUri) Transform a base url into a resource uri.
-
Method Details
-
getResource
Transform a base url into a resource uri.- Parameters:
baseUri- The uri of the resource to generate the path to.- Returns:
- The correct path to use for the resource.
- Throws:
IllegalStateException- Thrown if unable to process the resource uri.
-