Interface CmdUtilProperties


public interface CmdUtilProperties
These are the properties for cmdutil.

Annotated to allow use by mbeans

Author:
douglm
  • Method Details

    • setAccount

      void setAccount(String val)
      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

      void setDataOut(String val)
      data output directory name - full path.
      Parameters:
      val - path
    • getDataOut

      String getDataOut()
      Returns:
      data output directory name - full path