net.sf.spring.batch.commandline
Class LauncherConfiguration

java.lang.Object
  extended bynet.sf.spring.batch.commandline.LauncherConfiguration

public class LauncherConfiguration
extends Object


Field Summary
protected  Properties batchArgs
           
protected  String batchHome
           
protected  String batchName
           
protected  String configurationDirectory
           
protected  boolean doingHelpOnly
           
protected  boolean doingResourceValidationOnly
           
protected  boolean doingVersionOnly
           
protected  String globalProperties
           
protected  String springConfigPath
           
 
Constructor Summary
LauncherConfiguration()
           
 
Method Summary
 Properties getBatchArgs()
           
 String getBatchHome()
           
 String getBatchName()
           
 String getConfigurationDirectory()
           
 String getGlobalProperties()
           
 String getSpringConfigPath()
           
 boolean isDoingHelpOnly()
           
 boolean isDoingResourceValidationOnly()
           
 boolean isDoingVersionOnly()
           
 void setBatchArgs(Properties batchArgs)
           
 void setBatchHome(String batchHome)
           
 void setBatchName(String batchName)
           
 void setConfigurationDirectory(String configurationDirectory)
           
 void setDoingHelpOnly(boolean doingHelpOnly)
           
 void setDoingResourceValidationOnly(boolean doingResourceValidationOnly)
           
 void setDoingVersionOnly(boolean doingVersionOnly)
           
 void setGlobalProperties(String globalProperties)
           
 void setSpringConfigPath(String springConfigPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configurationDirectory

protected String configurationDirectory

batchName

protected String batchName

batchHome

protected String batchHome

springConfigPath

protected String springConfigPath

globalProperties

protected String globalProperties

doingResourceValidationOnly

protected boolean doingResourceValidationOnly

doingVersionOnly

protected boolean doingVersionOnly

doingHelpOnly

protected boolean doingHelpOnly

batchArgs

protected Properties batchArgs
Constructor Detail

LauncherConfiguration

public LauncherConfiguration()
Method Detail

getConfigurationDirectory

public String getConfigurationDirectory()
Returns:
the configurationDirectory

setConfigurationDirectory

public void setConfigurationDirectory(String configurationDirectory)
Parameters:
configurationDirectory - the configurationDirectory to set

getBatchName

public String getBatchName()
Returns:
the batchName

setBatchName

public void setBatchName(String batchName)
Parameters:
batchName - the batchName to set

getBatchHome

public String getBatchHome()
Returns:
the batchHome

setBatchHome

public void setBatchHome(String batchHome)
Parameters:
batchHome - the batchHome to set

getSpringConfigPath

public String getSpringConfigPath()
Returns:
the springConfigPath

setSpringConfigPath

public void setSpringConfigPath(String springConfigPath)
Parameters:
springConfigPath - the springConfigPath to set

isDoingResourceValidationOnly

public boolean isDoingResourceValidationOnly()
Returns:
the doingResourceValidationOnly

setDoingResourceValidationOnly

public void setDoingResourceValidationOnly(boolean doingResourceValidationOnly)
Parameters:
doingResourceValidationOnly - the doingResourceValidationOnly to set

isDoingVersionOnly

public boolean isDoingVersionOnly()
Returns:
the doingVersionOnly

setDoingVersionOnly

public void setDoingVersionOnly(boolean doingVersionOnly)
Parameters:
doingVersionOnly - the doingVersionOnly to set

isDoingHelpOnly

public boolean isDoingHelpOnly()
Returns:
the doingHelpOnly

setDoingHelpOnly

public void setDoingHelpOnly(boolean doingHelpOnly)
Parameters:
doingHelpOnly - the doingHelpOnly to set

getGlobalProperties

public String getGlobalProperties()
Returns:
the globalProperties

setGlobalProperties

public void setGlobalProperties(String globalProperties)
Parameters:
globalProperties - the globalProperties to set

getBatchArgs

public Properties getBatchArgs()
Returns:
the batchArgs

setBatchArgs

public void setBatchArgs(Properties batchArgs)
Parameters:
batchArgs - the batchArgs to set


Copyright © 2009. All Rights Reserved.