| 
 | 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.Objectcom.ibm.etools.iseries.edit.verifiers.IBMiSourceMemberVerifyHelper
public class IBMiSourceMemberVerifyHelper
A helper class which verifies a given source member.
| Field Summary | |
|---|---|
| static String | copyright | 
| Constructor Summary | |
|---|---|
| IBMiSourceMemberVerifyHelper() | |
| Method Summary | |
|---|---|
| static Verifier | getVerifierForSourceTypeStatic(String sourceType,
                               IFile iFile)get the verifier for a source type and IFile | 
| static Verifier | getVerifierForSourceTypeStatic(String sourceType,
                               LpexView view)get the verifier for a source type and LpexView | 
| static boolean | isDDSSourceType(String sourceType)check if there is source type is of type DDS | 
| static boolean | isVerifiableSourceType(String sourceType)check if there is a verifier, based on source type | 
| static String | verify(LpexView lpexView,
       IFile iFile,
       boolean bPrompt)Verify an IFile | 
| static String | verify(QSYSEditableRemoteSourceFileMember sourceMember,
       boolean bPrompt) | 
| static String | verify(SystemEditableRemoteFile editableRemoteFile,
       String sourceType,
       boolean bPrompt)Verify an IFile | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static String copyright
| Constructor Detail | 
|---|
public IBMiSourceMemberVerifyHelper()
| Method Detail | 
|---|
public static String verify(QSYSEditableRemoteSourceFileMember sourceMember,
                            boolean bPrompt)
public static String verify(LpexView lpexView,
                            IFile iFile,
                            boolean bPrompt)
iFile - bPrompt - 
public static String verify(SystemEditableRemoteFile editableRemoteFile,
                            String sourceType,
                            boolean bPrompt)
editableRemoteFile - the SystemEditableRemoteFile that you can get from the SystemViewRemoteFilebPrompt - if true, the prompt dialog will be shown
public static Verifier getVerifierForSourceTypeStatic(String sourceType,
                                                      IFile iFile)
public static Verifier getVerifierForSourceTypeStatic(String sourceType,
                                                      LpexView view)
sourceType - type of the fileview - the Lpex view associated with the file, if it is open in the editorpublic static boolean isDDSSourceType(String sourceType)
public static boolean isVerifiableSourceType(String sourceType)
| 
 | Rational Developer for Power Systems Software V7.6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||