public abstract class ReportProperties extends java.lang.Object implements IAppErrorCodes
Modifier and Type | Class and Description |
---|---|
static class |
ReportProperties.ParsedProperties |
private static class |
ReportProperties.ReportPropertyMapper |
Modifier and Type | Field and Description |
---|---|
private static ObjectIntMap |
COLUMNS |
private static boolean |
REMOVE_DUPLICATE_COLUMNS |
static IProperties.IMapper |
REPORT_PROPERTY_MAPPER |
ARGS_IO_FAILURE, CLASS_STAMP_MISMATCH, INSTR_IO_FAILURE, INVALID_COLUMN_NAME, INVALID_PARAMETER_VALUE, MAIN_CLASS_BAD_DELEGATION, MAIN_CLASS_LOAD_FAILURE, MAIN_CLASS_NOT_FOUND, MAIN_METHOD_FAILURE, MAIN_METHOD_NOT_FOUND, OUT_IO_FAILURE, OUT_MKDIR_FAILURE, REPORT_GEN_FAILURE, REPORT_IO_FAILURE, REQUIRED_PARAMETER_MISSING, SECURITY_RESTRICTION, UNEXPECTED_FAILURE
Modifier | Constructor and Description |
---|---|
private |
ReportProperties() |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
getReportProperty(IProperties properties,
java.lang.String type,
java.lang.String key,
boolean allowBlank) |
private static java.lang.String |
getReportProperty(IProperties properties,
java.lang.String type,
java.lang.String key,
boolean allowBlank,
java.lang.String dflt) |
static ReportProperties.ParsedProperties |
parseProperties(IProperties properties,
java.lang.String type) |
public static final IProperties.IMapper REPORT_PROPERTY_MAPPER
private static final boolean REMOVE_DUPLICATE_COLUMNS
private static final ObjectIntMap COLUMNS
public static ReportProperties.ParsedProperties parseProperties(IProperties properties, java.lang.String type)
private static java.lang.String getReportProperty(IProperties properties, java.lang.String type, java.lang.String key, boolean allowBlank)
private static java.lang.String getReportProperty(IProperties properties, java.lang.String type, java.lang.String key, boolean allowBlank, java.lang.String dflt)