Uses of Class
org.eclipse.webdav.internal.kernel.Condition

Packages that use Condition
org.eclipse.webdav.internal.kernel   
 

Uses of Condition in org.eclipse.webdav.internal.kernel
 

Methods in org.eclipse.webdav.internal.kernel that return Condition
static Condition Condition.create(StreamTokenizer tokenizer)
          Create a Condition by parsing the given If header as defined by section 9.4 in the WebDAV spec.
static Condition Condition.create(String ifHeader)
          Create a Condition 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 Condition
 void Precondition.addCondition(Condition condition)
          Add a Condition to this Precondition.
 boolean Precondition.matches(Condition condition)
          See if this Precondition contains a matching Condition.
 boolean Condition.matches(Condition condition)
          See if this Condition matches the given Condition.
 



Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.