org.apache.xbean.classloader
Interface ResourceLocation

All Known Implementing Classes:
AbstractUrlResourceLocation, DirectoryResourceLocation, JarResourceLocation

public interface ResourceLocation

This is a location which is searched by

Version:
$Rev: 437551 $ $Date: 2006-08-28 08:14:47 +0200 (lun. 28 août 2006) $

Method Summary
 void close()
           
 java.net.URL getCodeSource()
           
 java.util.jar.Manifest getManifest()
           
 ResourceHandle getResourceHandle(java.lang.String resourceName)
           
 

Method Detail

getCodeSource

java.net.URL getCodeSource()

getResourceHandle

ResourceHandle getResourceHandle(java.lang.String resourceName)

getManifest

java.util.jar.Manifest getManifest()
                                   throws java.io.IOException
Throws:
java.io.IOException

close

void close()


Copyright © 2005-2011. All Rights Reserved.