org.glassfish.hk2.classmodel.reflect.util
Interface ResourceLocator


public interface ResourceLocator

Interface to load .class files as resources for processing by the parser.

Author:
Jerome Dochez

Method Summary
 java.net.URL getResource(java.lang.String name)
          Returns a URL for the resources identified by the parameter name.
 

Method Detail

getResource

java.net.URL getResource(java.lang.String name)
Returns a URL for the resources identified by the parameter name.

Parameters:
name - the resource identification
Returns:
URL if the resource was located, null otherwise.


Copyright © 2010 Oracle Corporation. All Rights Reserved.