Package | Description |
---|---|
io.fabric8.api |
Modifier and Type | Method and Description |
---|---|
Profile |
MQService.createOrUpdateMQClientProfile(java.lang.String versionId,
java.lang.String profile,
java.lang.String group,
java.lang.String parentProfileName)
Creates of updates the profile for clients to connec to the given broker group
|
Profile |
MQService.createOrUpdateMQProfile(java.lang.String version,
java.lang.String profile,
java.lang.String brokerName,
java.util.Map<java.lang.String,java.lang.String> configs,
boolean replicated)
Creates or updates the profile for the given broker and configuration
|
Profile |
Version.createProfile(java.lang.String profileId) |
Profile |
FabricService.createProfile(java.lang.String version,
java.lang.String name)
Deprecated.
|
Profile |
Profile.getOverlay()
Gets profile with configuration slitted with parents.
|
Profile |
Profile.getOverlay(boolean substitute)
Same as getOverlay() but also perform variable substitutions
|
Profile |
Container.getOverlayProfile() |
Profile[] |
Profile.getParents() |
Profile |
Version.getProfile(java.lang.String profileId)
Gets a profile with the given name.
|
Profile |
FabricService.getProfile(java.lang.String version,
java.lang.String name)
Deprecated.
|
Profile[] |
Version.getProfiles() |
Profile[] |
Container.getProfiles() |
Profile[] |
FabricService.getProfiles(java.lang.String version)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<Profile> |
Profiles.getProfiles(FabricService fabricService,
java.lang.Iterable<java.lang.String> profileIds,
java.lang.String versionId)
Returns the
Profile objects for the given list of profile ids for the given version |
static java.util.List<Profile> |
Containers.overlayProfiles(Container container)
Returns the effective list of profile ids for the current container;
that is the list of all profiles and descendant profiles in order in which their values
are to be applied.
|
Modifier and Type | Method and Description |
---|---|
void |
Container.addProfiles(Profile... profiles) |
boolean |
Profile.agentConfigurationEquals(Profile other)
Checks if the two Profiles share the same agent configuration.
|
boolean |
Profile.configurationEquals(Profile other) |
static boolean |
Containers.containerHasProfile(Container container,
Profile profile)
Returns true if the given container has the given profile
|
void |
FabricService.deleteProfile(Profile profile)
Deprecated.
Use Profile#delete() instead
|
static java.util.Map<java.lang.String,java.lang.String> |
Profiles.getConfigurationFileNameMap(Profile[] profiles)
Returns the configuration file names for the given profile
|
static java.util.List<java.lang.String> |
Containers.getParentProfileIds(Profile profile)
Returns a list of parent profile Ids for the given profile
|
protected static void |
Containers.recursiveAddProfiles(java.util.Set<Profile> set,
Profile[] profiles) |
void |
Container.removeProfiles(Profile... profiles) |
static void |
Containers.setParentProfileIds(Version version,
Profile profile,
java.util.List<java.lang.String> parentProfileIds)
Sets the list of parent profile IDs
|
void |
Profile.setParents(Profile[] parents) |
void |
Container.setProfiles(Profile[] profiles) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.String> |
Profiles.getConfigurationFileNames(java.util.Collection<Profile> profiles)
Returns the configuration file names for the given profile
|
static byte[] |
Profiles.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> |
Profiles.profileIds(java.lang.Iterable<Profile> profiles) |
protected static void |
Containers.recursiveAddProfiles(java.util.Set<Profile> set,
Profile[] profiles) |
Copyright © 2011-2014 Red Hat. All Rights Reserved.