Package org.bedework.tools.cmdutil
Class CmdUtilPropertiesImpl
- java.lang.Object
-
- org.bedework.util.config.ConfigBase<CmdUtilPropertiesImpl>
-
- org.bedework.tools.cmdutil.CmdUtilPropertiesImpl
-
- All Implemented Interfaces:
Serializable,Comparable<CmdUtilPropertiesImpl>,CmdUtilProperties,org.bedework.util.logging.Logged
public class CmdUtilPropertiesImpl extends org.bedework.util.config.ConfigBase<CmdUtilPropertiesImpl> implements CmdUtilProperties
- Author:
- douglm
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CmdUtilPropertiesImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccount()StringgetDataOut()booleangetSuperUser()voidsetAccount(String val)voidsetDataOut(String val)voidsetSuperUser(boolean val)StringtoString()-
Methods inherited from class org.bedework.util.config.ConfigBase
addListProperty, compareTo, fromXml, fromXml, fromXml, getLastChanged, getLogger, getName, getProperty, hashCode, markChanged, removeProperty, setListProperty, setName, toProperties, toStringSegment, toXml
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.bedework.util.logging.Logged
audit, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, trace, trace, warn
-
-
-
-
Method Detail
-
setAccount
public void setAccount(String val)
- Specified by:
setAccountin interfaceCmdUtilProperties
-
getAccount
public String getAccount()
- Specified by:
getAccountin interfaceCmdUtilProperties
-
setSuperUser
public void setSuperUser(boolean val)
- Specified by:
setSuperUserin interfaceCmdUtilProperties
-
getSuperUser
public boolean getSuperUser()
- Specified by:
getSuperUserin interfaceCmdUtilProperties
-
setDataOut
public void setDataOut(String val)
- Specified by:
setDataOutin interfaceCmdUtilProperties
-
getDataOut
public String getDataOut()
- Specified by:
getDataOutin interfaceCmdUtilProperties
-
toString
public String toString()
- Overrides:
toStringin classorg.bedework.util.config.ConfigBase<CmdUtilPropertiesImpl>
-
-