Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.ui
Class QSYSRemoteMemberMatcher

java.lang.Object
  extended by SystemRemoteObjectMatcher
      extended by com.ibm.etools.iseries.rse.ui.QSYSRemoteMemberMatcher

public class QSYSRemoteMemberMatcher
extends SystemRemoteObjectMatcher

This class encapsulates all the criteria required to identify a match on a remote iSeries system member object.

Use the static method getMemberTypeMatcher() to get an default instance that matches on any member of any name.

Use the static method getSourceMemberTypeMatcher() to get an default instance that matches on any source member of any name.

Use the static method getDataMemberTypeMatcher() to get an default instance that matches on any data member of any name.

You only need to instantiate this class if you want to match on a member of a particular name or type.

See Also:
com.ibm.etools.systems.core.ui.view.ISystemRemoteElement

Field Summary
static String category
           
static String copyright
           
static QSYSRemoteMemberMatcher inst
           
static QSYSRemoteMemberMatcher instDta
           
static QSYSRemoteMemberMatcher instSrc
           
 
Constructor Summary
QSYSRemoteMemberMatcher(String nameFilter, String typeFilter, String subtypeFilter)
          Constructor.
 
Method Summary
static QSYSRemoteMemberMatcher getDataMemberTypeMatcher()
          Return an instance that will match on any data member of any name or type
static QSYSRemoteMemberMatcher getMemberTypeMatcher()
          Return an instance that will match on any member of any name or type
static QSYSRemoteMemberMatcher getMemberTypeMatcher(boolean srcMembersOnly)
          Return an instance that will match on any member or only on source members
static QSYSRemoteMemberMatcher getSourceMemberTypeMatcher()
          Return an instance that will match on any source member of any name or type
 
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

inst

public static QSYSRemoteMemberMatcher inst

instSrc

public static QSYSRemoteMemberMatcher instSrc

instDta

public static QSYSRemoteMemberMatcher instDta

category

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

QSYSRemoteMemberMatcher

public QSYSRemoteMemberMatcher(String nameFilter,
                               String typeFilter,
                               String subtypeFilter)
Constructor. You only need to instantiate yourself if you want to match on a member of a particular name or attribute (eg, "RPGLE"), or if you want to distinguish between source members or data members.

Otherwise, call getMemberTypeMatcher().

Parameters:
nameFilter - A scalar or generic name to match on. Pass null or "*" for all
typeFilter - A scalar or generic type to match on. Pass null or "*" for all
subtypeFilter - Pass "SRC" for source members, "DTA" for data members or null or "*" for both
Method Detail

getMemberTypeMatcher

public static QSYSRemoteMemberMatcher getMemberTypeMatcher()
Return an instance that will match on any member of any name or type


getSourceMemberTypeMatcher

public static QSYSRemoteMemberMatcher getSourceMemberTypeMatcher()
Return an instance that will match on any source member of any name or type


getDataMemberTypeMatcher

public static QSYSRemoteMemberMatcher getDataMemberTypeMatcher()
Return an instance that will match on any data member of any name or type


getMemberTypeMatcher

public static QSYSRemoteMemberMatcher getMemberTypeMatcher(boolean srcMembersOnly)
Return an instance that will match on any member or only on source members


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.