org.apache.geronimo.kernel.classloader
Interface ResourceLocation

All Known Implementing Classes:
AbstractUrlResourceLocation, DirectoryResourceLocation, JarResourceLocation

public interface ResourceLocation

This is a location which is searched by


Method Summary
 void close()
           
 URL getCodeSource()
           
 Manifest getManifest()
           
 ResourceHandle getResourceHandle(String resourceName)
           
 

Method Detail

getCodeSource

URL getCodeSource()

getResourceHandle

ResourceHandle getResourceHandle(String resourceName)

getManifest

Manifest getManifest()
                     throws IOException
Throws:
IOException

close

void close()


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