MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.cmdline
Class LocalSetting

java.lang.Object
  extended by ch.ethz.mxquery.cmdline.LocalSetting

public class LocalSetting
extends java.lang.Object


Constructor Summary
LocalSetting()
           
 
Method Summary
 java.lang.String getInput()
           
 java.lang.String getOutput()
           
 java.lang.String getSerializationPlan()
           
 boolean isBackupBeforeUpdate()
           
 boolean isDiscardResult()
           
 boolean isExplain()
           
 boolean isFromPlan()
           
 boolean isPrintStores()
           
 boolean isSerializePlan()
           
 boolean isTiming()
           
 boolean isToFile()
           
 boolean isUpdateFiles()
           
 void printDebug()
           
 void setBackupBeforeUpdate(boolean backupBeforeUpdate)
           
 void setInput(java.lang.String str)
           
 void setIsDiscardResult(boolean bool)
           
 void setIsExplain(boolean bool)
           
 void setIsFromPlan(boolean bool)
           
 void setIsPrintStores(boolean bool)
           
 void setIsSerializePlan(boolean bool)
           
 void setIsTiming(boolean bool)
           
 void setIsToFile(boolean bool)
           
 void setOutput(java.lang.String str)
           
 void setSerializationPlan(java.lang.String s)
           
 void setUpdateFiles(boolean updateFiles)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalSetting

public LocalSetting()
Method Detail

getInput

public java.lang.String getInput()

setInput

public void setInput(java.lang.String str)

isFromPlan

public boolean isFromPlan()

setIsFromPlan

public void setIsFromPlan(boolean bool)

getOutput

public java.lang.String getOutput()

setOutput

public void setOutput(java.lang.String str)

isDiscardResult

public boolean isDiscardResult()

setIsDiscardResult

public void setIsDiscardResult(boolean bool)

isToFile

public boolean isToFile()

setIsToFile

public void setIsToFile(boolean bool)

isExplain

public boolean isExplain()

setIsExplain

public void setIsExplain(boolean bool)

isSerializePlan

public boolean isSerializePlan()

setIsSerializePlan

public void setIsSerializePlan(boolean bool)

getSerializationPlan

public java.lang.String getSerializationPlan()

setSerializationPlan

public void setSerializationPlan(java.lang.String s)

isPrintStores

public boolean isPrintStores()

setIsPrintStores

public void setIsPrintStores(boolean bool)

isTiming

public boolean isTiming()

setIsTiming

public void setIsTiming(boolean bool)

isUpdateFiles

public boolean isUpdateFiles()

setUpdateFiles

public void setUpdateFiles(boolean updateFiles)

isBackupBeforeUpdate

public boolean isBackupBeforeUpdate()

setBackupBeforeUpdate

public void setBackupBeforeUpdate(boolean backupBeforeUpdate)

printDebug

public void printDebug()

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich