Package de.gematik.test.tiger.lib
Class TigerLibConfig
- java.lang.Object
-
- de.gematik.test.tiger.lib.TigerLibConfig
-
public class TigerLibConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTigerLibConfig.TigerLibConfigBuilder
-
Field Summary
Fields Modifier and Type Field Description booleanactivateMonitorUI
-
Constructor Summary
Constructors Constructor Description TigerLibConfig()TigerLibConfig(boolean activateMonitorUI, boolean rbelPathDebugging, boolean rbelAnsiColors, boolean addCurlCommandsForRaCallsToReport)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TigerLibConfig.TigerLibConfigBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)inthashCode()booleanisActivateMonitorUI()booleanisAddCurlCommandsForRaCallsToReport()booleanisRbelAnsiColors()booleanisRbelPathDebugging()voidsetActivateMonitorUI(boolean activateMonitorUI)voidsetAddCurlCommandsForRaCallsToReport(boolean addCurlCommandsForRaCallsToReport)voidsetRbelAnsiColors(boolean rbelAnsiColors)voidsetRbelPathDebugging(boolean rbelPathDebugging)StringtoString()
-
-
-
Constructor Detail
-
TigerLibConfig
@ConstructorProperties({"activateMonitorUI","rbelPathDebugging","rbelAnsiColors","addCurlCommandsForRaCallsToReport"}) public TigerLibConfig(boolean activateMonitorUI, boolean rbelPathDebugging, boolean rbelAnsiColors, boolean addCurlCommandsForRaCallsToReport)
-
TigerLibConfig
public TigerLibConfig()
-
-
Method Detail
-
builder
public static TigerLibConfig.TigerLibConfigBuilder builder()
-
isActivateMonitorUI
public boolean isActivateMonitorUI()
-
isRbelPathDebugging
public boolean isRbelPathDebugging()
-
isRbelAnsiColors
public boolean isRbelAnsiColors()
-
isAddCurlCommandsForRaCallsToReport
public boolean isAddCurlCommandsForRaCallsToReport()
-
setActivateMonitorUI
public void setActivateMonitorUI(boolean activateMonitorUI)
-
setRbelPathDebugging
public void setRbelPathDebugging(boolean rbelPathDebugging)
-
setRbelAnsiColors
public void setRbelAnsiColors(boolean rbelAnsiColors)
-
setAddCurlCommandsForRaCallsToReport
public void setAddCurlCommandsForRaCallsToReport(boolean addCurlCommandsForRaCallsToReport)
-
canEqual
protected boolean canEqual(Object other)
-
-