Searched refs:argForm (Results 1 – 1 of 1) sorted by relevance
171 final String [] argForm = settings.toAppArgsForm ("-D"); in execute() local172 if (argForm.length > 0) in execute()174 for (int a = 0; a < argForm.length; ++ a) in execute()175 super.createArg ().setValue (argForm [a]); in execute()