public class StateInfoUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_UNIVERSE |
| Constructor and Description |
|---|
StateInfoUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
buildConfigs(Map<String,List<ConfigInfo>> configs) |
static String |
buildDependencies(List<FeaturePackLocation> dependencies,
Map<FeaturePackLocation.FPID,FeaturePackConfig> configs) |
static String |
buildOptions(ResolvedPlugins plugins) |
static String |
buildPatches(PmCommandInvocation invoc,
ProvisioningLayout<FeaturePackLayout> layout) |
static String |
formatChannel(FeaturePackLocation loc) |
static void |
printContentPath(PmCommandInvocation session,
FeatureContainer fp,
String path) |
static void |
printFeaturePack(PmCommandInvocation commandInvocation,
FeaturePackLocation loc) |
static void |
printFeaturePacks(PmCommandInvocation commandInvocation,
Collection<FeaturePackConfig> fps) |
public static final String DEFAULT_UNIVERSE
public static void printContentPath(PmCommandInvocation session, FeatureContainer fp, String path) throws ProvisioningException, PathParserException, PathConsumerException, IOException
public static String buildConfigs(Map<String,List<ConfigInfo>> configs)
public static String buildDependencies(List<FeaturePackLocation> dependencies, Map<FeaturePackLocation.FPID,FeaturePackConfig> configs)
public static String buildPatches(PmCommandInvocation invoc, ProvisioningLayout<FeaturePackLayout> layout)
public static void printFeaturePack(PmCommandInvocation commandInvocation, FeaturePackLocation loc)
public static void printFeaturePacks(PmCommandInvocation commandInvocation, Collection<FeaturePackConfig> fps)
public static String buildOptions(ResolvedPlugins plugins)
public static String formatChannel(FeaturePackLocation loc)
Copyright © 2016–2018 JBoss by Red Hat. All rights reserved.