Package com.baremaps.cli
Class Init
- java.lang.Object
-
- com.baremaps.cli.Init
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Integer>
public class Init extends java.lang.Object implements java.util.concurrent.Callable<java.lang.Integer>
-
-
Constructor Summary
Constructors Constructor Description Init()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integercall()
-
-
-
Method Detail
-
call
public java.lang.Integer call() throws BlobStoreException, java.io.IOException- Specified by:
callin interfacejava.util.concurrent.Callable<java.lang.Integer>- Throws:
BlobStoreExceptionjava.io.IOException
-
-