|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.iseries.editor.ISeriesEditorProgramVerifier
Base class for program verifiers.
Field Summary | |
---|---|
protected boolean |
_bLocal
|
protected ISeriesConnection |
_connection
|
protected IFile |
_iFile
|
protected ISeriesMember |
_member
|
protected static String |
_strEmpty
|
protected String |
_strLocalFileName
|
protected Verifier |
_verifier
|
protected com.ibm.lpex.core.LpexView |
_view
|
static String |
copyright
|
Fields inherited from interface com.ibm.etools.iseries.editor.IISeriesEditorProgramVerifier |
---|
Copyright |
Constructor Summary | |
---|---|
ISeriesEditorProgramVerifier(com.ibm.lpex.core.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)
|
ISeriesMember |
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(ISeriesConnection connection)
Gives the verifier the ISeries connection. |
void |
setLocal(boolean bLocal)
Sets whether the resource we are verifying is local or remote. |
void |
verifyProgram(boolean bSilentMode)
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 final String copyright
protected static final String _strEmpty
protected boolean _bLocal
protected ISeriesMember _member
protected ISeriesConnection _connection
protected com.ibm.lpex.core.LpexView _view
protected String _strLocalFileName
protected Verifier _verifier
protected IFile _iFile
Constructor Detail |
public ISeriesEditorProgramVerifier(com.ibm.lpex.core.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 ISeriesMember getISeriesMember()
getISeriesMember
in interface IISeriesEditorProgramVerifier
public abstract boolean isAvailable()
isAvailable
in interface IISeriesEditorProgramVerifier
public boolean isLocal()
IISeriesEditorProgramVerifier
isLocal
in interface IISeriesEditorProgramVerifier
IISeriesEditorProgramVerifier.isLocal()
public void setISeriesConnection(ISeriesConnection connection)
setISeriesConnection
in interface IISeriesEditorProgramVerifier
connection
- the connection that the verify should usepublic void setIFile(IFile fileObject)
IISeriesEditorProgramVerifier
setIFile
in interface IISeriesEditorProgramVerifier
IISeriesEditorProgramVerifier.setIFile(IFile)
public void setLocal(boolean bLocal)
IISeriesEditorProgramVerifier
setLocal
in interface IISeriesEditorProgramVerifier
IISeriesEditorProgramVerifier.setLocal(boolean)
public void verifyProgram(boolean bSilentMode)
verifyProgram
in interface IISeriesEditorProgramVerifier
public void verifyProgramWithOptionsDialog()
verifyProgramWithOptionsDialog
in interface IISeriesEditorProgramVerifier
|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |