org.infinispan.util
Class OsgiFileLookup

java.lang.Object
  extended by org.infinispan.util.AbstractFileLookup
      extended by org.infinispan.util.FileLookupFactory.DefaultFileLookup
          extended by org.infinispan.util.OsgiFileLookup
All Implemented Interfaces:
FileLookup

public class OsgiFileLookup
extends FileLookupFactory.DefaultFileLookup


Constructor Summary
protected OsgiFileLookup()
           
 
Method Summary
protected  Collection<URL> getAsURLsFromClassLoader(String filename, ClassLoader userClassLoader)
           
 
Methods inherited from class org.infinispan.util.FileLookupFactory.DefaultFileLookup
getAsInputStreamFromClassLoader, getAsURLFromClassLoader
 
Methods inherited from class org.infinispan.util.AbstractFileLookup
lookupFile, lookupFileLocation, lookupFileLocations, lookupFileStrict
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.infinispan.util.FileLookup
lookupFile, lookupFileLocation, lookupFileLocations, lookupFileStrict
 

Constructor Detail

OsgiFileLookup

protected OsgiFileLookup()
Method Detail

getAsURLsFromClassLoader

protected Collection<URL> getAsURLsFromClassLoader(String filename,
                                                   ClassLoader userClassLoader)
                                            throws IOException
Overrides:
getAsURLsFromClassLoader in class FileLookupFactory.DefaultFileLookup
Throws:
IOException

-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.