Add comment noting possible use of karaf ShellTable
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/8e04b183 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/8e04b183 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/8e04b183 Branch: refs/heads/master Commit: 8e04b1837a088ecf853df5f426280ea9b11cc4d8 Parents: 531c2b5 Author: Geoff Macartney <[email protected]> Authored: Thu May 12 10:37:07 2016 +0100 Committer: Geoff Macartney <[email protected]> Committed: Thu May 12 10:37:07 2016 +0100 ---------------------------------------------------------------------- .../brooklyn/launcher/command/support/CloudExplorerSupport.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/8e04b183/launcher-common/src/main/java/org/apache/brooklyn/launcher/command/support/CloudExplorerSupport.java ---------------------------------------------------------------------- diff --git a/launcher-common/src/main/java/org/apache/brooklyn/launcher/command/support/CloudExplorerSupport.java b/launcher-common/src/main/java/org/apache/brooklyn/launcher/command/support/CloudExplorerSupport.java index 690de92..3e0b239 100644 --- a/launcher-common/src/main/java/org/apache/brooklyn/launcher/command/support/CloudExplorerSupport.java +++ b/launcher-common/src/main/java/org/apache/brooklyn/launcher/command/support/CloudExplorerSupport.java @@ -127,6 +127,8 @@ public abstract class CloudExplorerSupport implements Callable<Void> { throw new FatalConfigurationRuntimeException("Must specify one of --location or --all-locations"); } + // TODO consider using org.apache.karaf.shell.support.table.ShellTable to replace/supplement this formatting, + // here and elsewhere in this class for (JcloudsLocation loc : locs) { stdout.println("Location {"); stdout.println("\tprovider: "+loc.getProvider());
