Uses of Class
org.cip4.jdflib.util.UrlUtil.URLProtocol

Packages that use UrlUtil.URLProtocol
org.cip4.jdflib.elementwalker   
org.cip4.jdflib.util   
 

Uses of UrlUtil.URLProtocol in org.cip4.jdflib.elementwalker
 

Fields in org.cip4.jdflib.elementwalker with type parameters of type UrlUtil.URLProtocol
protected  Set<UrlUtil.URLProtocol> URLExtractor.protocols
           
 

Methods in org.cip4.jdflib.elementwalker with parameters of type UrlUtil.URLProtocol
 void URLExtractor.addProtocol(UrlUtil.URLProtocol protocol)
          add a protocol to the list of protocols that are supported
 

Uses of UrlUtil.URLProtocol in org.cip4.jdflib.util
 

Methods in org.cip4.jdflib.util that return UrlUtil.URLProtocol
static UrlUtil.URLProtocol UrlUtil.getProtocol(String url)
          returns the general protocol type of a url
static UrlUtil.URLProtocol UrlUtil.URLProtocol.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UrlUtil.URLProtocol[] UrlUtil.URLProtocol.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013. All Rights Reserved.