public class Profiles
extends java.lang.Object
Constructor and Description |
---|
Profiles() |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,java.lang.String> |
getConfigurationFileNameMap(Profile[] profiles)
Returns the configuration file names for the given profile
|
static java.util.List<java.lang.String> |
getConfigurationFileNames(java.util.Collection<Profile> profiles)
Returns the configuration file names for the given profile
|
static byte[] |
getFileConfiguration(java.util.Collection<Profile> profiles,
java.lang.String fileName)
Returns the configuration file data for the given file name and list of inherited profiles
|
static java.util.List<java.lang.String> |
profileIds(java.lang.Iterable<Profile> profiles) |
public static java.util.List<java.lang.String> profileIds(java.lang.Iterable<Profile> profiles)
public static java.util.List<java.lang.String> getConfigurationFileNames(java.util.Collection<Profile> profiles)
public static byte[] getFileConfiguration(java.util.Collection<Profile> profiles, java.lang.String fileName)
public static java.util.Map<java.lang.String,java.lang.String> getConfigurationFileNameMap(Profile[] profiles)
Copyright © 2016 Red Hat. All Rights Reserved.