Drools :: Eclipse :: Webdav for Guvnor tools 6.0.0.Alpha9

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

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

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

Subclasses of ConditionFactor in org.eclipse.webdav.internal.kernel
 class EntityTag
          An EntityTag is a ConditionFactor describing some state of a resource represented as an opaque string.
 class StateToken
          A StateToken is a ConditionFactor describing some state of a resource represented as a URI.
 

Methods in org.eclipse.webdav.internal.kernel that return ConditionFactor
static ConditionFactor EntityTag.create(StreamTokenizer tokenizer)
          Create an EntityTag by parsing the given If header as defined by section 3.11 of the HTTP/1.1 spec.
static ConditionFactor StateToken.create(StreamTokenizer tokenizer)
          Create a StateToken by parsing the given If header as defined by section 9.4 in the WebDAV spec.
static ConditionFactor ConditionFactor.create(StreamTokenizer tokenizer)
          Create a ConditionFactor (either a StateToken or EntityTag) by parsing the tokenizer contining an If header value.
 

Methods in org.eclipse.webdav.internal.kernel with parameters of type ConditionFactor
 void ConditionTerm.addConditionFactor(ConditionFactor factor)
          Add a ConditionFactor to a ConditionTerm.
 boolean ConditionTerm.contains(ConditionFactor factor)
          Does this ConditionTerm contain the given ConditionFactor?
 


Drools :: Eclipse :: Webdav for Guvnor tools 6.0.0.Alpha9

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