|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.iseries.editor.verifiers.Verifier
com.ibm.etools.iseries.editor.verifiers.VerifierDDS
DDS Program verifier
Nested Class Summary |
---|
Nested classes inherited from class com.ibm.etools.iseries.editor.verifiers.Verifier |
---|
Verifier.RunnableProgramVerifier |
Field Summary | |
---|---|
protected boolean |
_bAvailable
|
protected int |
_iDDSType
|
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, copyright |
Constructor Summary | |
---|---|
VerifierDDS(IDocument document,
String ddsType)
Constructor for a document. |
|
VerifierDDS(IFile file,
String ddsType)
Constructor for a file with source type The set of possible dds type strings are defined in the convertDdsType() method |
|
VerifierDDS(com.ibm.lpex.core.LpexView lpexView,
int ddsType)
Constructor for an Lpex view. |
Method Summary | |
---|---|
static int |
computeDdsTypeFromFileName(String fileName)
Return what kind of DDS type this file name is Looks at the extension on this editor title and uses convertDdsType(String) to determine the
IISeriesEditorConstantsDDS constant to return. |
static int |
convertDdsType(String strName)
Returns a DDS Type from IISeriesEditorConstantsDDS based on the file extension Moved from ISeriesEditorDDSProgramVerifier.setDDSType() |
boolean |
getCacheRefresh()
Returns whether or not the cache should be refreshed. |
String |
getISeriesMemberFullName()
Returns the fully qualified ISeries member name. |
static boolean |
isAvailable()
Returns whether this verifier is available. |
void |
setDDSType(int iDDSType)
Sets the DDS type as defined in IISeriesEditorConstantsDDS class. |
void |
setDDSType(String strType)
Sets the DDS type as defined in IISeriesEditorConstantsDDS class. |
String |
verify(boolean bSilentMode)
Do the verification. |
String |
verifyWithOptionsDialog()
Displays the program verifier options dialog and the verifies the program. |
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 boolean _bAvailable
protected int _iDDSType
Constructor Detail |
public VerifierDDS(IDocument document, String ddsType)
convertDdsType()
method
convertDdsType()
public VerifierDDS(IFile file, String ddsType)
convertDdsType()
method
convertDdsType()
public VerifierDDS(com.ibm.lpex.core.LpexView lpexView, int ddsType)
Method Detail |
public static boolean isAvailable()
public void setDDSType(int iDDSType)
public void setDDSType(String strType)
convertDdsType()
method
convertDdsType()
public static int convertDdsType(String strName)
public static int computeDdsTypeFromFileName(String fileName)
convertDdsType(String)
to determine the
IISeriesEditorConstantsDDS
constant to return.
fileName
- containing extension that denotes the DDS type
IISeriesEditorConstantsDDS
representing
the type of DDS. Specifically it will be one of.
public boolean getCacheRefresh()
IVerifier.getCacheRefresh()
public String getISeriesMemberFullName()
getISeriesMemberFullName
in class Verifier
public String verify(boolean bSilentMode)
verify
in class Verifier
public String verifyWithOptionsDialog()
verifyWithOptionsDialog
in class Verifier
|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |