org.sonatype.gshell.shell
Class ShellHolder

java.lang.Object
  extended by org.sonatype.gshell.shell.ShellHolder

public class ShellHolder
extends Object

Shell thread context holder.

Since:
2.0
Author:
Jason Dillon

Constructor Summary
ShellHolder()
           
 
Method Summary
static Shell get()
           
static Shell get(boolean allowNull)
           
static Shell set(Shell shell)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShellHolder

public ShellHolder()
Method Detail

set

public static Shell set(Shell shell)

get

public static Shell get(boolean allowNull)

get

public static Shell get()


Copyright © 2008-2011 Sonatype. All Rights Reserved.