public class ChildContainers extends Object
| Constructor and Description |
|---|
ChildContainers() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
getEnvironmentVariables(io.fabric8.api.FabricService service,
io.fabric8.api.CreateContainerBasicOptions options)
Creates the environment variables for the given container options using the profiles specified in the options to figure out
what environment variables to use.
|
static boolean |
isJavaContainer(io.fabric8.api.FabricService fabricService,
io.fabric8.api.CreateContainerBasicOptions options)
Returns true if the given container is a java child container
|
static boolean |
isJavaOrProcessContainer(io.fabric8.api.FabricService fabric,
io.fabric8.api.Container container)
Returns true if the given container is a java or process child container
|
static boolean |
isJavaOrProcessContainer(io.fabric8.api.FabricService fabric,
io.fabric8.api.CreateContainerBasicOptions options)
Returns true if the given container is a java or process child container
|
static boolean |
isProcessContainer(io.fabric8.api.FabricService fabricService,
io.fabric8.api.CreateContainerBasicOptions options)
Returns true if the given container is a process child container
|
public static boolean isJavaOrProcessContainer(io.fabric8.api.FabricService fabric,
io.fabric8.api.Container container)
public static boolean isJavaOrProcessContainer(io.fabric8.api.FabricService fabric,
io.fabric8.api.CreateContainerBasicOptions options)
public static boolean isJavaContainer(io.fabric8.api.FabricService fabricService,
io.fabric8.api.CreateContainerBasicOptions options)
public static boolean isProcessContainer(io.fabric8.api.FabricService fabricService,
io.fabric8.api.CreateContainerBasicOptions options)
public static Map<String,String> getEnvironmentVariables(io.fabric8.api.FabricService service, io.fabric8.api.CreateContainerBasicOptions options)
Copyright © 2011–2014 Red Hat. All rights reserved.