| Package | Description |
|---|---|
| com.github.searls.jasmine.config |
| Modifier and Type | Method and Description |
|---|---|
ImmutableServerConfiguration |
ImmutableServerConfiguration.Builder.build()
Builds a new
ImmutableServerConfiguration. |
static ImmutableServerConfiguration |
ImmutableServerConfiguration.copyOf(ServerConfiguration instance)
Creates an immutable copy of a
ServerConfiguration value. |
ImmutableServerConfiguration |
ImmutableServerConfiguration.withServerHostname(String value)
Copy the current immutable object by setting a value for the
serverHostname attribute. |
ImmutableServerConfiguration |
ImmutableServerConfiguration.withServerPort(int value)
Copy the current immutable object by setting a value for the
serverPort attribute. |
ImmutableServerConfiguration |
ImmutableServerConfiguration.withUriScheme(String value)
Copy the current immutable object by setting a value for the
uriScheme attribute. |
Copyright © 2010–2018 Justin Searls. All rights reserved.