org.jclouds.karaf.commands.table
Class BasicShellTableFactory

java.lang.Object
  extended by org.jclouds.karaf.commands.table.BasicShellTableFactory
All Implemented Interfaces:
ShellTableFactory
Direct Known Subclasses:
ManagedShellTableFactory, PropertyShellTableFactory

public class BasicShellTableFactory
extends Object
implements ShellTableFactory

A basic ShellTableFactory implementation which is backed by a Map.


Field Summary
 
Fields inherited from interface org.jclouds.karaf.commands.table.ShellTableFactory
ALIGN_KEY, ASCENDING_KEY, EXPRESSIONS_KEY, HEADERS_KEY, SHORTBY_KEY
 
Constructor Summary
BasicShellTableFactory()
           
 
Method Summary
 ShellTable build(String type)
          Creates a table based on the values of the dictionary
 Map getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicShellTableFactory

public BasicShellTableFactory()
Method Detail

build

public ShellTable build(String type)
Creates a table based on the values of the dictionary

Specified by:
build in interface ShellTableFactory
Parameters:
type -
Returns:

getProperties

public Map getProperties()


Copyright © 2012. All Rights Reserved.