Interface DumpRestoreProperties


public interface DumpRestoreProperties
These are the properties that the dump/restore module needs to know about.

Annotated to allow use by mbeans

Author:
douglm
  • Method Details

    • setAccount

      void setAccount(String val)
      Account we run under
      Parameters:
      val -
    • getAccount

      String getAccount()
      Returns:
      String account we use
    • setDataIn

      void setDataIn(String val)
      XML data input file name - full path. Used for data restore
      Parameters:
      val -
    • getDataIn

      String getDataIn()
      Returns:
      XML data input file name - full path
    • setDataOut

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

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

      void setDataOutPrefix(String val)
      XML data output file prefix - for data dump
      Parameters:
      val -
    • getDataOutPrefix

      String getDataOutPrefix()
      Returns:
      XML data output file prefix - for data dump
    • cloneIt

      Returns:
      copy of this