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.: newDataset(String, IZosImage)), then to call methods on that object to configure it, and then to call methods on this manager to manipulate it.