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.boolean
IZosDataset.delete()
Delete the data set on the zOS image.boolean
IZosDataset.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 implementationboolean
IZosDataset.isPDS()
Returns true if the data set exists and is a partitioned data setIZosFileHandler.listDatasets
(String prefix, IZosImage image) Return aList
of data set name starting with the supplied prefixvoid
IZosDataset.memberCreate
(@NotNull String memberName) Create an empty member in the partitioned data setvoid
IZosDataset.memberDelete
(@NotNull String memberName) Delete a member from the partitioned data setboolean
IZosDataset.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 modevoid
IZosDataset.memberSaveToResultsArchive
(@NotNull String memberName, String rasPath) Store the content of the partitioned data set member to the Results Archive Storevoid
IZosDataset.memberStoreBinary
(@NotNull String memberName, @javax.validation.constraints.NotNull byte[] content) Write content to the partitioned data set member in Binary modevoid
IZosDataset.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 modevoid
IZosDataset.retrieveAttibutes()
Retrieve the attributes of an existing data set to make the values available in the getter methodsvoid
IZosDataset.saveToResultsArchive
(String rasPath) Store the content of the data set to the Results Archive Storevoid
IZosDataset.storeBinary
(@javax.validation.constraints.NotNull byte[] content) Write content to the data set in Binary modevoid
Write content to the data set in Text mode