com.ibm.etools.iseries.core
Class ISeriesRemoteLibraryMatcher
java.lang.Object
com.ibm.etools.systems.core.SystemRemoteObjectMatcher
com.ibm.etools.iseries.core.ISeriesRemoteLibraryMatcher
- public class ISeriesRemoteLibraryMatcher
- extends com.ibm.etools.systems.core.SystemRemoteObjectMatcher
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.
* @see com.ibm.etools.systems.core.ui.view.ISystemRemoteElementAdapter
Fields inherited from class com.ibm.etools.systems.core.SystemRemoteObjectMatcher |
STAR_SYMBOL, STAR_SYMBOL_LEN, STAR_SYMBOL2 |
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 |
copyright
public static final String copyright
- See Also:
- Constant Field Values
inst
public static ISeriesRemoteLibraryMatcher inst
factoryId
public static final String factoryId
- See Also:
- Constant Field Values
category
public static final String category
- See Also:
- Constant Field Values
ISeriesRemoteLibraryMatcher
public ISeriesRemoteLibraryMatcher(String nameFilter,
String attribute)
- Constructor.
* You only need to instantiate yourself if you want to match on a library
* of a particular name or attribute (eg, "PROD" or "TEST").
*
* Otherwise, call getLibraryTypeMatcher()
.
getLibraryTypeMatcher
public static ISeriesRemoteLibraryMatcher getLibraryTypeMatcher()
- Return an instance that will match on any library of any name
Copyright © 2005 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.