All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.galasa.zosfile.rseapi.manager.internal.package-info Maven / Gradle / Ivy

There is a newer version: 0.34.0
Show newest version
/*
 * Licensed Materials - Property of IBM
 * 
 * (c) Copyright IBM Corp. 2020.
 */
/**
 * z/OS File Manager - RSE API Internal Implementation
 * 
 * @galasa.manager z/OS File RSE API
 * 
 * @galasa.release.state ALPHA - This Manager is being actively developed. It is subject to change and has not been extensively tested.
 * 
 * @galasa.description
 * 
 * This Manager is an internal implementation of the zOS File Manager using RSE API. The RSE API File Manager
 * is used in conjunction with the z/OS Manager. The z/OS Manager provides the interface for the z/OS file
 * function and pulls in the RSE API File Manager to provide the implementation of the interface. If your 
 * test needs to instantiate a UNIX file, dataset, or VSAM data set, write and retrieve content from it, 
 * or configure and manipulate it then you can call the z/OS Manager in your test code and the z/OS Manager
 * will call the RSE API File Manager to provide the implementation via the z/OS file function. 
 * 

* The zOS File RSE API Manager is enabled by setting the CPS property:
* zos.bundle.extra.file.manager=dev.galasa.zosfile.rseapi.manager *

* See the zOS Manager for details of the z/OS File Annotations. */ package dev.galasa.zosfile.rseapi.manager.internal;





© 2015 - 2025 Weber Informatics LLC | Privacy Policy