Package cn.vertxup.integration.service
Class DirService
java.lang.Object
cn.vertxup.integration.service.DirService
- All Implemented Interfaces:
DirStub
- Author:
- Lang
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.Future<io.vertx.core.json.JsonObject>create(io.vertx.core.json.JsonObject directoryJ) io.vertx.core.Future<Boolean>io.vertx.core.Future<Boolean>io.vertx.core.Future<io.vertx.core.json.JsonObject>io.vertx.core.Future<io.vertx.core.json.JsonObject>updateBranch(IDirectory directory)
-
Constructor Details
-
DirService
public DirService()
-
-
Method Details
-
create
public io.vertx.core.Future<io.vertx.core.json.JsonObject> create(io.vertx.core.json.JsonObject directoryJ) -
remove
-
remove
-
updateBranch
- Specified by:
updateBranchin interfaceDirStub
-
update
public io.vertx.core.Future<io.vertx.core.json.JsonObject> update(String key, io.vertx.core.json.JsonObject directoryJ)
-