Package org.bedework.calfacade.configs
Interface CmdUtilProperties
public interface CmdUtilProperties
These are the properties for cmdutil.
Annotated to allow use by mbeans
- Author:
- douglm
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetAccount(String val) Default account we run undervoidsetDataOut(String val) data output directory name - full path.voidsetSuperUser(boolean val)
-
Method Details
-
setAccount
Default account we run under- Parameters:
val- - user account
-
getAccount
String getAccount()- Returns:
- String default account we use
-
setSuperUser
void setSuperUser(boolean val) - Parameters:
val- true for super user
-
getSuperUser
boolean getSuperUser()- Returns:
- true for super user
-
setDataOut
data output directory name - full path.- Parameters:
val- path
-
getDataOut
String getDataOut()- Returns:
- data output directory name - full path
-