|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.uka.ipd.sdq.codegen.runconfig.AttributesGetMethods
public abstract class AttributesGetMethods
The class is abstract and defines the methods, which are responsible for the supply of variable from the LaunchConfiguration-Object.
| Field Summary | |
|---|---|
protected ILaunchConfiguration |
configuration
|
| Constructor Summary | |
|---|---|
AttributesGetMethods(ILaunchConfiguration configuration)
|
|
| Method Summary | |
|---|---|
protected abstract String |
defineTemplateMethod()
The method define a value of AOP_TEMPLATE attribute |
List<String> |
getFiles()
The method supplies back a list with files, which represent an instance of the Palladio Component Model. |
Map<String,String> |
getOAWWorkflowProperties(int runNo)
The method return a HashMap. |
String |
getPluginId()
The method return the value of OUTPATH attribute in the ILaunchConfiguration-Object |
protected abstract boolean |
isShouldThrowException(ILaunchConfiguration configuration)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ILaunchConfiguration configuration
| Constructor Detail |
|---|
public AttributesGetMethods(ILaunchConfiguration configuration)
| Method Detail |
|---|
public List<String> getFiles()
throws JobFailedException
JobFailedException
public Map<String,String> getOAWWorkflowProperties(int runNo)
throws JobFailedException
runNo -
JobFailedException
protected abstract boolean isShouldThrowException(ILaunchConfiguration configuration)
throws CoreException
configuration - the configuration to launch
CoreException - if launching failsprotected abstract String defineTemplateMethod()
public String getPluginId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||