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 PermissionsbooleanIZosUNIXFile.delete()Delete the zOS UNIX file or directory from the zOS image.booleanIZosUNIXFile.directoryDeleteNonEmpty()Recursively delete the zOS UNIX directory and its contents from the zOS imageIZosUNIXFile.directoryList()Returns sortedSortedMapthe zOS UNIX files and directories in this zOS UNIX directoryIZosUNIXFile.directoryListRecursive()Returns recursive sortedSortedMapthe zOS UNIX files and directories in this zOS UNIX directorybooleanIZosUNIXFile.exists()Return true if the zOS UNIX exists on the zOS imageIZosUNIXFile.getAttributesAsString()Return the attributes of the zOS UNIX file or directory as aStringIZosUNIXFile.getDirectoryPath()Return the full directory path for the zOS UNIX file or directoryIZosUNIXFile.getFilePermissions()IZosUNIXFile.getGroup()IZosUNIXFile.getLastModified()intIZosUNIXFile.getSize()IZosUNIXFile.getUser()booleanIZosUNIXFile.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 modevoidIZosUNIXFile.retrieveAttributes()Retrieve the attributes of an existing data set to make the values available in the getter methodsvoidIZosUNIXFile.saveToResultsArchive(String rasPath) Recursively store the content of the zOS UNIX file or directory to the Results Archive StorevoidIZosUNIXFile.setAccessPermissions(Set<PosixFilePermission> accessPermissions, boolean recursive) Change the Access Permissions of the zOS UNIX filevoidIZosUNIXFile.storeBinary(@javax.validation.constraints.NotNull byte[] content) Write content to the zOS UNIX file on the zOS image in Binary modevoidWrite the content to the zOS UNIX file on the zOS image in Text mode