public class KnoxShellTableBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected KnoxShellTable |
table |
protected String |
title |
| Modifier | Constructor and Description |
|---|---|
protected |
KnoxShellTableBuilder(KnoxShellTable table) |
| Modifier and Type | Method and Description |
|---|---|
CSVKnoxShellTableBuilder |
csv() |
JDBCKnoxShellTableBuilder |
jdbc() |
JoinKnoxShellTableBuilder |
join() |
JSONKnoxShellTableBuilder |
json() |
KnoxShellTableBuilder |
title(String title) |
protected String title
protected KnoxShellTable table
protected KnoxShellTableBuilder(KnoxShellTable table)
public KnoxShellTableBuilder title(String title)
public CSVKnoxShellTableBuilder csv()
public JSONKnoxShellTableBuilder json()
public JoinKnoxShellTableBuilder join()
public JDBCKnoxShellTableBuilder jdbc()
Copyright © 2020 The Apache Software Foundation. All rights reserved.