z/OS Manager File interface
-
Create the zOS UNIX file or directory
Create the zOS UNIX file or directory with the supplied Access Permissions
boolean
Delete the zOS UNIX file or directory from the zOS image.
boolean
Recursively delete the zOS UNIX directory and its contents from the zOS image
Returns sorted
SortedMap
the zOS UNIX files and directories in this zOS UNIX directory
Returns recursive sorted
SortedMap
the zOS UNIX files and directories in this zOS UNIX directory
boolean
Return true if the zOS UNIX exists on the zOS image
Return the attributes of the zOS UNIX file or directory as a
String
Return the full directory path for the zOS UNIX file or directory
int
boolean
Return true if this object represents a zOS UNIX directory
Instantiate a new
IZosUNIXFile
, which can represent either an
existing UNIX file, or directory, or one to be created.
byte[]
Retrieve content of the zOS UNIX file from the zOS image in Binary mode
Retrieve the content of the zOS UNIX file from the zOS image in Text mode
void
Retrieve the attributes of an existing data set to make the values available in the getter methods
void
Recursively store the content of the zOS UNIX file or directory to the Results Archive Store
void
Change the Access Permissions of the zOS UNIX file
void
IZosUNIXFile.storeBinary(@javax.validation.constraints.NotNull byte[] content)
Write content to the zOS UNIX file on the zOS image in Binary mode
void
Write the content to the zOS UNIX file on the zOS image in Text mode