Package io.dropwizard.testing
Class ResourceHelpers
- java.lang.Object
-
- io.dropwizard.testing.ResourceHelpers
-
public class ResourceHelpers extends Object
A set of helper methods for working with classpath resources.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
resourceFilePath(String resourceClassPathLocation)
Detects the absolute path of a class path resource.
-