Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.cli.shell
Interface Shell

All Known Implementing Classes:
ShellImpl

public interface Shell

Shell.

Since:
5.2
Author:
Tristan Tarrant

Method Summary
 Context getContext()
           
 String getCWD()
           
 void init(String[] args)
           
 String renderColor(Color c, String toColorize)
           
 void run()
           
 

Method Detail

init

void init(String[] args)
          throws Exception
Throws:
Exception

run

void run()
         throws IOException
Throws:
IOException

getCWD

String getCWD()

renderColor

String renderColor(Color c,
                   String toColorize)

getContext

Context getContext()

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.