net.sf.jasperreports.engine.util
Class AbstractSampleApp
java.lang.Object
net.sf.jasperreports.engine.util.AbstractSampleApp
public abstract class AbstractSampleApp
- extends Object
- Version:
- $Id: AbstractSampleApp.java 5055 2012-03-12 11:05:44Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSampleApp
public AbstractSampleApp()
test
public abstract void test()
throws JRException
- Throws:
JRException
usage
public String usage()
executeTask
public void executeTask(String taskName)
getFiles
protected File[] getFiles(File parentFile,
String extension)
getDemoHsqldbConnection
protected Connection getDemoHsqldbConnection()
throws JRException
- Throws:
JRException
main
public static void main(AbstractSampleApp app,
String[] args)
Copyright © 2012. All Rights Reserved.