|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConditionTerm | |
---|---|
org.eclipse.webdav.internal.kernel |
Uses of ConditionTerm in org.eclipse.webdav.internal.kernel |
---|
Methods in org.eclipse.webdav.internal.kernel that return ConditionTerm | |
---|---|
static ConditionTerm |
ConditionTerm.create(StreamTokenizer tokenizer)
Create a ConditionTerm by parsing the given If header as defined by section 9.4 in the WebDAV spec. |
Methods in org.eclipse.webdav.internal.kernel with parameters of type ConditionTerm | |
---|---|
void |
Condition.addConditionTerm(ConditionTerm term)
Add a ConditionTerm to a Condition. |
boolean |
Condition.contains(ConditionTerm term)
Does this Condition contain the given ConditionTerm? |
boolean |
ConditionTerm.matches(ConditionTerm conditionTerm)
See if this ConditionTerm matches the given ConditionTerm. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |