| Package | Description |
|---|---|
| io.fabric8.api |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContainerProvider<O extends CreateContainerOptions,M extends CreateContainerMetadata>
A Factory that creates
Container. |
class |
CreateContainerBasicMetadata<O extends CreateContainerOptions> |
interface |
CreateContainerMetadata<O extends CreateContainerOptions> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CreateRemoteContainerOptions |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateChildContainerOptions |
class |
CreateContainerBasicOptions<T extends CreateContainerBasicOptions> |
| Modifier and Type | Method and Description |
|---|---|
CreateContainerOptions |
CreateContainerOptions.updateCredentials(String user,
String credential)
Creates a new instance of
CreateContainerOptions with updated credentials. |
CreateContainerOptions |
CreateContainerBasicOptions.updateCredentials(String user,
String credential) |
CreateContainerOptions |
CreateChildContainerOptions.updateCredentials(String newJmxUser,
String newJmxPassword) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataStore.createContainerConfig(CreateContainerOptions options) |
CreateContainerMetadata[] |
FabricService.createContainers(CreateContainerOptions options)
Creates one or more new
Containers with the specified CreateContainerOptions. |
CreateContainerMetadata[] |
FabricService.createContainers(CreateContainerOptions options,
CreationStateListener listener) |
void |
CreateContainerBasicMetadata.setCreateOptions(CreateContainerOptions createOptions) |
void |
CreateContainerMetadata.setCreateOptions(CreateContainerOptions options) |
Copyright © 2011–2014 Red Hat. All rights reserved.