|
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.Verifier com.ibm.etools.iseries.edit.verifiers.VerifierDDS
public class VerifierDDS
DDS Program verifier
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.ibm.etools.iseries.edit.verifiers.Verifier |
---|
Verifier.RunnableProgramVerifier |
Field Summary | |
---|---|
protected boolean |
_bAvailable
|
protected int |
_iDDSType
|
static String |
Copyright
|
Fields inherited from class com.ibm.etools.iseries.edit.verifiers.Verifier |
---|
_bDBCS, _bLocal, _bShowListingsView, _connection, _document, _iCCSID, _job, _member, _sourceIFile, _strFullLocalFileName, _strMessage, _strProjectName, _view, copyright, lock |
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(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
IQSYSEditorConstantsDDS 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. |
IQSYSMember |
getQSYSMember()
Returns the ISeries member if a remote file. |
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. |
protected String |
verify(int iMode)
Do the verification. |
protected 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(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
IQSYSEditorConstantsDDS
constant to return.
fileName
- containing extension that denotes the DDS type
IQSYSEditorConstantsDDS
representing
the type of DDS. Specifically it will be one of.
public boolean getCacheRefresh()
com.ibm.etools.iseries.editor.verifiers.IVerifier#getCacheRefresh()
public String getISeriesMemberFullName()
getISeriesMemberFullName
in class Verifier
protected String verify(int iMode)
verify
in class Verifier
protected String verifyWithOptionsDialog()
verifyWithOptionsDialog
in class Verifier
public IQSYSMember getQSYSMember()
Verifier
getQSYSMember
in interface IVerifier
getQSYSMember
in class Verifier
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |