org.infinispan.cli.shell
Class ShellImpl
java.lang.Object
org.infinispan.cli.shell.ShellImpl
- All Implemented Interfaces:
- Shell
public class ShellImpl
- extends Object
- implements Shell
ShellImpl.
- Since:
- 5.2
- Author:
- Tristan Tarrant
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShellImpl
public ShellImpl()
init
public void init(String[] args)
throws Exception
- Specified by:
init
in interface Shell
- Throws:
Exception
run
public void run()
throws IOException
- Specified by:
run
in interface Shell
- Throws:
IOException
renderColor
public String renderColor(Color color,
String output)
- Specified by:
renderColor
in interface Shell
getCWD
public String getCWD()
- Specified by:
getCWD
in interface Shell
getContext
public Context getContext()
- Specified by:
getContext
in interface Shell
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.