ServerTemplateImpl

public final class ServerTemplateImpl extends Object
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 ()

Process the template data without context.

public ServerConfig evaluate (KeysAndValues context)

Process the template data with a condition evaluator based on the provided context.

public String getCachedTemplate ()

public KeysAndValues getDefaultConfig ()

public ApiFuture<Void> load ()

Fetches and caches the current active version of the project.

public String toJson ()