|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.rse.core.SystemTypeMatcher
public final class SystemTypeMatcher
Shared system type id list parser and matcher. Parses a given list of system type id's, separated by semicolon and possibly containing the wildcards '*' and '?.
Constructor Summary | |
---|---|
SystemTypeMatcher(String declaredSystemTypeIds)
Constructor. |
Method Summary | |
---|---|
boolean |
matches(IRSESystemType systemType)
Checks if the specified system type is matched by this pattern. |
boolean |
supportsAllSystemTypes()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemTypeMatcher(String declaredSystemTypeIds)
declaredSystemTypeIds
- The list of declared system type ids. Might be null
.Method Detail |
---|
public boolean supportsAllSystemTypes()
public boolean matches(IRSESystemType systemType)
|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |