Interface IZosFileHandler


public interface IZosFileHandler

Tester facing interface for zOS file management.

Provides 3 types of files:

  • IUNIXFile
  • IDataset
  • IVSAMDataset
Typical usage would be to instantiate one of these using the newXXX(...) methods (e.g.:
invalid @link
#newDataset(String)
), then to call methods on that object to configure it, and then to call methods on this manager to manipulate it.