Searched refs:commandLine (Results 1 - 5 of 5) sorted by relevance

/glassfish-3.1.2/ant-tasks/src/main/java/org/glassfish/ant/embedded/tasks/
H A DAdminTask.java48 String commandLine; field in class:AdminTask
55 this.commandLine = cmdLine;
60 Util.runCommand(commandLine, serverID);
H A DUtil.java135 public static void runCommand(String commandLine, String serverId) throws Exception { argument
140 if (commandLine == null) {
143 String[] split = commandLine.split(" ");
155 System.out.println("Executed command [" + commandLine +
/glassfish-3.1.2/installer/src/main/java/org/glassfish/installer/conf/
H A DServiceManager.java88 public Service createService(String serviceName, String serviceProperties, String commandLine, Domain associatedDomain, String runningMode) { argument
93 Service glassfishService = new Service(serviceName, serviceProperties, commandLine);
/glassfish-3.1.2/appclient/client/acc/src/main/java/org/glassfish/appclient/client/
H A DCLIBootstrap.java490 * @param commandLine
494 boolean format(final StringBuilder commandLine) { argument
495 return format(commandLine, true);
502 * @param commandLine
507 boolean format(final StringBuilder commandLine, boolean useQuotes) { argument
511 commandLine.append(valueSep());
513 format(commandLine, useQuotes, value);
532 * @param commandLine
537 StringBuilder format(final StringBuilder commandLine, argument
539 if (commandLine
617 format(final StringBuilder commandLine) argument
656 format(final StringBuilder commandLine) argument
704 format(final StringBuilder commandLine) argument
814 format(final StringBuilder commandLine) argument
890 format(final StringBuilder commandLine) argument
[all...]
/glassfish-3.1.2/admin/launcher/src/main/java/com/sun/enterprise/admin/launcher/
H A DGFLauncher.java424 return commandLine;
944 private List<String> commandLine = new ArrayList<String>(); field in class:GFLauncher

Completed in 26 milliseconds