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 |
CreateContainerBasicOptions.updateCredentials(java.lang.String user,
java.lang.String credential) |
CreateContainerOptions |
CreateChildContainerOptions.updateCredentials(java.lang.String newJmxUser,
java.lang.String newJmxPassword) |
CreateContainerOptions |
CreateContainerOptions.updateCredentials(java.lang.String user,
java.lang.String credential)
Creates a new instance of
CreateContainerOptions with updated credentials. |
Modifier and Type | Method and Description |
---|---|
void |
DataStore.createContainerConfig(CreateContainerOptions options) |
CreateContainerMetadata[] |
FabricService.createContainers(CreateContainerOptions options)
Creates one or more new
Container s with the specified CreateContainerOptions . |
CreateContainerMetadata[] |
FabricService.createContainers(CreateContainerOptions options,
CreationStateListener listener) |
void |
CreateContainerMetadata.setCreateOptions(CreateContainerOptions options) |
void |
CreateContainerBasicMetadata.setCreateOptions(CreateContainerOptions createOptions) |
Copyright © 2011-2014 Red Hat. All Rights Reserved.