| Package | Description |
|---|---|
| io.fabric8.api |
| Modifier and Type | Method and Description |
|---|---|
ProfileRequirements |
FabricRequirements.findProfileRequirements(String profile) |
ProfileRequirements |
FabricRequirements.getOrCreateProfileRequirement(String profile)
Returns or creates a new
ProfileRequirements for the given profile id |
ProfileRequirements |
ProfileStatus.requirements() |
| Modifier and Type | Method and Description |
|---|---|
List<ProfileRequirements> |
FabricRequirements.getProfileRequirements() |
| Modifier and Type | Method and Description |
|---|---|
void |
FabricRequirements.addOrUpdateProfileRequirements(ProfileRequirements requirement) |
int |
ProfileRequirements.compareTo(ProfileRequirements o) |
protected ProfileStatus |
FabricStatus.createStatus(String profileId,
ProfileRequirements profileRequirement) |
| Modifier and Type | Method and Description |
|---|---|
void |
FabricRequirements.setProfileRequirements(List<ProfileRequirements> profileRequirements) |
| Constructor and Description |
|---|
ProfileStatus(String profile,
ProfileRequirements requirements) |
| Constructor and Description |
|---|
FabricRequirements(List<ProfileRequirements> profileRequirements) |
Copyright © 2011–2014 Red Hat. All rights reserved.