org.apache.xbean.classloader
Class DirectoryResourceLocation

java.lang.Object
  extended by org.apache.xbean.classloader.AbstractUrlResourceLocation
      extended by org.apache.xbean.classloader.DirectoryResourceLocation
All Implemented Interfaces:
ResourceLocation

public class DirectoryResourceLocation
extends AbstractUrlResourceLocation

Version:
$Rev: 776705 $ $Date: 2009-05-20 16:09:47 +0200 (mer. 20 mai 2009) $

Constructor Summary
DirectoryResourceLocation(java.io.File baseDir)
           
 
Method Summary
 java.util.jar.Manifest getManifest()
           
 ResourceHandle getResourceHandle(java.lang.String resourceName)
           
 
Methods inherited from class org.apache.xbean.classloader.AbstractUrlResourceLocation
close, equals, getCodeSource, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DirectoryResourceLocation

public DirectoryResourceLocation(java.io.File baseDir)
                          throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException
Method Detail

getResourceHandle

public ResourceHandle getResourceHandle(java.lang.String resourceName)

getManifest

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


Copyright © 2005-2011. All Rights Reserved.