|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProjectContext
This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController
. The methods in
this interface should not allow any modifications.
Field Summary | |
---|---|
static String |
CONFIG_PROPERTY_NAME_PROJECT_NAME
This is the name of the property containing the project name. |
static String |
CONFIG_PROPERTY_NAME_RECORDS_TIME_UNIT
This is the name of the property containing the time unit for the monitoring records. |
Method Summary | |
---|---|
MIProject |
getCurrentConfiguration()
This method delivers the current configuration of this instance as an instance of MIProject . |
String |
getProjectName()
Delivers the current name of the project. |
String |
getProperty(String key)
Delivers the value for the given (global) property within the analysis. |
AnalysisController.STATE |
getState()
Delivers the current state of the analysis controller. |
Field Detail |
---|
static final String CONFIG_PROPERTY_NAME_RECORDS_TIME_UNIT
static final String CONFIG_PROPERTY_NAME_PROJECT_NAME
Method Detail |
---|
String getProperty(String key)
key
- The key of the property.
MIProject getCurrentConfiguration() throws AnalysisConfigurationException
MIProject
.
AnalysisConfigurationException
- If the current configuration is somehow invalid.String getProjectName()
AnalysisController.STATE getState()
|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |