Class ClasspathFunctions
java.lang.Object
com.chutneytesting.action.function.ClasspathFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringresourceContent(String name, String charset) static StringresourcePath(String name) resourcesPath(String name)
-
Constructor Details
-
ClasspathFunctions
public ClasspathFunctions()
-
-
Method Details
-
resourcePath
- Throws:
URISyntaxException
-
resourcesPath
- Throws:
IOExceptionURISyntaxException
-
resourceContent
public static String resourceContent(String name, String charset) throws URISyntaxException, IOException - Throws:
URISyntaxExceptionIOException
-