|
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.QSYSRemoteRecordMatcher
public class QSYSRemoteRecordMatcher
This class encapsulates all the criteria required to identify a match on a record in a remote iSeries system QSYS file object.
Use the static method getRecordTypeMatcher()
to get an default instance that matches on
any record of any name of any type.
You only need to instantiate this class if you want to match on a record of a particular name.
com.ibm.etools.systems.core.ui.view.ISystemRemoteElement
Field Summary | |
---|---|
static String |
category
|
static String |
copyright
|
static QSYSRemoteRecordMatcher |
inst
|
Constructor Summary | |
---|---|
QSYSRemoteRecordMatcher(String nameFilter)
Constructor. |
Method Summary | |
---|---|
static QSYSRemoteRecordMatcher |
getRecordTypeMatcher()
Return an instance that will match on any record 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 QSYSRemoteRecordMatcher inst
public static final String category
Constructor Detail |
---|
public QSYSRemoteRecordMatcher(String nameFilter)
Otherwise, call #getFieldTypeMatcher()
.
Method Detail |
---|
public static QSYSRemoteRecordMatcher getRecordTypeMatcher()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |