iSeries Remote Systems
v6.0.1

com.ibm.etools.iseries.editor.verifiers
Class VerifierCobolILE

java.lang.Object
  extended bycom.ibm.etools.iseries.editor.verifiers.Verifier
      extended bycom.ibm.etools.iseries.editor.verifiers.VerifierCobolILE
All Implemented Interfaces:
IVerifier

public class VerifierCobolILE
extends Verifier


Nested Class Summary
 
Nested classes inherited from class com.ibm.etools.iseries.editor.verifiers.Verifier
Verifier.RunnableProgramVerifier
 
Field Summary
static String copyright
           
 
Fields inherited from class com.ibm.etools.iseries.editor.verifiers.Verifier
_bDBCS, _bLocal, _bShowListingsView, _connection, _document, _iCCSID, _job, _member, _sourceIFile, _strFullLocalFileName, _strMessage, _strProjectName, _view
 
Fields inherited from interface com.ibm.etools.iseries.editor.verifiers.IVerifier
Copyright
 
Constructor Summary
VerifierCobolILE(IDocument document)
           
VerifierCobolILE(IFile file)
           
VerifierCobolILE(com.ibm.lpex.core.LpexView lpexView)
           
 
Method Summary
 void callbackAddError(byte[] byteaError)
          Called by the native proxy for each error string.
 boolean getCacheRefresh()
          Returns whether or not the cache should be refreshed.
 void initializePVoptions(VerifierCobolILEOptions PVoptions)
           
static boolean isAvailable()
          Returns the availability of the verifier.
 String verify(boolean bSilentMode)
          Do the verification.
 String verifyWithOptionsDialog()
          Display an options dialog and verify.
 
Methods inherited from class com.ibm.etools.iseries.editor.verifiers.Verifier
callbackGetLinePrefixText, callbackGetLineText, callbackGetNextLine, callbackGetPreviousLine, callbackIsShowLine, doVerification, doVerificationWithOptionsDialog, getCCSID, getErrorListFile, getEventDirectoryPath, getEventName, getFullLocalFileName, getHostAlias, getHostCommunicationsPort, getInformationDirectoryPath, getInformationName, getISeriesMember, getISeriesMemberFullName, getListingDirectoryPath, getListingName, getLocalFileName, getShortFileName, getSpecialCharsXLate, initializeViewFromDocument, initializeViewFromFile, initializeViewFromLpexView, isDBCS, isIFSFile, isLocal, setIFile, setISeriesConnection, setLocal, setShowListingsView, showErrorListView, showListingsView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Constructor Detail

VerifierCobolILE

public VerifierCobolILE(IDocument document)

VerifierCobolILE

public VerifierCobolILE(IFile file)

VerifierCobolILE

public VerifierCobolILE(com.ibm.lpex.core.LpexView lpexView)
Method Detail

getCacheRefresh

public boolean getCacheRefresh()
Returns whether or not the cache should be refreshed.

Returns:
boolean returns true if refrsh cache is on, false otherwise.
See Also:
IVerifier.getCacheRefresh()

callbackAddError

public void callbackAddError(byte[] byteaError)
Called by the native proxy for each error string.


verify

public String verify(boolean bSilentMode)
Do the verification.

Specified by:
verify in class Verifier

initializePVoptions

public void initializePVoptions(VerifierCobolILEOptions PVoptions)

isAvailable

public static boolean isAvailable()
Returns the availability of the verifier.


verifyWithOptionsDialog

public String verifyWithOptionsDialog()
Display an options dialog and verify.

Specified by:
verifyWithOptionsDialog in class Verifier

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.