com.ibm.ftt.services.syntaxcheck
Interface ICompileOptions


public interface ICompileOptions

This interface represents a set of compile and related options and provides methods for accessing them.


Field Summary
static String COPY_RIGHT
           
 
Method Summary
 String getCICSTranslatorOptions()
          Get the CICS Translator options.
 String getCompileOptions()
          Get the compile options.
 String getDB2DBRMLIB()
          Get the DBRM Library used by the DB2 co-processor
 String getDB2ProcessorOptions()
          Get the DB2 co-processor options.
 boolean invokeCICSTranslator()
          Indicate whether to invoke the CICS translator
 boolean invokeDB2Processor()
          Indicate whether to invoke the DB2 co-processor
 

Field Detail

COPY_RIGHT

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

getCompileOptions

String getCompileOptions()
Get the compile options. Multiple compile options need to be separated by spaces. For example: TEST LIST

Returns:
A blank delimited string of compile options.

getCICSTranslatorOptions

String getCICSTranslatorOptions()
Get the CICS Translator options. Multiple options need to be separated by spaces.

Returns:
A blank delimited string of CICS options

getDB2ProcessorOptions

String getDB2ProcessorOptions()
Get the DB2 co-processor options. Multiple options need to be separated by spaces.

Returns:
A blank delimited string of DB2 co-processor options

invokeCICSTranslator

boolean invokeCICSTranslator()
Indicate whether to invoke the CICS translator

Returns:
True, if the CICS translator needs to be invoked, otherwise false.

invokeDB2Processor

boolean invokeDB2Processor()
Indicate whether to invoke the DB2 co-processor

Returns:
True, if the DB2 co-processor needs to be invoked, otherwise false.

getDB2DBRMLIB

String getDB2DBRMLIB()
Get the DBRM Library used by the DB2 co-processor

Returns:
A string representing the DBRM Library used by the DB2 co-processor