
public class ConvertToBundleApplication extends AbstractApplication
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ConvertToBundleApplication.Parameterizer
Parameterization class. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private DatabaseConnection | 
input
The data input step. 
 | 
private static Logging | 
LOG
Logging class. 
 | 
private File | 
outfile
Output 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