public class CapabilitiesUtils extends Object
| Constructor and Description |
|---|
CapabilitiesUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
addCapabilities(String title,
Capabilities c)
generates a string from the capabilities, suitable to add to the help
text.
|
static String |
listCapabilities(Capabilities c)
returns a comma-separated list of all the capabilities, excluding interface-based ones.
|
public static String listCapabilities(Capabilities c)
c - the capabilities to get a string representation frompublic static String addCapabilities(String title, Capabilities c)
title - the title for the capabilitiesc - the capabilitiesCopyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.