public abstract class AbstractSampleApp extends Object
Constructor and Description |
---|
AbstractSampleApp() |
Modifier and Type | Method and Description |
---|---|
void |
executeTask(String taskName) |
protected Connection |
getDemoHsqldbConnection() |
protected File[] |
getFiles(File parentFile,
String extension) |
static void |
main(AbstractSampleApp app,
String[] args) |
abstract void |
test() |
String |
usage() |
public abstract void test() throws JRException
JRException
public String usage()
public void executeTask(String taskName)
protected Connection getDemoHsqldbConnection() throws JRException
JRException
public static void main(AbstractSampleApp app, String[] args)
Copyright © 2017. All rights reserved.