Uses of Class
org.crsh.vfs.Resource

Packages that use Resource
org.crsh.plugin   
org.crsh.shell.impl.command   
org.crsh.ssh.term   
org.crsh.telnet.term   
org.crsh.vfs   
 

Uses of Resource in org.crsh.plugin
 

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

Uses of Resource in org.crsh.shell.impl.command
 

Methods in org.crsh.shell.impl.command that return Resource
protected abstract  Resource AbstractClassManager.getResource(String name)
           
protected  Resource ClassManager.getResource(String name)
           
 

Uses of Resource in org.crsh.ssh.term
 

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

Methods in org.crsh.ssh.term that return Resource
 Resource SSHLifeCycle.getKey()
           
 

Methods in org.crsh.ssh.term with parameters of type Resource
 void SSHLifeCycle.setKey(Resource 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.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()
           
 



Copyright © 2014 eXo Platform SAS. All Rights Reserved.