Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.edit.verifiers
Class IBMiSourceMemberVerifyHelper

java.lang.Object
  extended by com.ibm.etools.iseries.edit.verifiers.IBMiSourceMemberVerifyHelper

public class IBMiSourceMemberVerifyHelper
extends Object

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

copyright

public static String copyright
Constructor Detail

IBMiSourceMemberVerifyHelper

public IBMiSourceMemberVerifyHelper()
Method Detail

verify

public static String verify(QSYSEditableRemoteSourceFileMember sourceMember,
                            boolean bPrompt)

verify

public static String verify(LpexView lpexView,
                            IFile iFile,
                            boolean bPrompt)
Verify an IFile

Parameters:
iFile -
bPrompt -

verify

public static String verify(SystemEditableRemoteFile editableRemoteFile,
                            String sourceType,
                            boolean bPrompt)
Verify an IFile

Parameters:
editableRemoteFile - the SystemEditableRemoteFile that you can get from the SystemViewRemoteFile
bPrompt - if true, the prompt dialog will be shown

getVerifierForSourceTypeStatic

public static Verifier getVerifierForSourceTypeStatic(String sourceType,
                                                      IFile iFile)
get the verifier for a source type and IFile


getVerifierForSourceTypeStatic

public static Verifier getVerifierForSourceTypeStatic(String sourceType,
                                                      LpexView view)
get the verifier for a source type and LpexView

Parameters:
sourceType - type of the file
view - the Lpex view associated with the file, if it is open in the editor

isDDSSourceType

public static boolean isDDSSourceType(String sourceType)
check if there is source type is of type DDS


isVerifiableSourceType

public static boolean isVerifiableSourceType(String sourceType)
check if there is a verifier, based on source type


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 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.