com.ibm.ftt.services.syntaxcheck
Interface IRemoteSyslibObject


public interface IRemoteSyslibObject

This interface represents a SYSLIB (i.e. an ordered concatenation of remote datasets which can be searched for files). It provides a method for obtaining the list of datasets as an array of ZOSResourceIdentifier objects.


Field Summary
static String COPY_RIGHT
           
 
Method Summary
 ZOSResourceIdentifier[] getRemoteSyslib()
          Returns an array of ZOSResourceIdentifier objects which represent the remote datasets which make up a SYSLIB.
 

Field Detail

COPY_RIGHT

static final String COPY_RIGHT
See Also:
Constant Field Values
Method Detail

getRemoteSyslib

ZOSResourceIdentifier[] getRemoteSyslib()
Returns an array of ZOSResourceIdentifier objects which represent the remote datasets which make up a SYSLIB.

Returns:
An array of ZOSResourceIdentifier objects.