Package net.sf.jasperreports.engine.util
Class AbstractSampleApp
- java.lang.Object
-
- net.sf.jasperreports.engine.util.AbstractSampleApp
-
public abstract class AbstractSampleApp extends java.lang.Object- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description AbstractSampleApp()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidcompile()voiddecompile()protected voidexecuteTask(java.lang.String taskName)protected java.sql.ConnectiongetDemoHsqldbConnection()protected java.io.File[]getFiles(java.io.File parentFile, java.lang.String extension)static voidmain(AbstractSampleApp app, java.lang.String[] args)abstract voidtest()protected java.lang.Stringusage()voidwriteApi()voidwriteApiXml()
-
-
-
Method Detail
-
usage
protected java.lang.String usage()
-
executeTask
protected void executeTask(java.lang.String taskName)
-
getFiles
protected java.io.File[] getFiles(java.io.File parentFile, java.lang.String extension)
-
getDemoHsqldbConnection
protected java.sql.Connection getDemoHsqldbConnection() throws JRException- Throws:
JRException
-
main
public static void main(AbstractSampleApp app, java.lang.String[] args)
-
test
public abstract void test() throws JRException- Throws:
JRException
-
compile
public void compile() throws JRException- Throws:
JRException
-
decompile
public void decompile() throws JRException- Throws:
JRException
-
writeApi
public void writeApi() throws JRException- Throws:
JRException
-
writeApiXml
public void writeApiXml() throws JRException- Throws:
JRException
-
-