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