Package | Description |
---|---|
io.fabric8.api |
Modifier and Type | Method and Description |
---|---|
FabricService |
Container.getFabricService() |
FabricService |
FabricStatus.getService() |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,java.lang.String> |
Profiles.getOverlayConfiguration(FabricService fabricService,
java.lang.Iterable<java.lang.String> profileIds,
java.lang.String versionId,
java.lang.String pid)
Returns the overlay configuration for the given list of profile ids and the configuration PID.
|
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 |
java.lang.String |
PlaceholderResolver.resolve(FabricService fabricService,
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> configs,
java.lang.String pid,
java.lang.String key,
java.lang.String value)
Resolves the placeholder found inside the value, for the specific key of the pid.
|
void |
FabricStatus.setService(FabricService service) |
Constructor and Description |
---|
FabricStatus(FabricService service) |
Copyright © 2011-2014 Red Hat. All Rights Reserved.