| Package | Description |
|---|---|
| net.sf.jasperreports.engine.util |
Contains utility classes for the core library.
|
| Modifier and Type | Method and Description |
|---|---|
static List<JRProperties.PropertySuffix> |
JRProperties.getAllProperties(JRPropertiesHolder propertiesHolder,
String prefix)
Deprecated.
Returns the list of all properties for a key prefix, including global
properties.
|
static List<JRProperties.PropertySuffix> |
JRProperties.getAllProperties(JRPropertiesMap propertiesMap,
String prefix)
Deprecated.
Returns the list of all properties for a key prefix, including global
properties.
|
static List<JRProperties.PropertySuffix> |
JRProperties.getProperties(JRPropertiesHolder propertiesHolder,
String prefix)
Deprecated.
Returns the list of all properties for a key prefix.
|
static List<JRProperties.PropertySuffix> |
JRProperties.getProperties(JRPropertiesMap propertiesMap,
String prefix)
Deprecated.
Returns the list of all properties for a key prefix.
|
static List<JRProperties.PropertySuffix> |
JRProperties.getProperties(String prefix)
Deprecated.
Returns the list of all properties for a key prefix.
|
Copyright © 2016. All rights reserved.