mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-01 21:35:40 +02:00
getOperation() new method.
This commit is contained in:
parent
dc089a66ed
commit
304bfef308
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ public class CLICommand extends Command
|
|||
operation = oper;
|
||||
}
|
||||
|
||||
public String getOperation() {
|
||||
return operation;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the text representation of this command.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue