|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.edit.verifiers.IBMiEditorProgramVerifier
public abstract class IBMiEditorProgramVerifier
Base class for program verifiers.
Field Summary | |
---|---|
protected boolean |
_bLocal
|
protected IBMiConnection |
_connection
|
protected IFile |
_iFile
|
protected IQSYSMember |
_member
|
protected static String |
_strEmpty
|
protected String |
_strLocalFileName
|
protected Verifier |
_verifier
|
protected LpexView |
_view
|
static String |
copyright
|
Fields inherited from interface com.ibm.etools.iseries.edit.verifiers.IISeriesEditorProgramVerifier |
---|
Copyright |
Constructor Summary | |
---|---|
IBMiEditorProgramVerifier(LpexView view)
Constructor. |
Method Summary | |
---|---|
byte[] |
callbackGetLineText(int iElement)
Called by the native proxy to obtain the text at a line number. |
int |
callbackGetNextLine(int iElement)
Called by the native proxy to obtain the Element number of the next Element. |
int |
callbackGetPreviousLine(int iElement)
Called by the native proxy to obtain the Element number of the previous Element. |
boolean |
callbackIsShowLine(int iLine)
Called by the native proxy to determine whether a line is a show line. |
void |
displayMessage(String strMessage)
|
IQSYSMember |
getISeriesMember()
Returns the ISeriesMember object. |
String |
getLocalFileName()
|
Verifier |
getVerifier()
Returns the verifier |
abstract boolean |
isAvailable()
Subclasses to return whether the verifier function 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)
Gives the verifier the ISeries connection. |
void |
setLocal(boolean bLocal)
Sets whether the resource we are verifying is local or remote. |
void |
verifyProgram(int iMode)
Verifies a program using the options specified by the end user in the preferences pages. |
void |
verifyProgramWithOptionsDialog()
Verifies a program using the options specified by the end user in the options dialog. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static String copyright
protected static final String _strEmpty
protected boolean _bLocal
protected IQSYSMember _member
protected IBMiConnection _connection
protected LpexView _view
protected String _strLocalFileName
protected Verifier _verifier
protected IFile _iFile
Constructor Detail |
---|
public IBMiEditorProgramVerifier(LpexView view)
Method Detail |
---|
public Verifier getVerifier()
getVerifier
in interface IISeriesEditorProgramVerifier
public byte[] callbackGetLineText(int iElement)
public int callbackGetNextLine(int iElement)
public int callbackGetPreviousLine(int iElement)
public boolean callbackIsShowLine(int iLine)
public void displayMessage(String strMessage)
public String getLocalFileName()
com.ibm.etools.iseries.editor.IISeriesEditorProgramVerifier#getFileName()
public IQSYSMember getISeriesMember()
getISeriesMember
in interface IISeriesEditorProgramVerifier
public abstract boolean isAvailable()
isAvailable
in interface IISeriesEditorProgramVerifier
public boolean isLocal()
IISeriesEditorProgramVerifier
isLocal
in interface IISeriesEditorProgramVerifier
com.ibm.etools.iseries.editor.IISeriesEditorProgramVerifier#isLocal()
public void setISeriesConnection(IBMiConnection connection)
setISeriesConnection
in interface IISeriesEditorProgramVerifier
connection
- the connection that the verify should usepublic void setIFile(IFile fileObject)
IISeriesEditorProgramVerifier
setIFile
in interface IISeriesEditorProgramVerifier
com.ibm.etools.iseries.editor.IISeriesEditorProgramVerifier#setIFile(IFile)
public void setLocal(boolean bLocal)
IISeriesEditorProgramVerifier
setLocal
in interface IISeriesEditorProgramVerifier
com.ibm.etools.iseries.editor.IISeriesEditorProgramVerifier#setLocal(boolean)
public void verifyProgram(int iMode)
verifyProgram
in interface IISeriesEditorProgramVerifier
public void verifyProgramWithOptionsDialog()
verifyProgramWithOptionsDialog
in interface IISeriesEditorProgramVerifier
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |