Skip navigation links
A C D E F G H I J L M O P R S V W X 

A

App - Class in de.cenote.jasperstarter
App class.
App() - Constructor for class de.cenote.jasperstarter.App
 
ASK - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant ASK="ask"
AskFilter - Enum in de.cenote.jasperstarter.types
AskFilter class.

C

Command - Enum in de.cenote.jasperstarter.types
Command class.
COMMAND - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant COMMAND="command"
compileToFile() - Method in class de.cenote.jasperstarter.Report
Emit a .jasper compiled version of the report definition .jrxml file.
Config - Class in de.cenote.jasperstarter
This POJO is intended to contain all command line parameters and other configuration values.
Config() - Constructor for class de.cenote.jasperstarter.Config
Constructor for Config.
COPIES - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant COPIES="copies"
CSV_CHARSET - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant CSV_CHARSET="csv-charset"
CSV_COLUMNS - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant CSV_COLUMNS="csv-columns"
CSV_FIELD_DEL - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant CSV_FIELD_DEL="csv-field-del"
CSV_FIRST_ROW - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant CSV_FIRST_ROW="csv-first-row"
CSV_RECORD_DEL - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant CSV_RECORD_DEL="csv-record-del"

D

DATA_FILE - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant DATA_FILE="data-file"
Db - Class in de.cenote.jasperstarter
Db class.
Db() - Constructor for class de.cenote.jasperstarter.Db
Constructor for Db.
DB_DRIVER - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant DB_DRIVER="db-driver"
DB_HOST - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant DB_HOST="db-host"
DB_NAME - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant DB_NAME="db-name"
DB_PASSWD - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant DB_PASSWD="db-passwd"
DB_PORT - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant DB_PORT="db-port"
DB_SID - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant DB_SID="db-sid"
DB_URL - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant DB_URL="db-url"
DB_USER - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant DB_USER="db-user"
de.cenote.jasperstarter - package de.cenote.jasperstarter
 
de.cenote.jasperstarter.types - package de.cenote.jasperstarter.types
 
DEBUG - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant DEBUG="debug"
Dest - Interface in de.cenote.jasperstarter.types
Dest interface.
DS_TYPE - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant DS_TYPE="db-type"
DsType - Enum in de.cenote.jasperstarter.types
Types of Datasources

E

exportCsv() - Method in class de.cenote.jasperstarter.Report
exportCsv.
exportCsvMeta() - Method in class de.cenote.jasperstarter.Report
exportCsvMeta.
exportDocx() - Method in class de.cenote.jasperstarter.Report
exportDocx.
exportHtml() - Method in class de.cenote.jasperstarter.Report
exportHtml.
exportJrprint() - Method in class de.cenote.jasperstarter.Report
exportJrprint.
exportOds() - Method in class de.cenote.jasperstarter.Report
exportOds.
exportOdt() - Method in class de.cenote.jasperstarter.Report
exportOdt.
exportPdf() - Method in class de.cenote.jasperstarter.Report
exportPdf.
exportPptx() - Method in class de.cenote.jasperstarter.Report
exportPptx.
exportRtf() - Method in class de.cenote.jasperstarter.Report
exportRtf.
exportXhtml() - Method in class de.cenote.jasperstarter.Report
exportXhtml.
exportXls() - Method in class de.cenote.jasperstarter.Report
exportXls.
exportXlsMeta() - Method in class de.cenote.jasperstarter.Report
exportXlsMeta.
exportXlsx() - Method in class de.cenote.jasperstarter.Report
exportXlsx.
exportXml() - Method in class de.cenote.jasperstarter.Report
exportXml.

F

fill() - Method in class de.cenote.jasperstarter.Report
Process report content into internal form.

G

getAskFilter() - Method in class de.cenote.jasperstarter.Config
Getter for the field askFilter.
getCommand() - Method in class de.cenote.jasperstarter.Config
Getter for the field command.
getCommand(String) - Static method in enum de.cenote.jasperstarter.types.Command
getCommand.
getConnection(Config) - Method in class de.cenote.jasperstarter.Db
getConnection.
getCopies() - Method in class de.cenote.jasperstarter.Config
Getter for the field copies.
getCsvCharset() - Method in class de.cenote.jasperstarter.Config
Getter for the field csvCharset.
getCsvColumns() - Method in class de.cenote.jasperstarter.Config
Getter for the field csvColumns.
getCsvDataSource(Config) - Method in class de.cenote.jasperstarter.Db
getCsvDataSource.
getCsvFieldDel() - Method in class de.cenote.jasperstarter.Config
Getter for the field csvFieldDel.
getCsvFirstRow() - Method in class de.cenote.jasperstarter.Config
Getter for the field csvFirstRow.
getCsvRecordDel() - Method in class de.cenote.jasperstarter.Config
Getter for the field csvRecordDel.
getDataFile() - Method in class de.cenote.jasperstarter.Config
Getter for the field dataFile.
getDataFileInputStream() - Method in class de.cenote.jasperstarter.Config
Get InputStream corresponding to the configured dataFile.
getDataFileName() - Method in class de.cenote.jasperstarter.Config
Get name of the configured dataFile.
getDbDriver() - Method in class de.cenote.jasperstarter.Config
Getter for the field dbDriver.
getDbHost() - Method in class de.cenote.jasperstarter.Config
Getter for the field dbHost.
getDbName() - Method in class de.cenote.jasperstarter.Config
Getter for the field dbName.
getDbPasswd() - Method in class de.cenote.jasperstarter.Config
Getter for the field dbPasswd.
getDbPort() - Method in class de.cenote.jasperstarter.Config
Getter for the field dbPort.
getDbSid() - Method in class de.cenote.jasperstarter.Config
Getter for the field dbSid.
getDbType() - Method in class de.cenote.jasperstarter.Config
Getter for the field dbType.
getDbUrl() - Method in class de.cenote.jasperstarter.Config
Getter for the field dbUrl.
getDbUser() - Method in class de.cenote.jasperstarter.Config
Getter for the field dbUser.
getDriver() - Method in enum de.cenote.jasperstarter.types.DsType
Getter for the field driver.
getInput() - Method in class de.cenote.jasperstarter.Config
Getter for the field input.
getJdbcDir() - Method in class de.cenote.jasperstarter.Config
Getter for the field jdbcDir.
getJsonDataSource(Config) - Method in class de.cenote.jasperstarter.Db
getJsonDataSource.
getJsonQLDataSource(Config) - Method in class de.cenote.jasperstarter.Db
getJsonQLDataSource.
getJsonQLQuery() - Method in class de.cenote.jasperstarter.Config
Getter for the field jsonQLQuery.
getJsonQuery() - Method in class de.cenote.jasperstarter.Config
Getter for the field jsonQuery.
getLocale() - Method in class de.cenote.jasperstarter.Config
Getter for the field locale.
getMainDatasetQuery() - Method in class de.cenote.jasperstarter.Report
For JSON, JSONQL and any other data types that need a query to be provided, an obvious default is to use the one written into the report, since that is likely what the report designer debugged/intended to be used.
getOutCharset() - Method in class de.cenote.jasperstarter.Config
Getter for the field outCharset.
getOutFieldDel() - Method in class de.cenote.jasperstarter.Config
Getter for the field outFieldDel.
getOutput() - Method in class de.cenote.jasperstarter.Config
Getter for the field output.
getOutputFormats() - Method in class de.cenote.jasperstarter.Config
Getter for the field outputFormats.
getParams() - Method in class de.cenote.jasperstarter.Config
Getter for the field params.
getPort() - Method in enum de.cenote.jasperstarter.types.DsType
Getter for the field port.
getPrinterName() - Method in class de.cenote.jasperstarter.Config
Getter for the field printerName.
getReportName() - Method in class de.cenote.jasperstarter.Config
Getter for the field reportName.
getReportParameters() - Method in class de.cenote.jasperstarter.Report
getReportParameters.
getResource() - Method in class de.cenote.jasperstarter.Config
Getter for the field resource.
getVersionString() - Method in class de.cenote.jasperstarter.Config
Getter for the field versionString.
getXmlDataSource(Config) - Method in class de.cenote.jasperstarter.Db
getXmlDataSource.
getXmlXpath() - Method in class de.cenote.jasperstarter.Config
Getter for the field xmlXpath.

H

hasAskFilter() - Method in class de.cenote.jasperstarter.Config
hasAskFilter.
hasCopies() - Method in class de.cenote.jasperstarter.Config
hasCopies.
hasDbType() - Method in class de.cenote.jasperstarter.Config
hasDbType.
hasJdbcDir() - Method in class de.cenote.jasperstarter.Config
hasJdbcDir.
hasLocale() - Method in class de.cenote.jasperstarter.Config
hasLocale.
hasOutput() - Method in class de.cenote.jasperstarter.Config
hasOutput.
hasParams() - Method in class de.cenote.jasperstarter.Config
hasParams.
hasPrinterName() - Method in class de.cenote.jasperstarter.Config
hasPrinterName.
hasReportName() - Method in class de.cenote.jasperstarter.Config
hasReportName.
hasResource() - Method in class de.cenote.jasperstarter.Config
hasResource.

I

INPUT - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant INPUT="input"
InputType - Enum in de.cenote.jasperstarter.types
InputType class.
isVerbose() - Method in class de.cenote.jasperstarter.Config
isVerbose.
isWithPrintDialog() - Method in class de.cenote.jasperstarter.Config
isWithPrintDialog.
isWriteJasper() - Method in class de.cenote.jasperstarter.Config
isWriteJasper.

J

JDBC_DIR - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant JDBC_DIR="jdbc-dir"
JSON_QUERY - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant JSON_QUERY="json-query"
JSONQL_QUERY - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant JSONQL_QUERY="jsonql-query"

L

listReportParams(Config, File) - Static method in class de.cenote.jasperstarter.App
listReportParams.
LOCALE - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant LOCALE="locale"

M

main(String[]) - Static method in class de.cenote.jasperstarter.App
main.

O

OUT_CHARSET - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant OUT_CHARSET="out-charset"
OUT_FIELD_DEL - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant OUT_FIELD_DEL="out-field-del"
OUTPUT - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant OUTPUT="output"
OUTPUT_FORMATS - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant OUTPUT_FORMATS="output-formats"
OutputFormat - Enum in de.cenote.jasperstarter.types
OutputFormat class.

P

PARAMS - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant PARAMS="params"
print() - Method in class de.cenote.jasperstarter.Report
print.
PRINTER_NAME - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant PRINTER_NAME="printer-name"

R

Report - Class in de.cenote.jasperstarter
Report class.
Report(Config, File) - Constructor for class de.cenote.jasperstarter.Report
Constructor.
REPORT_NAME - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant REPORT_NAME="set-report-name"
RESOURCE - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant RESOURCE="resource"

S

setAskFilter(AskFilter) - Method in class de.cenote.jasperstarter.Config
Setter for the field askFilter.
setCommand(String) - Method in class de.cenote.jasperstarter.Config
Setter for the field command.
setCopies(Integer) - Method in class de.cenote.jasperstarter.Config
Setter for the field copies.
setCsvCharset(String) - Method in class de.cenote.jasperstarter.Config
Setter for the field csvCharset.
setCsvColumns(String) - Method in class de.cenote.jasperstarter.Config
Setter for the field csvColumns.
setCsvFieldDel(String) - Method in class de.cenote.jasperstarter.Config
Setter for the field csvFieldDel.
setCsvFirstRow(boolean) - Method in class de.cenote.jasperstarter.Config
Setter for the field csvFirstRow.
setCsvRecordDel(String) - Method in class de.cenote.jasperstarter.Config
Setter for the field csvRecordDel.
setDataFile(File) - Method in class de.cenote.jasperstarter.Config
Setter for the field dataFile.
setDbDriver(String) - Method in class de.cenote.jasperstarter.Config
Setter for the field dbDriver.
setDbHost(String) - Method in class de.cenote.jasperstarter.Config
Setter for the field dbHost.
setDbName(String) - Method in class de.cenote.jasperstarter.Config
Setter for the field dbName.
setDbPasswd(String) - Method in class de.cenote.jasperstarter.Config
Setter for the field dbPasswd.
setDbPort(Integer) - Method in class de.cenote.jasperstarter.Config
Setter for the field dbPort.
setDbSid(String) - Method in class de.cenote.jasperstarter.Config
Setter for the field dbSid.
setDbType(DsType) - Method in class de.cenote.jasperstarter.Config
Setter for the field dbType.
setDbUrl(String) - Method in class de.cenote.jasperstarter.Config
Setter for the field dbUrl.
setDbUser(String) - Method in class de.cenote.jasperstarter.Config
Setter for the field dbUser.
setInput(String) - Method in class de.cenote.jasperstarter.Config
Setter for the field input.
setJdbcDir(File) - Method in class de.cenote.jasperstarter.Config
Setter for the field jdbcDir.
setJsonQLQuery(String) - Method in class de.cenote.jasperstarter.Config
Setter for the field jsonQLQuery.
setJsonQuery(String) - Method in class de.cenote.jasperstarter.Config
Setter for the field jsonQuery.
setLocale(String) - Method in class de.cenote.jasperstarter.Config
Setter for the field locale.
setLookAndFeel() - Static method in class de.cenote.jasperstarter.Report
setLookAndFeel.
setOutCharset(String) - Method in class de.cenote.jasperstarter.Config
Setter for the field outCharset.
setOutFieldDel(String) - Method in class de.cenote.jasperstarter.Config
Setter for the field outFieldDel.
setOutput(String) - Method in class de.cenote.jasperstarter.Config
Setter for the field output.
setOutputFormats(List<OutputFormat>) - Method in class de.cenote.jasperstarter.Config
Setter for the field outputFormats.
setParams(List<String>) - Method in class de.cenote.jasperstarter.Config
Setter for the field params.
setPrinterName(String) - Method in class de.cenote.jasperstarter.Config
Setter for the field printerName.
setReportName(String) - Method in class de.cenote.jasperstarter.Config
Setter for the field reportName.
setResource(String) - Method in class de.cenote.jasperstarter.Config
Setter for the field resource.
setVerbose(boolean) - Method in class de.cenote.jasperstarter.Config
Setter for the field verbose.
setWithPrintDialog(boolean) - Method in class de.cenote.jasperstarter.Config
Setter for the field withPrintDialog.
setWriteJasper(boolean) - Method in class de.cenote.jasperstarter.Config
Setter for the field writeJasper.
setXmlXpath(String) - Method in class de.cenote.jasperstarter.Config
Setter for the field xmlXpath.

V

valueOf(String) - Static method in enum de.cenote.jasperstarter.types.AskFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cenote.jasperstarter.types.Command
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cenote.jasperstarter.types.DsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cenote.jasperstarter.types.InputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cenote.jasperstarter.types.OutputFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.cenote.jasperstarter.types.AskFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.cenote.jasperstarter.types.Command
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.cenote.jasperstarter.types.DsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.cenote.jasperstarter.types.InputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.cenote.jasperstarter.types.OutputFormat
Returns an array containing the constants of this enum type, in the order they are declared.
view() - Method in class de.cenote.jasperstarter.Report
view.

W

WITH_PRINT_DIALOG - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant WITH_PRINT_DIALOG="with-print-dialog"
WRITE_JASPER - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant WRITE_JASPER="write-jasper"

X

XML_XPATH - Static variable in interface de.cenote.jasperstarter.types.Dest
Constant XML_XPATH="xml-xpath"
A C D E F G H I J L M O P R S V W X 
Skip navigation links

Copyright © 2012–2021 Cenote GmbH. All rights reserved.