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
JRExceptionpublic String usage()
public void executeTask(String taskName)
protected Connection getDemoHsqldbConnection() throws JRException
JRExceptionpublic static void main(AbstractSampleApp app, String[] args)
Copyright © 2017. All rights reserved.