Package net.sf.jasperreports.engine.util
Class AbstractSampleApp
- java.lang.Object
-
- net.sf.jasperreports.engine.util.AbstractSampleApp
-
public abstract class AbstractSampleApp extends 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 void
compile()
void
decompile()
protected void
executeTask(String taskName)
protected Connection
getDemoHsqldbConnection()
protected File[]
getFiles(File parentFile, String extension)
static void
main(AbstractSampleApp app, String[] args)
abstract void
test()
protected String
usage()
void
writeApi()
void
writeApiXml()
-
-
-
Method Detail
-
usage
protected String usage()
-
executeTask
protected void executeTask(String taskName)
-
getDemoHsqldbConnection
protected Connection getDemoHsqldbConnection() throws JRException
- Throws:
JRException
-
main
public static void main(AbstractSampleApp app, 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
-
-