|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.core.SystemRemoteObjectMatcher
com.ibm.etools.iseries.core.ISeriesRemoteObjectMatcher
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 String |
factoryId
|
static boolean |
INCLUDEFILES_NO
|
static boolean |
INCLUDEFILES_YES
|
static ISeriesRemoteObjectMatcher |
instWithFiles
|
static ISeriesRemoteObjectMatcher |
instWithoutFiles
|
Fields inherited from class com.ibm.etools.systems.core.SystemRemoteObjectMatcher |
---|
STAR_SYMBOL, STAR_SYMBOL_LEN, STAR_SYMBOL2 |
Constructor Summary | |
---|---|
ISeriesRemoteObjectMatcher(String nameFilter,
String type,
String attribute,
boolean includeFiles)
Constructor. |
|
ISeriesRemoteObjectMatcher(String nameFilter,
String category,
String type,
String attribute)
Constructor for categories other than OBJECTS |
Method Summary | |
---|---|
static ISeriesRemoteObjectMatcher |
getObjectTypeMatcher(boolean includeFiles)
Return an instance that will match on any object of any name or type or attribute. |
Methods inherited from class com.ibm.etools.systems.core.SystemRemoteObjectMatcher |
---|
appliesTo, endsWithAsterisk, getCategoryFilter, getNameFilter, getSubSubTypeFilter, getSubSystemFactoryCategoryFilter, getSubSystemFactoryId, getSubTypeFilter, getSystemTypesFilter, getTypeFilter, resolveSymbols, startsWithAsterisk, stripLeadingAsterisk, stripTrailingAsterisk |
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 ISeriesRemoteObjectMatcher instWithFiles
public static ISeriesRemoteObjectMatcher instWithoutFiles
public static final String factoryId
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 ISeriesRemoteObjectMatcher(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 ISeriesRemoteObjectMatcher(String nameFilter, String category, String type, String attribute)
Method Detail |
public static ISeriesRemoteObjectMatcher getObjectTypeMatcher(boolean includeFiles)
includeFiles
- pass true to match on all non-library object types including files, or
pass false to exclude files.
|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |