Package com.baremaps.cli
Class Options
- java.lang.Object
-
- com.baremaps.cli.Options
-
public class Options extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOptions.LogLevel
-
Field Summary
Fields Modifier and Type Field Description booleanenableHTTPbooleanenableS3Options.LogLevellogLevel
-
Constructor Summary
Constructors Constructor Description Options()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlobStoreblobStore()
-
-
-
Field Detail
-
logLevel
public Options.LogLevel logLevel
-
enableHTTP
public boolean enableHTTP
-
enableS3
public boolean enableS3
-
-
Method Detail
-
blobStore
public BlobStore blobStore()
-
-