|
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.QSYSRemoteObjectMatcher
public class QSYSRemoteObjectMatcher
This class encapsulates all the criteria required to identify a match on a remote iSeries system QSYS object. Specifically, any non-library object by default, although you can select to exclude file objects.
Use the static method getObjectTypeMatcher(boolean includeFiles)
to get an default instance that matches on any object of any name of any type.
You only need to instantiate this class if you want to match on an object of a particular name or type or attribute.
com.ibm.etools.systems.core.ui.view.ISystemRemoteElement
Field Summary | |
---|---|
static String |
categoryWithFiles
|
static String |
categoryWithoutFiles
|
static String |
copyright
|
static boolean |
INCLUDEFILES_NO
|
static boolean |
INCLUDEFILES_YES
|
static QSYSRemoteObjectMatcher |
instWithFiles
|
static QSYSRemoteObjectMatcher |
instWithoutFiles
|
Constructor Summary | |
---|---|
QSYSRemoteObjectMatcher(String nameFilter,
String type,
String attribute,
boolean includeFiles)
Constructor. |
|
QSYSRemoteObjectMatcher(String nameFilter,
String category,
String type,
String attribute)
Constructor for categories other than OBJECTS |
Method Summary | |
---|---|
static QSYSRemoteObjectMatcher |
getObjectTypeMatcher(boolean includeFiles)
Return an instance that will match on any object of any name or type or attribute. |
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 QSYSRemoteObjectMatcher instWithFiles
public static QSYSRemoteObjectMatcher instWithoutFiles
public static final String categoryWithFiles
public static final String categoryWithoutFiles
public static final boolean INCLUDEFILES_YES
public static final boolean INCLUDEFILES_NO
Constructor Detail |
---|
public QSYSRemoteObjectMatcher(String nameFilter, String type, String attribute, boolean includeFiles)
Otherwise, call getObjectTypeMatcher(boolean includeFiles)
.
includeFiles
- pass true to match on all non-library object types including files, or
pass false to exclude files.public QSYSRemoteObjectMatcher(String nameFilter, String category, String type, String attribute)
Method Detail |
---|
public static QSYSRemoteObjectMatcher getObjectTypeMatcher(boolean includeFiles)
includeFiles
- pass true to match on all non-library object types including files, or
pass false to exclude files.
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |