Package org.bedework.calfacade.configs
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 Summary
Modifier and TypeMethodDescriptioncloneIt()voidsetAccount(String val) Account we run undervoidXML data input file name - full path.voidsetDataOut(String val) XML data output directory name - full path.voidsetDataOutPrefix(String val) XML data output file prefix - for data dump
-
Method Details
-
setAccount
Account we run under- Parameters:
val-
-
getAccount
String getAccount()- Returns:
- String account we use
-
setDataIn
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
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
XML data output file prefix - for data dump- Parameters:
val-
-
getDataOutPrefix
String getDataOutPrefix()- Returns:
- XML data output file prefix - for data dump
-
cloneIt
DumpRestoreProperties cloneIt()- Returns:
- copy of this
-