org.cruxframework.crux.classpath
Interface URLResourceHandler

All Known Subinterfaces:
PackageFileURLResourceHandler
All Known Implementing Classes:
AbstractURLResourceHandler, FileURLResourceHandler, JARURLResourceHandler, ZIPURLResourceHandler

public interface URLResourceHandler

Author:
Thiago da Rosa de Bustamante

Method Summary
 boolean exists(URL url)
           
 URL getChildResource(URL url, String path)
           
 DirectoryIteratorFactory getDirectoryIteratorFactory()
           
 URL getParentDir(URL url)
           
 String getProtocol()
           
 

Method Detail

getProtocol

String getProtocol()

getParentDir

URL getParentDir(URL url)

getChildResource

URL getChildResource(URL url,
                     String path)

getDirectoryIteratorFactory

DirectoryIteratorFactory getDirectoryIteratorFactory()

exists

boolean exists(URL url)


Copyright © 2014. All rights reserved.