org.crsh.shell
Interface ShellContext

All Known Implementing Classes:
ServletShellContext

public interface ShellContext

Version:
$Revision$
Author:
Julien Viet

Method Summary
 ClassLoader getLoader()
           
 String getVersion()
           
 List<String> listResourceId(ResourceKind kind)
           
 Resource loadResource(String resourceId, ResourceKind resourceKind)
           
 

Method Detail

getVersion

String getVersion()

loadResource

Resource loadResource(String resourceId,
                      ResourceKind resourceKind)

listResourceId

List<String> listResourceId(ResourceKind kind)

getLoader

ClassLoader getLoader()


Copyright © 2010 eXo Platform SAS. All Rights Reserved.