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
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.