Uses of Class
dev.galasa.zosfile.ZosDatasetException
Packages that use ZosDatasetException
- 
Uses of ZosDatasetException in dev.galasa.zosfile
Methods in dev.galasa.zosfile that throw ZosDatasetExceptionModifier and TypeMethodDescriptionIZosDataset.create()Allocate the physical data set on the zOS image.booleanIZosDataset.delete()Delete the data set on the zOS image.booleanIZosDataset.exists()Returns true if the data set exists on the zOS imageIZosDataset.getAttibutesAsString()Return the attributes of the data set as aString
The format of the String is defined by the implementationbooleanIZosDataset.isPDS()Returns true if the data set exists and is a partitioned data setIZosFileHandler.listDatasets(String prefix, IZosImage image) Return aListof data set name starting with the supplied prefixvoidIZosDataset.memberCreate(@NotNull String memberName) Create an empty member in the partitioned data setvoidIZosDataset.memberDelete(@NotNull String memberName) Delete a member from the partitioned data setbooleanIZosDataset.memberExists(@NotNull String memberName) Return true if the named member exists in the partitioned data setIZosDataset.memberList()List the members of the partitioned data setbyte[]IZosDataset.memberRetrieveAsBinary(@NotNull String memberName) Retrieve content from the partitioned data set member in Binary modeIZosDataset.memberRetrieveAsText(@NotNull String memberName) Retrieve content from the partitioned data set member in Text modevoidIZosDataset.memberSaveToResultsArchive(@NotNull String memberName, String rasPath) Store the content of the partitioned data set member to the Results Archive StorevoidIZosDataset.memberStoreBinary(@NotNull String memberName, @javax.validation.constraints.NotNull byte[] content) Write content to the partitioned data set member in Binary modevoidIZosDataset.memberStoreText(@NotNull String memberName, @NotNull String content) Write content to the partitioned data set member in Text modeIZosFileHandler.newDataset(String dsname, IZosImage image) Instantiate a newIZosDataset, which can represent either an existing dataset, or one to be created.byte[]IZosDataset.retrieveAsBinary()Retrieve content of the data set in Binary modeIZosDataset.retrieveAsText()Retrieve content of the data set in Text modevoidIZosDataset.retrieveAttibutes()Retrieve the attributes of an existing data set to make the values available in the getter methodsvoidIZosDataset.saveToResultsArchive(String rasPath) Store the content of the data set to the Results Archive StorevoidIZosDataset.storeBinary(@javax.validation.constraints.NotNull byte[] content) Write content to the data set in Binary modevoidWrite content to the data set in Text mode