Uses of Class
dev.galasa.zosfile.ZosUNIXFileException
Packages that use ZosUNIXFileException
-
Uses of ZosUNIXFileException in dev.galasa.zosfile
Methods in dev.galasa.zosfile that throw ZosUNIXFileExceptionModifier and TypeMethodDescriptionIZosUNIXFile.create()
Create the zOS UNIX file or directoryIZosUNIXFile.create
(Set<PosixFilePermission> accessPermissions) Create the zOS UNIX file or directory with the supplied Access Permissionsboolean
IZosUNIXFile.delete()
Delete the zOS UNIX file or directory from the zOS image.boolean
IZosUNIXFile.directoryDeleteNonEmpty()
Recursively delete the zOS UNIX directory and its contents from the zOS imageIZosUNIXFile.directoryList()
Returns sortedSortedMap
the zOS UNIX files and directories in this zOS UNIX directoryIZosUNIXFile.directoryListRecursive()
Returns recursive sortedSortedMap
the zOS UNIX files and directories in this zOS UNIX directoryboolean
IZosUNIXFile.exists()
Return true if the zOS UNIX exists on the zOS imageIZosUNIXFile.getAttributesAsString()
Return the attributes of the zOS UNIX file or directory as aString
IZosUNIXFile.getDirectoryPath()
Return the full directory path for the zOS UNIX file or directoryIZosUNIXFile.getFilePermissions()
IZosUNIXFile.getGroup()
IZosUNIXFile.getLastModified()
int
IZosUNIXFile.getSize()
IZosUNIXFile.getUser()
boolean
IZosUNIXFile.isDirectory()
Return true if this object represents a zOS UNIX directoryIZosFileHandler.newUNIXFile
(String fullFilePath, IZosImage image) Instantiate a newIZosUNIXFile
, which can represent either an existing UNIX file, or directory, or one to be created.byte[]
IZosUNIXFile.retrieveAsBinary()
Retrieve content of the zOS UNIX file from the zOS image in Binary modeIZosUNIXFile.retrieveAsText()
Retrieve the content of the zOS UNIX file from the zOS image in Text modevoid
IZosUNIXFile.retrieveAttributes()
Retrieve the attributes of an existing data set to make the values available in the getter methodsvoid
IZosUNIXFile.saveToResultsArchive
(String rasPath) Recursively store the content of the zOS UNIX file or directory to the Results Archive Storevoid
IZosUNIXFile.setAccessPermissions
(Set<PosixFilePermission> accessPermissions, boolean recursive) Change the Access Permissions of the zOS UNIX filevoid
IZosUNIXFile.storeBinary
(@javax.validation.constraints.NotNull byte[] content) Write content to the zOS UNIX file on the zOS image in Binary modevoid
Write the content to the zOS UNIX file on the zOS image in Text mode