Skip to content
Snippets Groups Projects
Commit a2ccba0d authored by Georg Seibt's avatar Georg Seibt :nerd:
Browse files

add getter for the command

parent 3ffd849c
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,15 @@ public abstract class ToolWrapper {
}
}
/**
* Returns the command represented by this {@link ToolWrapper}.
*
* @return the command
*/
public String getCmd() {
return cmd;
}
/**
* Determines whether the wrapped command is working as expected. This method is called by the
* {@link #ToolWrapper(String)} constructor after the {@link #cmd} variable is initialized. Subclasses may use the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment