Uses of Class
org.apache.geronimo.deployment.util.URLType

Packages that use URLType
org.apache.geronimo.deployment.util   
 

Uses of URLType in org.apache.geronimo.deployment.util
 

Fields in org.apache.geronimo.deployment.util declared as URLType
static URLType URLType.COLLECTION
           
static URLType URLType.PACKED_ARCHIVE
           
static URLType URLType.RESOURCE
           
static URLType URLType.UNPACKED_ARCHIVE
           
 

Methods in org.apache.geronimo.deployment.util that return URLType
 URLType URLInfo.getType()
           
static URLType URLType.getType(File file)
           
static URLType URLType.getType(URL url)
          Returns the type of url
 

Constructors in org.apache.geronimo.deployment.util with parameters of type URLType
URLInfo(URL url, URLType type)
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.