|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAutomatedComponent
Interface for components that want to interact with the automated execution plugin.
Field Summary | |
---|---|
static String |
ITERATION
Identifier for the iteration. |
static String |
MODEL_FILE
Identifier for the model file. |
Method Summary | |
---|---|
String[] |
getSupportedExtensions()
Getter for the list of model file extensions that are supported by the component. |
void |
setParameters(List<KiemProperty> properties)
Give the component information. |
int |
wantsMoreRuns()
Ask the component if it wants to do more runs. |
int |
wantsMoreSteps()
Ask the component if it wants to do more steps. |
Field Detail |
---|
static final String MODEL_FILE
static final String ITERATION
Method Detail |
---|
void setParameters(List<KiemProperty> properties) throws KiemInitializationException
MODEL_FILE
gotten from IPath.toOSString()
ITERATION
as an integer starting with 0 of course
properties
- some info
KiemInitializationException
- if something went wrong while initializing the componentString[] getSupportedExtensions()
int wantsMoreRuns()
int wantsMoreSteps()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |