public class DockerResolver extends Object implements org.apache.brooklyn.api.location.LocationResolver
| Modifier and Type | Class and Description |
|---|---|
static class |
DockerResolver.LocationConstructor |
| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
ACCEPTABLE_ARGS |
static String |
DOCKER |
static String |
DOCKER_HOST_MACHINE_SPEC |
static String |
DOCKER_INFRASTRUCTURE_SPEC |
static Pattern |
PATTERN |
| Constructor and Description |
|---|
DockerResolver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(String spec,
org.apache.brooklyn.api.location.LocationRegistry registry) |
String |
getPrefix() |
void |
init(org.apache.brooklyn.api.mgmt.ManagementContext managementContext) |
boolean |
isEnabled() |
org.apache.brooklyn.api.location.LocationSpec<? extends org.apache.brooklyn.api.location.Location> |
newLocationSpecFromString(String spec,
Map<?,?> locationFlags,
org.apache.brooklyn.api.location.LocationRegistry registry) |
public static final String DOCKER
public static final Pattern PATTERN
public static final String DOCKER_INFRASTRUCTURE_SPEC
public static final String DOCKER_HOST_MACHINE_SPEC
public void init(org.apache.brooklyn.api.mgmt.ManagementContext managementContext)
init in interface org.apache.brooklyn.api.location.LocationResolverpublic String getPrefix()
getPrefix in interface org.apache.brooklyn.api.location.LocationResolverpublic boolean accepts(String spec, org.apache.brooklyn.api.location.LocationRegistry registry)
accepts in interface org.apache.brooklyn.api.location.LocationResolverpublic boolean isEnabled()
isEnabled in interface org.apache.brooklyn.api.location.LocationResolverpublic org.apache.brooklyn.api.location.LocationSpec<? extends org.apache.brooklyn.api.location.Location> newLocationSpecFromString(String spec, Map<?,?> locationFlags, org.apache.brooklyn.api.location.LocationRegistry registry)
newLocationSpecFromString in interface org.apache.brooklyn.api.location.LocationResolverCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.