A B C D E F G I L M N O P R S V

A

ArgumentParser - class net.sf.spring.batch.commandline.ArgumentParser.
Parse the command line.
ArgumentParser() - Constructor for class net.sf.spring.batch.commandline.ArgumentParser
 

B

BatchLauncher - class net.sf.spring.batch.BatchLauncher.
Advanced batch launcher.
BatchLauncher() - Constructor for class net.sf.spring.batch.BatchLauncher
 
BatchResourceValidation - interface net.sf.spring.batch.impl.BatchResourceValidation.
Defines the contract between the DefaultResourceValidationRunner and a diagnostic.
batchArgs - Variable in class net.sf.spring.batch.commandline.LauncherConfiguration
 
batchHome - Variable in class net.sf.spring.batch.commandline.LauncherConfiguration
 
batchName - Variable in class net.sf.spring.batch.commandline.LauncherConfiguration
 
buffer - Variable in class net.sf.spring.batch.impl.ResourceValidationResult
 
buildOption(char, String, boolean, String) - Method in class net.sf.spring.batch.commandline.ArgumentParser
 
buildOption(char, String, boolean, String, int, String) - Method in class net.sf.spring.batch.commandline.ArgumentParser
 

C

ClassBasedVersionProvider - class net.sf.spring.batch.impl.ClassBasedVersionProvider.
 
ClassBasedVersionProvider() - Constructor for class net.sf.spring.batch.impl.ClassBasedVersionProvider
 
ConsoleResourceValidationRenderer - class net.sf.spring.batch.impl.ConsoleResourceValidationRenderer.
 
ConsoleResourceValidationRenderer() - Constructor for class net.sf.spring.batch.impl.ConsoleResourceValidationRenderer
 
cfg - Variable in class net.sf.spring.batch.BatchLauncher
 
className - Variable in class net.sf.spring.batch.impl.ClassBasedVersionProvider
 
cmdParser - Variable in class net.sf.spring.batch.BatchLauncher
 
computeBatchHome() - Method in class net.sf.spring.batch.BatchLauncher
Computes the batch home directory.
computeConfDir() - Method in class net.sf.spring.batch.BatchLauncher
Computes the configuration directory.
configurationDirectory - Variable in class net.sf.spring.batch.commandline.LauncherConfiguration
 
configurationProperties - Variable in class net.sf.spring.batch.BatchLauncher
 
configure(File, String) - Method in class net.sf.spring.batch.Log4jConfigurator
 
configure(File, String) - Method in interface net.sf.spring.batch.LogConfigurator
Called by launcher.
context - Variable in class net.sf.spring.batch.BatchLauncher
 

D

DefaultPropertiesLoader - class net.sf.spring.batch.DefaultPropertiesLoader.
A properties configuration loader that loads 2 files.
DefaultPropertiesLoader() - Constructor for class net.sf.spring.batch.DefaultPropertiesLoader
 
DefaultResourceValidationRunner - class net.sf.spring.batch.impl.DefaultResourceValidationRunner.
Class for storing and launching resourceValidations.
DefaultResourceValidationRunner() - Constructor for class net.sf.spring.batch.impl.DefaultResourceValidationRunner
 
DefaultVersionProvider - class net.sf.spring.batch.impl.DefaultVersionProvider.
A simple version provider that takes version from spring configuration.
DefaultVersionProvider() - Constructor for class net.sf.spring.batch.impl.DefaultVersionProvider
 
displayHelp(String) - Method in class net.sf.spring.batch.commandline.ArgumentParser
 
doingHelpOnly - Variable in class net.sf.spring.batch.commandline.LauncherConfiguration
 
doingResourceValidationOnly - Variable in class net.sf.spring.batch.commandline.LauncherConfiguration
 
doingVersionOnly - Variable in class net.sf.spring.batch.commandline.LauncherConfiguration
 

E

ERROR - Static variable in class net.sf.spring.batch.BatchLauncher
 
exectue(StringBuffer, String) - Method in interface net.sf.spring.batch.impl.BatchResourceValidation
Executes the diagnostic.
exit(int) - Method in class net.sf.spring.batch.BatchLauncher
Exit the batch, with the given code.

F

findVersion() - Method in interface net.sf.spring.batch.VersionProvider
Called by launcher to find the current batch version.
findVersion() - Method in class net.sf.spring.batch.impl.ClassBasedVersionProvider
 
findVersion() - Method in class net.sf.spring.batch.impl.DefaultVersionProvider
Called by launcher to find the current batch version.

G

getBatchArgs() - Method in class net.sf.spring.batch.commandline.LauncherConfiguration
 
getBatchHome() - Method in class net.sf.spring.batch.commandline.LauncherConfiguration
 
getBatchName() - Method in class net.sf.spring.batch.commandline.LauncherConfiguration
 
getBuffer() - Method in class net.sf.spring.batch.impl.ResourceValidationResult
 
getConfigurationDirectory() - Method in class net.sf.spring.batch.commandline.LauncherConfiguration
 
getGlobalProperties() - Method in class net.sf.spring.batch.commandline.LauncherConfiguration
 
getName() - Method in interface net.sf.spring.batch.impl.BatchResourceValidation
Get the name of the diagnostic.
getName() - Method in class net.sf.spring.batch.impl.ResourceValidationResult
 
getSpringConfigPath() - Method in class net.sf.spring.batch.commandline.LauncherConfiguration
 
globalProperties - Variable in class net.sf.spring.batch.commandline.LauncherConfiguration
 

I

init(String[]) - Method in class net.sf.spring.batch.BatchLauncher
parses the command line arguments and initializes logging, loads properties, and initializes spring context.
initContext() - Method in class net.sf.spring.batch.BatchLauncher
Initialize Spring context.
initLog4j() - Method in class net.sf.spring.batch.BatchLauncher
Initialize log4j.
isDoingHelpOnly() - Method in class net.sf.spring.batch.commandline.LauncherConfiguration
 
isDoingResourceValidationOnly() - Method in class net.sf.spring.batch.commandline.LauncherConfiguration
 
isDoingVersionOnly() - Method in class net.sf.spring.batch.commandline.LauncherConfiguration
 
isResult() - Method in class net.sf.spring.batch.impl.ResourceValidationResult
 

L

LauncherConfiguration - class net.sf.spring.batch.commandline.LauncherConfiguration.
 
LauncherConfiguration() - Constructor for class net.sf.spring.batch.commandline.LauncherConfiguration
 
Log4jConfigurator - class net.sf.spring.batch.Log4jConfigurator.
A basic log4j configuration.
Log4jConfigurator() - Constructor for class net.sf.spring.batch.Log4jConfigurator
 
LogConfigurator - interface net.sf.spring.batch.LogConfigurator.
Interface to initialize log4j
loadProperties() - Method in class net.sf.spring.batch.BatchLauncher
Initialize properties.
loadProperties(File, String) - Method in class net.sf.spring.batch.DefaultPropertiesLoader
 
loadProperties(File, String, String) - Method in class net.sf.spring.batch.DefaultPropertiesLoader
Loads properties from several files.
loadProperties(File, String) - Method in interface net.sf.spring.batch.PropertiesLoader
Load a properties file that contains the configuration.
loadProperties(File, String, String) - Method in interface net.sf.spring.batch.PropertiesLoader
Load several properties files that contains the configuration.
log - Variable in class net.sf.spring.batch.BatchLauncher
 
logConfigurator - Variable in class net.sf.spring.batch.BatchLauncher
instance in charge of configuring log4j.

M

main(String[]) - Static method in class net.sf.spring.batch.BatchLauncher
The entry point.
mimeType - Variable in class net.sf.spring.batch.impl.DefaultResourceValidationRunner
 

N

name - Variable in class net.sf.spring.batch.impl.ResourceValidationResult
 
net.sf.spring.batch - package net.sf.spring.batch
 
net.sf.spring.batch.commandline - package net.sf.spring.batch.commandline
 
net.sf.spring.batch.impl - package net.sf.spring.batch.impl
 

O

OK - Static variable in class net.sf.spring.batch.BatchLauncher
 
options - Variable in class net.sf.spring.batch.commandline.ArgumentParser
 

P

PropertiesLoader - interface net.sf.spring.batch.PropertiesLoader.
Interface to load configuration properties.
parse(String[]) - Method in class net.sf.spring.batch.commandline.ArgumentParser
Parses the command line arguments
propertiesLoader - Variable in class net.sf.spring.batch.BatchLauncher
An instance used to load properties used in spring context.

R

ResourceValidationResult - class net.sf.spring.batch.impl.ResourceValidationResult.
A bean representing a diagnostic result.
ResourceValidationResult() - Constructor for class net.sf.spring.batch.impl.ResourceValidationResult
 
ResourceValidationResultRenderer - interface net.sf.spring.batch.impl.ResourceValidationResultRenderer.
This class is in charge to render the diagnositcs results.
ResourceValidationRunner - interface net.sf.spring.batch.ResourceValidationRunner.
Class that run resourceValidations.
renderResult(List) - Method in class net.sf.spring.batch.impl.ConsoleResourceValidationRenderer
 
renderResult(List) - Method in interface net.sf.spring.batch.impl.ResourceValidationResultRenderer
 
resourceValidationResultRenderer - Variable in class net.sf.spring.batch.impl.DefaultResourceValidationRunner
 
resourceValidations - Variable in class net.sf.spring.batch.impl.DefaultResourceValidationRunner
 
result - Variable in class net.sf.spring.batch.impl.ResourceValidationResult
 
run() - Method in class net.sf.spring.batch.BatchLauncher
Manages operations according the command line parameters.
runJob() - Method in class net.sf.spring.batch.BatchLauncher
Run the spring job.
runResourceValidations() - Method in class net.sf.spring.batch.BatchLauncher
Run the resources validations.
runResourceValidations() - Method in interface net.sf.spring.batch.ResourceValidationRunner
Called by launcher to run resourceValidations.
runResourceValidations() - Method in class net.sf.spring.batch.impl.DefaultResourceValidationRunner
Called by launcher to run resourceValidations.
runVersion() - Method in class net.sf.spring.batch.BatchLauncher
Print the batch version.

S

STOP - Static variable in class net.sf.spring.batch.BatchLauncher
 
setBatchArgs(Properties) - Method in class net.sf.spring.batch.commandline.LauncherConfiguration
 
setBatchHome(String) - Method in class net.sf.spring.batch.commandline.LauncherConfiguration
 
setBatchName(String) - Method in class net.sf.spring.batch.commandline.LauncherConfiguration
 
setBuffer(StringBuffer) - Method in class net.sf.spring.batch.impl.ResourceValidationResult
 
setClassName(String) - Method in class net.sf.spring.batch.impl.ClassBasedVersionProvider
 
setConfigurationDirectory(String) - Method in class net.sf.spring.batch.commandline.LauncherConfiguration
 
setDoingHelpOnly(boolean) - Method in class net.sf.spring.batch.commandline.LauncherConfiguration
 
setDoingResourceValidationOnly(boolean) - Method in class net.sf.spring.batch.commandline.LauncherConfiguration
 
setDoingVersionOnly(boolean) - Method in class net.sf.spring.batch.commandline.LauncherConfiguration
 
setExitCodeMapper(ExitCodeMapper) - Method in class net.sf.spring.batch.BatchLauncher
Injection setter for the ExitCodeMapper.
setGlobalProperties(String) - Method in class net.sf.spring.batch.commandline.LauncherConfiguration
 
setJobLocator(JobLocator) - Method in class net.sf.spring.batch.BatchLauncher
Injection setter for the JobLocator.
setJobParametersConverter(JobParametersConverter) - Method in class net.sf.spring.batch.BatchLauncher
Injection setter for the JobParametersConverter.
setLauncher(JobLauncher) - Method in class net.sf.spring.batch.BatchLauncher
Injection setter for the JobLauncher.
setLog4jConfigurator(LogConfigurator) - Method in class net.sf.spring.batch.BatchLauncher
Setter for the LogConfigurator.
setMimeType(String) - Method in class net.sf.spring.batch.impl.DefaultResourceValidationRunner
 
setName(String) - Method in class net.sf.spring.batch.impl.ResourceValidationResult
 
setPropertiesLoader(PropertiesLoader) - Method in class net.sf.spring.batch.BatchLauncher
Setter for the PropertiesLoader.
setResourceValidationResultRenderer(ResourceValidationResultRenderer) - Method in class net.sf.spring.batch.impl.DefaultResourceValidationRunner
 
setResourceValidationRunner(ResourceValidationRunner) - Method in class net.sf.spring.batch.BatchLauncher
Injection setter for the ResourceValidationRunner.
setResourceValidations(List) - Method in class net.sf.spring.batch.impl.DefaultResourceValidationRunner
 
setResult(boolean) - Method in class net.sf.spring.batch.impl.ResourceValidationResult
 
setSpringConfigPath(String) - Method in class net.sf.spring.batch.commandline.LauncherConfiguration
 
setSystemExiter(SystemExiter) - Method in class net.sf.spring.batch.BatchLauncher
Injection setter for the SystemExiter.
setVersion(String) - Method in class net.sf.spring.batch.impl.DefaultVersionProvider
Injection setter for the version.
setVersionProvider(VersionProvider) - Method in class net.sf.spring.batch.BatchLauncher
Injection setter for the VersionProvider.
springConfigPath - Variable in class net.sf.spring.batch.commandline.LauncherConfiguration
 

V

VersionProvider - interface net.sf.spring.batch.VersionProvider.
A class that find the batch version.
version - Variable in class net.sf.spring.batch.impl.DefaultVersionProvider
 

A B C D E F G I L M N O P R S V

Copyright © 2009. All Rights Reserved.