- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 35 of file JasperFile.java.
◆ JasperFile()
org.turro.file.JasperFile.JasperFile |
( |
File |
file | ) |
|
Definition at line 37 of file JasperFile.java.
39 for(ReportTypeEnum rt : ReportTypeEnum.values()) {
40 actions.add(
new ReportAction(
this, rt));
List< FileAction > actions
◆ isMyType()
static boolean org.turro.file.JasperFile.isMyType |
( |
File |
file | ) |
|
|
static |
Definition at line 52 of file JasperFile.java.
53 String ext = FileUtil.getExtension(
file);
54 return "jasper".equalsIgnoreCase(ext);
◆ print()
void org.turro.file.JasperFile.print |
( |
String |
caption, |
|
|
String |
type |
|
) |
| |
Definition at line 44 of file JasperFile.java.
46 ReportPrint.print(caption, (Collection)
null,
null,
getFile().getAbsolutePath(),
null, type,
null);
47 }
catch (JRException ex) {
48 Logger.getLogger(
JasperFile.class.getName()).log(Level.SEVERE, ElephantContext.logMsg(
null), ex);
The documentation for this class was generated from the following file: