Class ClasspathFunctions
- java.lang.Object
-
- com.chutneytesting.action.function.ClasspathFunctions
-
public class ClasspathFunctions extends Object
-
-
Constructor Summary
Constructors Constructor Description ClasspathFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringresourceContent(String name, String charset)static StringresourcePath(String name)static List<String>resourcesPath(String name)
-
-
-
Method Detail
-
resourcePath
public static String resourcePath(String name) throws URISyntaxException
- Throws:
URISyntaxException
-
resourcesPath
public static List<String> resourcesPath(String name) throws IOException, URISyntaxException
- Throws:
IOExceptionURISyntaxException
-
resourceContent
public static String resourceContent(String name, String charset) throws URISyntaxException, IOException
- Throws:
URISyntaxExceptionIOException
-
-