@vertx/config
Advanced tools
+4
-0
@@ -18,4 +18,8 @@ /* | ||
| /// <reference types="@vertx/config" /> | ||
| /** | ||
| * @typedef { import("es4x") } Java | ||
| */ | ||
| module.exports = { | ||
| ConfigRetriever: Java.type('io.vertx.config.ConfigRetriever') | ||
| }; |
+4
-0
@@ -18,2 +18,6 @@ /* | ||
| /// <reference types="@vertx/config" /> | ||
| /** | ||
| * @typedef { import("es4x") } Java | ||
| */ | ||
| export const ConfigRetriever = Java.type('io.vertx.config.ConfigRetriever'); |
+9
-0
@@ -23,3 +23,5 @@ /* | ||
| constructor(); | ||
| constructor(obj: ConfigChange); | ||
| /** | ||
@@ -44,2 +46,3 @@ * Sets the new configuration. | ||
| setPreviousConfiguration(previousConfiguration: { [key: string]: any }): ConfigChange; | ||
| } | ||
@@ -53,3 +56,5 @@ | ||
| constructor(); | ||
| constructor(obj: ConfigRetrieverOptions); | ||
| /** | ||
@@ -89,2 +94,3 @@ * Enables or disables the inclusion of the default stored in the configuration. | ||
| addStore(stores: ConfigStoreOptions): ConfigRetrieverOptions; | ||
| } | ||
@@ -101,3 +107,5 @@ | ||
| constructor(); | ||
| constructor(obj: ConfigStoreOptions); | ||
| /** | ||
@@ -144,2 +152,3 @@ * Sets the configuration of the store | ||
| setType(type: string): ConfigStoreOptions; | ||
| } |
+4
-0
@@ -18,2 +18,6 @@ /* | ||
| /// <reference types="@vertx/config/options" /> | ||
| /** | ||
| * @typedef { import("es4x") } Java | ||
| */ | ||
| module.exports = { | ||
@@ -20,0 +24,0 @@ ConfigChange: Java.type('io.vertx.config.ConfigChange'), |
+4
-0
@@ -18,4 +18,8 @@ /* | ||
| /// <reference types="@vertx/config/options" /> | ||
| /** | ||
| * @typedef { import("es4x") } Java | ||
| */ | ||
| export const ConfigChange = Java.type('io.vertx.config.ConfigChange'); | ||
| export const ConfigRetrieverOptions = Java.type('io.vertx.config.ConfigRetrieverOptions'); | ||
| export const ConfigStoreOptions = Java.type('io.vertx.config.ConfigStoreOptions'); |
+3
-3
| { | ||
| "name" : "@vertx/config", | ||
| "description" : "Generated Eclipse Vert.x bindings for 'vertx-config'", | ||
| "version" : "3.8.5", | ||
| "version" : "3.9.0", | ||
| "license" : "Apache-2.0", | ||
@@ -10,6 +10,6 @@ "public" : true, | ||
| "artifactId" : "vertx-config", | ||
| "version" : "3.8.5" | ||
| "version" : "3.9.0" | ||
| }, | ||
| "dependencies" : { | ||
| "@vertx/core" : "3.8.5" | ||
| "@vertx/core" : "3.9.0" | ||
| }, | ||
@@ -16,0 +16,0 @@ "main" : "index.js", |
+1
-1
@@ -36,3 +36,3 @@  | ||
| ```js | ||
| /// <definition types="es4x.d.ts" /> | ||
| /// <definition types="es4x" /> | ||
| // @ts-check | ||
@@ -39,0 +39,0 @@ |
11764
1.59%277
4.53%+ Added
- Removed
Updated