Uses of Class
com.orbitz.consul.model.agent.Config
-
Packages that use Config Package Description com.orbitz.consul.model.agent -
-
Uses of Config in com.orbitz.consul.model.agent
Subclasses of Config in com.orbitz.consul.model.agent Modifier and Type Class Description classImmutableConfigImmutable implementation ofConfig.Methods in com.orbitz.consul.model.agent that return Config Modifier and Type Method Description abstract ConfigAgent. getConfig()ConfigImmutableAgent. getConfig()Methods in com.orbitz.consul.model.agent with parameters of type Config Modifier and Type Method Description ImmutableAgent.BuilderImmutableAgent.Builder. config(Config config)Initializes the value for theconfigattribute.static ImmutableConfigImmutableConfig. copyOf(Config instance)Creates an immutable copy of aConfigvalue.ImmutableConfig.BuilderImmutableConfig.Builder. from(Config instance)Fill a builder with attribute values from the providedConfiginstance.ImmutableAgentImmutableAgent. withConfig(Config value)Copy the current immutable object by setting a value for theconfigattribute.
-