| Package | Description |
|---|---|
| io.fabric8.api |
| Modifier and Type | Method and Description |
|---|---|
static NameValidator |
Containers.createNameValidator(Container[] containers)
Creates a name validator that excludes any container names that already exist
|
static NameValidator |
Containers.joinNameValidators(NameValidator... validators)
Creates a name validator by combining all of the given name validators so that a name is valid iff they all return true
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Containers.createContainerName(Container[] containers,
String profile,
String scheme,
NameValidator nameValidator)
Creates a name for a new container given the current list of containers and the profile name.
|
static NameValidator |
Containers.joinNameValidators(NameValidator... validators)
Creates a name validator by combining all of the given name validators so that a name is valid iff they all return true
|
Copyright © 2011–2014 Red Hat. All rights reserved.