Package com.robothy.s3.rest
Class LocalS3
java.lang.Object
com.robothy.s3.rest.LocalS3
LocalS3 service launcher.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LocalS3.Builderbuilder()Create a LocalS3.Builder.intgetPort()voidshutdown()Shutdown the local-s3 service.voidstart()Startup the local-s3 service.
-
Constructor Details
-
LocalS3
public LocalS3()
-
-
Method Details
-
builder
Create a LocalS3.Builder.- Returns:
- a new LocalS3.Builder instance.
-
start
public void start()Startup the local-s3 service. -
shutdown
public void shutdown()Shutdown the local-s3 service. -
getPort
public int getPort() -
getDataPath
-