Searched defs:option (Results 1 - 11 of 11) sorted by relevance

/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/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/
H A DJvmOptionBag.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
75 boolean contains(String option); argument
/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/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/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/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...]
/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/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/sql/
H A DRetrieveDescImpl.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
124 * Indicates, that only key fields should be added. When this option is set,
724 // Distribute the aggregate option to all retrieve descriptors.
799 * Sets option <code>option</code>. Only used to mark this
803 * @param option Option being set.
805 public void setOption(int option) { argument
806 this.options |= option;
[all...]
/glassfish-3.1.2/admin/util/src/main/java/com/sun/enterprise/admin/remote/
H A DRemoteAdminCommand.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
84 * each option. Operands for the command are stored as the option
400 * If the missing option is required, that's an error,
957 * Adds a single option expression to the URI. Appends a '?' in preparation
958 * for the next option.
961 * @param option the option expressio
964 addStringOption(StringBuilder uriString, String name, String option) argument
983 addPasswordOption(StringBuilder uriString, String name, String option) argument
[all...]
/glassfish-3.1.2/appclient/client/acc/src/main/java/org/glassfish/appclient/client/
H A DCLIBootstrap.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
75 * -javaagent:(path-to-gf-client.jar)=(option string for our agent) \
423 * @throws UserError if the user specified an option that requires a
425 * another option or there is no next element)
473 * not start with a "-" which would indicate an option, rather than
474 * the value for the option we are currently processing.
482 throw new UserError("Command line element " + args[currentSlot] + " requires non-option value");
548 * A command-line option (a
632 private String option; field in class:CLIBootstrap.ValuedOption.OptionValue
635 OptionValue(final String option, final String value) argument
[all...]

Completed in 4434 milliseconds