public final class
ServerTemplateImpl
extends Object
implements ServerTemplate
implements ServerTemplate
Nested Class Summary
class | ServerTemplateImpl.Builder |
Public Method Summary
ServerConfig |
evaluate()
Process the template data without context.
|
ServerConfig |
evaluate(KeysAndValues context)
Process the template data with a condition evaluator
based on the provided context.
|
String | |
KeysAndValues | |
ApiFuture<Void> |
load()
Fetches and caches the current active version of the project.
|
String |
toJson()
|
Inherited Method Summary
Public Methods
public ServerConfig evaluate (KeysAndValues context)
Process the template data with a condition evaluator based on the provided context.
public String getCachedTemplate ()
public ApiFuture<Void> load ()
Fetches and caches the current active version of the project.