com.sun.enterprise.tools.verifier.apiscan.classfile
Interface ResourceFinder

All Known Implementing Classes:
ClassLoaderBasedResourceFinder

public interface ResourceFinder

Helps in finding resources.

Author:
sanjeeb.sahoo@oracle.com

Method Summary
 InputStream findResourceAsStream(String name)
           
 

Method Detail

findResourceAsStream

InputStream findResourceAsStream(String name)
                                 throws IOException
Parameters:
name - of the resource
Returns:
null if no such resource exist in this search space.
Throws:
IOException


Copyright © 2013 Oracle Corporation. All Rights Reserved.