/** * Sets the command line arguments that will be passed to the target when the link is activated. * * @param arguments the command line arguments */ public void setArguments(String arguments) { Debug.log(CLASS + myClass + ".setArguments() '" + arguments + "'"); shortcut.setArguments(arguments); }
/** * Sets the command line arguments that will be passed to the target when the link is activated. * * @param arguments the command line arguments */ @Override public void setArguments(String arguments) { shortcut.setArguments(arguments); }