Uses of Class
org.crsh.vfs.Resource

Packages that use Resource
org.crsh.plugin   
org.crsh.vfs   
 

Uses of Resource in org.crsh.plugin
 

Methods in org.crsh.plugin that return Resource
static Resource ResourceManager.loadConf(File file)
           
 Resource PluginContext.loadResource(String resourceId, ResourceKind resourceKind)
          Load a resource from the context.
 

Methods in org.crsh.plugin that return types with arguments of type Resource
 Iterable<Resource> PluginContext.loadResources(String resourceId, ResourceKind resourceKind)
          Load a resource from the context.
 

Uses of Resource in org.crsh.vfs
 

Methods in org.crsh.vfs that return Resource
 Resource File.getResource()
           
 

Methods in org.crsh.vfs that return types with arguments of type Resource
 Iterable<Resource> File.getResources()
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.