public class ExecutionControlDirective extends Object implements IExecutionControlDirective
Constructor and Description |
---|
ExecutionControlDirective(String type,
String appliesTo,
String debugInfo) |
Modifier and Type | Method and Description |
---|---|
protected String |
getAppliesTo() |
String |
getDebugInfo()
Some additional informations about the directive.
|
String |
getType()
Gives information about directive type.
|
boolean |
isApplyingTo(IAddon executable)
Tests if this directive applies to this executable.
|
public String getType()
IExecutionControlDirective
IExecutable
should know what to do with it.getType
in interface IExecutionControlDirective
public String getDebugInfo()
IExecutionControlDirective
getDebugInfo
in interface IExecutionControlDirective
protected String getAppliesTo()
public boolean isApplyingTo(IAddon executable)
IExecutionControlDirective
isApplyingTo
in interface IExecutionControlDirective