Uses of Class
org.crsh.vfs.Resource

Packages that use Resource
org.crsh.lang   
org.crsh.plugin   
org.crsh.ssh.term   
org.crsh.telnet.term   
org.crsh.util   
org.crsh.vfs   
 

Uses of Resource in org.crsh.lang
 

Methods in org.crsh.lang with parameters of type Resource
private  CommandResolution LanguageCommandResolver.resolveCommand(Compiler manager, String name, Resource script)
           
 

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
(package private)  Iterable<Resource> ResourceManager.loadResource(String resourceId, ResourceKind resourceKind)
          Load a resource from the context.
 Iterable<Resource> PluginContext.loadResources(String resourceId, ResourceKind resourceKind)
          Load a resource from the context.
 

Uses of Resource in org.crsh.ssh.term
 

Fields in org.crsh.ssh.term declared as Resource
private  Resource URLKeyPairProvider.key
          .
 

Constructors in org.crsh.ssh.term with parameters of type Resource
URLKeyPairProvider(Resource key)
           
 

Uses of Resource in org.crsh.telnet.term
 

Fields in org.crsh.telnet.term declared as Resource
private  Resource TelnetLifeCycle.config
          .
 

Methods in org.crsh.telnet.term that return Resource
 Resource TelnetLifeCycle.getConfig()
           
 

Methods in org.crsh.telnet.term with parameters of type Resource
 void TelnetLifeCycle.setConfig(Resource config)
           
 

Uses of Resource in org.crsh.util
 

Methods in org.crsh.util that return Resource
private  Resource ClassCache.getResource(String name)
           
 

Uses of Resource in org.crsh.vfs
 

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

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



Copyright © 2015 eXo Platform SAS. All Rights Reserved.