| Package | Description |
|---|---|
| io.fabric8.api |
| Modifier and Type | Method and Description |
|---|---|
FabricService |
Container.getFabricService() |
FabricService |
FabricStatus.getService() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
Profiles.getOverlayConfiguration(FabricService fabricService,
Iterable<String> profileIds,
String versionId,
String pid)
Returns the overlay configuration for the given list of profile ids and the configuration PID.
|
static Map<String,Map<String,String>> |
Profiles.getOverlayFactoryConfigurations(FabricService fabricService,
Iterable<String> profileIds,
String versionId,
String pid)
Returns the overlay factory configurations for the given list of profile ids which start with the given pid.
|
static List<Profile> |
Profiles.getProfiles(FabricService fabricService,
Iterable<String> profileIds,
String versionId)
Returns the
Profile objects for the given list of profile ids for the given version |
String |
PlaceholderResolver.resolve(FabricService fabricService,
Map<String,Map<String,String>> configs,
String pid,
String key,
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.