Uses of Class
dev.galasa.artifact.TestBundleResourceException
-
Uses of TestBundleResourceException in dev.galasa.artifact
Modifier and TypeMethodDescriptionIBundleResources.retrieveDirectoryContents
(String directory) For a directory, retrieve a map of file paths within it, and InputStreams for those files.IBundleResources.retrieveFile
(String path) Retrieve a single file as an InputStreamIBundleResources.retrieveFileAsString
(String path) Retrieve the contents of a file as a StringIBundleResources.retrieveJar
(String symbolicName, String version, String directory) Retrieve a jar file as an input streamIBundleResources.retrieveSkeletonDirectoryContents
(String directory, Map<String, Object> parameters, int skeletonType) For a directory, retrieve a map of file paths within it, and InputStreams for those files, if the file is a skeleton then any required substitutions will be performed before the stream is returned.IBundleResources.retrieveSkeletonFile
(String path, Map<String, Object> parameters) Retrieve a single file as an InputStream If the file is a skeleton then any required substitutions will be performed before the stream is returned.IBundleResources.retrieveSkeletonFile
(String path, Map<String, Object> parameters, int skeletonType) Retrieve a single file as an InputStream, if the file is a skeleton then any required substitutions will be performed before the stream is returned.IBundleResources.retrieveSkeletonFileAsString
(String path, Map<String, Object> parameters) Retrieve a single file as a String If the file is a skeleton then any required substitutions will be performed before the string is returned.IBundleResources.zipDirectoryContents
(String resourcesDirectory, Map<String, Object> parameters, String encoding, boolean gzip)