org.apache.geronimo.gshell.shell
Interface ShellInfo

All Known Implementing Classes:
DefaultShellInfo, RemoteShellInfoProxy

public interface ShellInfo

Provides some runtime information about the shell.

Version:
$Rev: 574416 $ $Date: 2007-09-10 17:49:15 -0700 (Mon, 10 Sep 2007) $

Method Summary
 File getHomeDir()
           
 InetAddress getLocalHost()
           
 String getUserName()
           
 

Method Detail

getHomeDir

File getHomeDir()

getLocalHost

InetAddress getLocalHost()

getUserName

String getUserName()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.