Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.edit.verifiers
Interface IISeriesEditorProgramVerifier

All Known Implementing Classes:
IBMiEditorCobolProgramVerifier, IBMiEditorProgramVerifier, IBMiEditorRPGILEProgramVerifier, ISeriesEditorDDSProgramVerifier

public interface IISeriesEditorProgramVerifier

Implemented by syntax checkers.


Field Summary
static String Copyright
           
 
Method Summary
 IQSYSMember getISeriesMember()
          Returns the IQSYSMember.
 Verifier getVerifier()
          Returns the verifier
 boolean isAvailable()
          Returns whether the syntax checker is available.
 boolean isLocal()
          Queries whether the resource we are verifying is local or remote.
 void setIFile(IFile fileObject)
          sets up the IFile object for verifies to find information
 void setISeriesConnection(IBMiConnection connection)
          Method setISeriesConnection.
 void setLocal(boolean bLocal)
          Sets whether the resource we are verifying is local or remote.
 void verifyProgram(int iMode)
          Verifies the program.
 void verifyProgramWithOptionsDialog()
          Verifies the program after displaying the options dialog.
 

Field Detail

Copyright

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

getISeriesMember

IQSYSMember getISeriesMember()
Returns the IQSYSMember.


getVerifier

Verifier getVerifier()
Returns the verifier


isAvailable

boolean isAvailable()
Returns whether the syntax checker is available.


isLocal

boolean isLocal()
Queries whether the resource we are verifying is local or remote.

Returns:
true if resource is a local resource, false if resource is a remote resource.

setISeriesConnection

void setISeriesConnection(IBMiConnection connection)
Method setISeriesConnection. Sets the connection to be used for verification

Parameters:
connection - the connection that the verify should use

setIFile

void setIFile(IFile fileObject)
sets up the IFile object for verifies to find information


setLocal

void setLocal(boolean bLocal)
Sets whether the resource we are verifying is local or remote.

Parameters:
true - if resource is a local resource, false if resource is a remote resource.

verifyProgram

void verifyProgram(int iMode)
Verifies the program.


verifyProgramWithOptionsDialog

void verifyProgramWithOptionsDialog()
Verifies the program after displaying the options dialog.


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.