Searched refs:option (Results 1 - 25 of 43) sorted by relevance

12

/glassfish-3.1.2/admin/util/src/main/java/com/sun/enterprise/admin/util/
H A DJvmOptionsHelper.java33 * recipient has the option to distribute your version of this file under
36 * and therefore, elected the GPL Version 2 license, then the option applies
37 * only if the new code is made subject to such option by the copyright
67 * @throws InvalidJvmOptionException If any option is invalid. For example,
68 * an option that does not start with '-'.
92 * options. Hence an option "a=b c=d" will be added even if individual
98 * @throws InvalidJvmOptionException If any option is invalid. For example,
99 * an option that does not start with '-'.
250 boolean hasOption(String option) { return false; }
251 boolean deleteJvmOption(String option) { retur
328 hasOption(String option) argument
342 deleteJvmOption(String option) argument
404 checkValidOption(String option) argument
424 checkQuotes(String option) argument
[all...]
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/util/webservice/
H A DWsCompileInvoker.java33 * recipient has the option to distribute your version of this file under
36 * and therefore, elected the GPL Version 2 license, then the option applies
37 * only if the new code is made subject to such option by the copyright
98 * creates the equivalent jaxrpc-config.xml, invokes wscompile with -define option which will generate the WSDL
108 * creates the equivalent jaxrpc-config,xml, invokes wscompile with -import option which will generate the SEI
118 * this method creates the equivalent jaxrpc-config.xml, invokes wscompile with -gen:client option which will
125 * This is used to set an option to be used while invoking the wscompile tool; for example to use the -classpath
126 * option for wscompile, the call will be setWsCompileOption(WsCompileInvoker.CLASS_PATH, "the_path");
127 * For using wscompile options that are not defined in WsCompileInvoker, the 'option' argument of this call will be
128 * the actual argument to be used ; for example, for using the '-s' option o
135 addWsCompileOption(String option, String operand) argument
147 removeWsCompileOption(String option) argument
[all...]
/glassfish-3.1.2/admingui/core/src/main/java/org/glassfish/admingui/util/
H A DSunOptionUtil.java33 * recipient has the option to distribute your version of this file under
36 * and therefore, elected the GPL Version 2 license, then the option applies
37 * only if the new code is made subject to such option by the copyright
74 SelectItem option = getSunOption(values[i], values[i]);
75 options[i] = option;
84 Option option = getOption(values[i], values[i]);
85 options[i] = option;
102 SelectItem option = getSunOption(values[i], labels[i]);
103 options[i] = option;
114 SelectItem option
[all...]
/glassfish-3.1.2/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/
H A DV2ToV3ConfigUpgrade.java33 * recipient has the option to distribute your version of this file under
36 * and therefore, elected the GPL Version 2 license, then the option applies
37 * only if the new code is made subject to such option by the copyright
128 private boolean shouldRemove(String option) { argument
129 if(!ok(option))
133 if(option.startsWith(s))
H A DKeystoreManager.java33 * recipient has the option to distribute your version of this file under
36 * and therefore, elected the GPL Version 2 license, then the option applies
37 * only if the new code is made subject to such option by the copyright
584 String option = (String)cfg.get(DomainConfig.KEYTOOLOPTIONS);
585 if (option == null || option.length() == 0)
587 String value = getCNFromOption(option);
597 * @param option
602 private static String getValueFromOptionForName(String option, String name, boolean ignoreNameCase) { argument
603 //option i
618 getCNFromOption(String option) argument
[all...]
/glassfish-3.1.2/registration/registration-impl/src/main/java/com/sun/enterprise/registration/impl/
H A DSysnetTransferManager.java33 * recipient has the option to distribute your version of this file under
36 * and therefore, elected the GPL Version 2 license, then the option applies
37 * only if the new code is made subject to such option by the copyright
503 * @param the option to be added
504 * @param value the option's value
506 private void addRequired(String option, String value) throws RegistrationException { argument
508 throw new RegistrationException(StringManager.getString("xfmgr.reqdValueNull", option));
510 command.add(option);
515 * Adds an optional option and its value to the command if the value
517 * @param option th
520 addOptional(String option, String value) argument
[all...]
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Ddefines.mk33 # recipient has the option to distribute your version of this file under
36 # and therefore, elected the GPL Version 2 license, then the option applies
37 # only if the new code is made subject to such option by the copyright
/glassfish-3.1.2/ant-tasks/src/main/java/org/glassfish/ant/tasks/
H A DAdminTask.java33 * recipient has the option to distribute your version of this file under
36 * and therefore, elected the GPL Version 2 license, then the option applies
37 * only if the new code is made subject to such option by the copyright
151 void optionIgnored(String option) { argument
152 log("Option Ignored : " + option);
/glassfish-3.1.2/admingui/full/src/main/resources/
H A Djndijs.inc34 recipient has the option to distribute your version of this file under
37 and therefore, elected the GPL Version 2 license, then the option applies
38 only if the new code is made subject to such option by the copyright
46 function initClassname(option) {
48 enableClassnameFields(option);
49 if (option == 'input'){
62 document.getElementById('form1:option').value='input';
69 document.getElementById('form1:option').value='predefine';
/glassfish-3.1.2/appclient/client/acc/src/main/java/org/glassfish/appclient/client/
H A DAppClientFacade.java33 * recipient has the option to distribute your version of this file under
36 * and therefore, elected the GPL Version 2 license, then the option applies
37 * only if the new code is made subject to such option by the copyright
334 final String option = options.get(slot);
336 result.add(option);
338 if (option.equals("-jar") ||
339 option.equals("-client")) {
345 throw new IllegalArgumentException(option);
348 } else if (option.charAt(0) != '-') {
350 } else if (option
[all...]
/glassfish-3.1.2/common/common-util/src/test/resources/config/
H A Dasenv.bat33 REM recipient has the option to distribute your version of this file under
36 REM and therefore, elected the GPL Version 2 license, then the option applies
37 REM only if the new code is made subject to such option by the copyright
/glassfish-3.1.2/admin/launcher/src/test/resources/config/
H A Dasenv.bat33 REM recipient has the option to distribute your version of this file under
36 REM and therefore, elected the GPL Version 2 license, then the option applies
37 REM only if the new code is made subject to such option by the copyright
/glassfish-3.1.2/appclient/client/appclient-scripts/src/main/resources/glassfish/bin/
H A Dpackage-appclient.bat34 REM recipient has the option to distribute your version of this file under
37 REM and therefore, elected the GPL Version 2 license, then the option applies
38 REM only if the new code is made subject to such option by the copyright
H A Dappclient.bat34 REM recipient has the option to distribute your version of this file under
37 REM and therefore, elected the GPL Version 2 license, then the option applies
38 REM only if the new code is made subject to such option by the copyright
/glassfish-3.1.2/packager/glassfish-nucleus/src/main/resources/bin/
H A Dasadmin.bat34 REM recipient has the option to distribute your version of this file under
37 REM and therefore, elected the GPL Version 2 license, then the option applies
38 REM only if the new code is made subject to such option by the copyright
/glassfish-3.1.2/packager/nucleus-base/bin/
H A Dasadmin.bat34 REM recipient has the option to distribute your version of this file under
37 REM and therefore, elected the GPL Version 2 license, then the option applies
38 REM only if the new code is made subject to such option by the copyright
H A Djspc.bat34 REM recipient has the option to distribute your version of this file under
37 REM and therefore, elected the GPL Version 2 license, then the option applies
38 REM only if the new code is made subject to such option by the copyright
/glassfish-3.1.2/persistence/cmp/cmp-scripts/src/main/resources/glassfish/bin/
H A Dcapture-schema.bat35 REM recipient has the option to distribute your version of this file under
38 REM and therefore, elected the GPL Version 2 license, then the option applies
39 REM only if the new code is made subject to such option by the copyright
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/
H A DListCommandDescriptorsCommand.java33 * recipient has the option to distribute your version of this file under
36 * and therefore, elected the GPL Version 2 license, then the option applies
37 * only if the new code is made subject to such option by the copyright
101 Option option = new Option(param, f);
102 cliCmd.options.add(option);
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/commands/
H A DListJvmOptions.java33 * recipient has the option to distribute your version of this file under
36 * and therefore, elected the GPL Version 2 license, then the option applies
37 * only if the new code is made subject to such option by the copyright
120 for (String option : opts) {
122 part.setMessage(option);
/glassfish-3.1.2/admingui/full/src/main/java/org/glassfish/full/admingui/handlers/
H A DJndiHandlers.java33 * recipient has the option to distribute your version of this file under
36 * and therefore, elected the GPL Version 2 license, then the option applies
37 * only if the new code is made subject to such option by the copyright
160 String option = (String) handlerCtx.getInputValue("classnameOption");
163 if (option.equals("predefine")) {
/glassfish-3.1.2/admingui/common/src/main/resources/security/realms/
H A Drealmjs.inc34 recipient has the option to distribute your version of this file under
37 and therefore, elected the GPL Version 2 license, then the option applies
38 only if the new code is made subject to such option by the copyright
46 function initClassname(option, createFlag) {
48 enableClassnameFields(option, createFlag);
49 if (option == 'input'){
64 document.getElementById('form1:option').value='input';
71 document.getElementById('form1:option').value='predefine';
/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/resources/
H A DTemplateExecCommand.java33 * recipient has the option to distribute your version of this file under
36 * and therefore, elected the GPL Version 2 license, then the option applies
37 * only if the new code is made subject to such option by the copyright
130 ActionReportResult option = options();
131 ActionReportResult results = new ActionReportResult(commandName, actionReport, option.getMetaData());
132 results.getActionReport().getExtraProperties().putAll(option.getActionReport().getExtraProperties());
H A DCollectionLeafResource.java33 * recipient has the option to distribute your version of this file under
36 * and therefore, elected the GPL Version 2 license, then the option applies
37 * only if the new code is made subject to such option by the copyright
376 for (String option : getEntity()) {
377 int index = option.indexOf("=");
379 existing.put(option.substring(0, index), option.substring(index+1));
381 existing.put(option, "");
/glassfish-3.1.2/appclient/client/acc-standalone/src/main/java/org/glassfish/appclient/client/packageappclient/
H A DPackageAppClient.java33 * recipient has the option to distribute your version of this file under
36 * and therefore, elected the GPL Version 2 license, then the option applies
37 * only if the new code is made subject to such option by the copyright
443 * user-provided option on the command line.
444 * @param option
451 final String option,
457 * Look for the option in the arguments.
459 final String optionValue = argValue(option, args);
511 * Returns the value for the specified option.
512 * @param option optio
450 chooseFile( final String option, final String defaultRelativeURI, final File installDir, final String[] args) argument
517 argValue(final String option, final String[] args) argument
[all...]

Completed in 46 milliseconds

12