
public class ConvertToBundleApplication extends AbstractApplication
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ConvertToBundleApplication.ParameterizerParameterization class. | 
| Modifier and Type | Field and Description | 
|---|---|
| private DatabaseConnection | inputThe data input step. | 
| private static Logging | LOGLogging class. | 
| private File | outfileOutput filename. | 
INFORMATION| Constructor and Description | 
|---|
| ConvertToBundleApplication(DatabaseConnection input,
                          File outfile)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | main(String[] args)Run command line application. | 
| void | run()Runs the application. | 
printErrorMessage, runCLIApplication, usageprivate static final Logging LOG
private DatabaseConnection input
private File outfile
public ConvertToBundleApplication(DatabaseConnection input, File outfile)
input - Data source configurationoutfile - Output filenamepublic void run()
         throws UnableToComplyException
AbstractApplicationrun in class AbstractApplicationUnableToComplyException - if an error occurs during running the
         applicationpublic static void main(String[] args)
args - Command line parameters