net.sf.spring.batch.commandline
Class LauncherConfiguration
java.lang.Object
net.sf.spring.batch.commandline.LauncherConfiguration
- public class LauncherConfiguration
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
LauncherConfiguration
public LauncherConfiguration()
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.