JBoss Modules 1.1.2.GA

Uses of Interface
org.jboss.modules.Resource

Packages that use Resource
org.jboss.modules The primary JBoss Modules API. 
 

Uses of Resource in org.jboss.modules
 

Methods in org.jboss.modules that return Resource
 Resource Module.getExportedResource(String rootPath, String resourcePath)
          Get an exported resource from a specific root in this module.
 Resource AbstractResourceLoader.getResource(String name)
          Get a resource with the given name.
 Resource ResourceLoader.getResource(String name)
          Get a resource with the given name.
 

Methods in org.jboss.modules that return types with arguments of type Resource
 List<Resource> AbstractLocalLoader.loadResourceLocal(String name)
          Load a resource which is locally defined by this loader.
 List<Resource> LocalLoader.loadResourceLocal(String name)
          Load a resource which is locally defined by this loader.
 


JBoss Modules 1.1.2.GA

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.