Package de.dfki.sds.atic.api
Class AticSettings.Builder
java.lang.Object
de.dfki.sds.atic.api.AticSettings.Builder
- Enclosing class:
- AticSettings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()serverAddress(String address) Sets the address of the server without trailing slash where Atic is running.storageFolder(File storageFolder) Sets the folder where all atic related data is stored.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
storageFolder
Sets the folder where all atic related data is stored.- Parameters:
storageFolder-- Returns:
- this builder
-
serverAddress
Sets the address of the server without trailing slash where Atic is running.- Parameters:
address- for examplehttp://localhost:1234- Returns:
- this builder
-
build
-