public class DockerLocationResolver extends AbstractLocationResolver implements LocationResolver
DockerJcloudsLocation
.
We ensure that config will be picked up from brooklyn.properties using the appropriate precedence:
brooklyn.location.docker.
brooklyn.jclouds.docker.
brooklyn.jclouds.
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
log |
static java.lang.String |
PREFIX |
Constructor and Description |
---|
DockerLocationResolver() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPrefix()
the prefix that this resolver will attend to
|
boolean |
isEnabled()
whether the location is enabled
|
accepts, init, newLocationSpecFromString
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accepts, init, newLocationSpecFromString
public static final org.slf4j.Logger log
public static final java.lang.String PREFIX
public boolean isEnabled()
LocationResolver
isEnabled
in interface LocationResolver
isEnabled
in class AbstractLocationResolver
public java.lang.String getPrefix()
LocationResolver
getPrefix
in interface LocationResolver