public final class Store extends Object
| Modifier and Type | Method and Description |
|---|---|
static io.vertx.config.ConfigStoreOptions |
getJson(String filename)
Return json
|
static io.vertx.config.ConfigStoreOptions |
getProp(String filename)
Return properties
|
static io.vertx.config.ConfigStoreOptions |
getYaml(String filename)
Return yaml
|
public static io.vertx.config.ConfigStoreOptions getJson(String filename)
filename - public static io.vertx.config.ConfigStoreOptions getYaml(String filename)
filename - public static io.vertx.config.ConfigStoreOptions getProp(String filename)
filename - Copyright © 2017. All rights reserved.