@broadcom/ops-for-zowe-cli
Version:
OPS/MVS® Plug-in for Zowe CLI
13 lines (12 loc) • 813 B
TypeScript
import { IHandlerParameters } from "@zowe/imperative";
export declare class RulesetListUtils {
static printShowRulesetResponse(rulesetList: any, params: IHandlerParameters): string;
static formatOutputFromArrayRestApi(ruleset: any, i: number, params: IHandlerParameters): string;
static formatOutputRestApi(ruleset: any, params: IHandlerParameters): string;
static formatRulesetResponse(ruleSet: string, system: string, subsystem: string, status: string, autoenabled: string): string;
static formatNameValueRulesetResponse(rulesetList: any): string;
static formatNameValueColorRulesetResponse(rulesetList: any): string;
static formatJsonDataResponse(rulesetList: any): string;
static formatCsvHeaderResponse(): string;
static formatCsvDataResponse(rulesetList: any): string;
}