Rational Developer for Power Systems Software
V7.6

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

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

public class QSYSRemoteLibraryMatcher
extends SystemRemoteObjectMatcher

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

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

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

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

Field Summary
static String category
           
static String copyright
           
static QSYSRemoteLibraryMatcher inst
           
 
Constructor Summary
QSYSRemoteLibraryMatcher(String nameFilter, String attribute)
          Constructor.
 
Method Summary
static QSYSRemoteLibraryMatcher getLibraryTypeMatcher()
          Return an instance that will match on any library of any name
 
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 QSYSRemoteLibraryMatcher inst

category

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

QSYSRemoteLibraryMatcher

public QSYSRemoteLibraryMatcher(String nameFilter,
                                String attribute)
Constructor. You only need to instantiate yourself if you want to match on a library of a particular name or attribute (eg, "PROD" or "TEST").

Otherwise, call getLibraryTypeMatcher().

Method Detail

getLibraryTypeMatcher

public static QSYSRemoteLibraryMatcher getLibraryTypeMatcher()
Return an instance that will match on any library of any name


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.