org.jclouds.karaf.commands.table
Interface ShellTableFactory

All Known Implementing Classes:
BasicShellTableFactory, ManagedShellTableFactory, PropertyShellTableFactory

public interface ShellTableFactory

A Factory interface for creating ShellTable.


Field Summary
static String ALIGN_KEY
           
static String ASCENDING_KEY
           
static String DELIMITER_KEY
           
static String EXPRESSIONS_KEY
           
static String HEADERS_KEY
           
static String SCRIPTING_ENGINE
           
static String SHORTBY_KEY
           
 
Method Summary
 ShellTable build(String type)
           
 

Field Detail

SCRIPTING_ENGINE

static final String SCRIPTING_ENGINE
See Also:
Constant Field Values

DELIMITER_KEY

static final String DELIMITER_KEY
See Also:
Constant Field Values

HEADERS_KEY

static final String HEADERS_KEY
See Also:
Constant Field Values

ALIGN_KEY

static final String ALIGN_KEY
See Also:
Constant Field Values

EXPRESSIONS_KEY

static final String EXPRESSIONS_KEY
See Also:
Constant Field Values

SHORTBY_KEY

static final String SHORTBY_KEY
See Also:
Constant Field Values

ASCENDING_KEY

static final String ASCENDING_KEY
See Also:
Constant Field Values
Method Detail

build

ShellTable build(String type)


Copyright © 2013. All Rights Reserved.