Uses of Class
org.crsh.shell.ResourceKind

Packages that use ResourceKind
org.crsh.servlet   
org.crsh.shell   
 

Uses of ResourceKind in org.crsh.servlet
 

Methods in org.crsh.servlet with parameters of type ResourceKind
 List<String> ServletShellContext.listResourceId(ResourceKind kind)
           
 Resource ServletShellContext.loadResource(String resourceId, ResourceKind resourceKind)
           
 

Uses of ResourceKind in org.crsh.shell
 

Methods in org.crsh.shell that return ResourceKind
static ResourceKind ResourceKind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResourceKind[] ResourceKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.crsh.shell with parameters of type ResourceKind
 List<String> ShellContext.listResourceId(ResourceKind kind)
           
 Resource ShellContext.loadResource(String resourceId, ResourceKind resourceKind)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.