iSeries Remote Systems
v6.0.1

com.ibm.etools.iseries.editor
Interface IISeriesEditorProgramVerifier

All Known Implementing Classes:
ISeriesEditorProgramVerifier

public interface IISeriesEditorProgramVerifier

Implemented by syntax checkers.


Field Summary
static String Copyright
           
 
Method Summary
 ISeriesMember getISeriesMember()
          Returns the ISeries member.
 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(ISeriesConnection connection)
          Method setISeriesConnection.
 void setLocal(boolean bLocal)
          Sets whether the resource we are verifying is local or remote.
 void verifyProgram(boolean bSilentMode)
          Verifies the program.
 void verifyProgramWithOptionsDialog()
          Verifies the program after displaying the options dialog.
 

Field Detail

Copyright

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

getISeriesMember

public ISeriesMember getISeriesMember()
Returns the ISeries member.


getVerifier

public Verifier getVerifier()
Returns the verifier


isAvailable

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


isLocal

public 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

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

Parameters:
connection - the connection that the verify should use

setIFile

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


setLocal

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


verifyProgram

public void verifyProgram(boolean bSilentMode)
Verifies the program.


verifyProgramWithOptionsDialog

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


iSeries Remote Systems
v6.0.1

Copyright © 2005 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.