|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Configuration
Graph configuration.
| Field Summary | |
|---|---|
static String |
DEFAULT_ABSCISS_COLUMN
Default column used for absciss axe. |
static String |
DEFAULT_DATE_FORMAT
Default complex date format. |
static String |
DEFAULT_MBEAN_COLUMN
Default column used for the series name. |
static String |
DEFAULT_SEPARATOR
Default separator. |
| Method Summary | |
|---|---|
String |
getAbscissColumn()
|
SimpleDateFormat |
getDateFormat()
|
GraphConfig |
getGraphConfig(String id)
Returns the graph configuration for a given id. |
String[] |
getGraphIds()
|
String |
getSeparator()
|
SerieConfig |
getSerieConfig(String id)
Returns the series configuration for a given id. |
String[] |
getSerieIds()
|
void |
loadConfig(String conf)
Loads the configuration from a path. |
| Field Detail |
|---|
static final String DEFAULT_SEPARATOR
static final String DEFAULT_DATE_FORMAT
static final String DEFAULT_ABSCISS_COLUMN
static final String DEFAULT_MBEAN_COLUMN
| Method Detail |
|---|
SerieConfig getSerieConfig(String id)
id - Series id.
String[] getSerieIds()
GraphConfig getGraphConfig(String id)
id - Graph id.
String[] getGraphIds()
void loadConfig(String conf)
throws IOException
conf - Configuration file path. If null, the file path is set to
the GRAPH_CONFIG_PATH system property.
IOExceptionString getSeparator()
String getAbscissColumn()
SimpleDateFormat getDateFormat()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||