mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
new method createMIJump90.
This commit is contained in:
parent
10c8f02f6c
commit
d728f602d0
1 changed files with 4 additions and 0 deletions
|
@ -157,6 +157,10 @@ public class CommandFactory {
|
|||
return new MIExecUntil(location);
|
||||
}
|
||||
|
||||
public MIJump createMIJump(String location) {
|
||||
return new MIJump(location);
|
||||
}
|
||||
|
||||
public MIFileExecFile createMIFileExecFile(String file) {
|
||||
return new MIFileExecFile(file);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue