|
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.QSYSRemoteFileMatcher
public class QSYSRemoteFileMatcher
This class encapsulates all the criteria required to identify a match on a remote iSeries system QSYS file object. You must decide whether it is source or data files or both. To get files that don't have members, use ISeriesRemoteObjectMatcher.
Use the static method getFileTypeMatcher(int fileType)
to get an default instance that matches on any file of any name of the required type.
You only need to instantiate this class if you want to match on a file of a particular name or attribute.
com.ibm.etools.systems.core.ui.view.ISystemRemoteElement
Field Summary | |
---|---|
static String |
copyright
|
static int |
DTAFILES
|
static QSYSRemoteFileMatcher |
instAnyFiles
|
static QSYSRemoteFileMatcher |
instDtaFiles
|
static QSYSRemoteFileMatcher |
instSrcFiles
|
static int |
SRCFILES
|
Constructor Summary | |
---|---|
QSYSRemoteFileMatcher(String nameFilter,
String attribute)
Constructor. |
Method Summary | |
---|---|
static QSYSRemoteFileMatcher |
getFileTypeMatcher()
Return an instance that will match on any data or src file of any name |
static QSYSRemoteFileMatcher |
getFileTypeMatcher(boolean srcFilesOnly)
Return an instance that will match either on any file, or only on src files |
static QSYSRemoteFileMatcher |
getFileTypeMatcher(int fileType)
Return an instance that will match on any file of any name, of the given type |
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 QSYSRemoteFileMatcher instDtaFiles
public static QSYSRemoteFileMatcher instSrcFiles
public static QSYSRemoteFileMatcher instAnyFiles
public static final int SRCFILES
public static final int DTAFILES
Constructor Detail |
---|
public QSYSRemoteFileMatcher(String nameFilter, String attribute)
Otherwise, call #getObjectTypeMatcher(boolean includeFiles)
.
includeFiles
- pass true to match on all non-library object types including files, or
pass false to exclude files.Method Detail |
---|
public static QSYSRemoteFileMatcher getFileTypeMatcher(int fileType)
fileType
- Specify one of SRCFILES, DTAFILESpublic static QSYSRemoteFileMatcher getFileTypeMatcher()
public static QSYSRemoteFileMatcher getFileTypeMatcher(boolean srcFilesOnly)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |