|
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 SystemRemoteObjectMatcher com.ibm.etools.iseries.rse.ui.QSYSRemoteLibraryMatcher
public class QSYSRemoteLibraryMatcher
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.
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 |
---|
public static final String copyright
public static QSYSRemoteLibraryMatcher inst
public static final String category
Constructor Detail |
---|
public QSYSRemoteLibraryMatcher(String nameFilter, String attribute)
Otherwise, call getLibraryTypeMatcher()
.
Method Detail |
---|
public static QSYSRemoteLibraryMatcher getLibraryTypeMatcher()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |