Package com.example
Class BaseUtil
-
- All Implemented Interfaces:
public class BaseUtilBase utility which provides parsing of command line flags and certain environment variables.
-
-
Method Summary
Modifier and Type Method Description CommandLinegetParsedArgs()StringgetEpr()voidsetEpr(String epr)StringgetIface()voidsetIface(String iface)StringgetAddress()voidsetAddress(String address)CryptoSettingscreateCustomCryptoSettings()booleanisUseTls()voidsetUseTls(boolean useTls)-
-
Method Detail
-
getParsedArgs
CommandLine getParsedArgs()
-
getAddress
String getAddress()
-
setAddress
void setAddress(String address)
-
createCustomCryptoSettings
CryptoSettings createCustomCryptoSettings()
-
isUseTls
boolean isUseTls()
-
setUseTls
void setUseTls(boolean useTls)
-
-
-
-