Searched defs:argument (Results 1 - 25 of 58) sorted by relevance

123

/forgerock/opendj2/ext/ant/lib/
H A Dant-apache-regexp.jar ... org.apache.tools.ant.BuildException String argument public boolean matches (java.lang.String, int) throws ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-apache-regexp.jar ... org.apache.tools.ant.BuildException String argument public boolean matches (java.lang.String, int) throws ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-apache-regexp.jar ... org.apache.tools.ant.BuildException String argument public boolean matches (java.lang.String, int) throws ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-apache-regexp.jar ... org.apache.tools.ant.BuildException String argument public boolean matches (java.lang.String, int) throws ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-apache-regexp.jar ... org.apache.tools.ant.BuildException String argument public boolean matches (java.lang.String, int) throws ...
/forgerock/opendj-b2.6/src/server/org/opends/server/util/cli/
H A DCommandBuilder.java116 * Adds an argument to the list of the command builder.
117 * @param argument the argument to be added.
119 public void addArgument(Argument argument) argument
123 if (!args.contains(argument))
125 args.add(argument);
130 * Adds an argument whose values must be obfuscated (passwords for instance).
131 * @param argument the argument to be added.
133 public void addObfuscatedArgument(Argument argument) argument
145 removeArgument(Argument argument) argument
293 isObfuscated(Argument argument) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/cli/
H A DCommandBuilder.java115 * Adds an argument to the list of the command builder.
116 * @param argument the argument to be added.
118 public void addArgument(Argument argument) argument
122 if (!args.contains(argument))
124 args.add(argument);
129 * Adds an argument whose values must be obfuscated (passwords for instance).
130 * @param argument the argument to be added.
132 public void addObfuscatedArgument(Argument argument) argument
144 removeArgument(Argument argument) argument
292 isObfuscated(Argument argument) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/cli/
H A DCommandBuilder.java116 * Adds an argument to the list of the command builder.
117 * @param argument the argument to be added.
119 public void addArgument(Argument argument) argument
123 if (!args.contains(argument))
125 args.add(argument);
130 * Adds an argument whose values must be obfuscated (passwords for instance).
131 * @param argument the argument to be added.
133 public void addObfuscatedArgument(Argument argument) argument
145 removeArgument(Argument argument) argument
293 isObfuscated(Argument argument) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/cli/
H A DCommandBuilder.java116 * Adds an argument to the list of the command builder.
117 * @param argument the argument to be added.
119 public void addArgument(Argument argument) argument
123 if (!args.contains(argument))
125 args.add(argument);
130 * Adds an argument whose values must be obfuscated (passwords for instance).
131 * @param argument the argument to be added.
133 public void addObfuscatedArgument(Argument argument) argument
145 removeArgument(Argument argument) argument
293 isObfuscated(Argument argument) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/cli/
H A DCommandBuilder.java115 * Adds an argument to the list of the command builder.
116 * @param argument the argument to be added.
118 public void addArgument(Argument argument) argument
122 if (!args.contains(argument))
124 args.add(argument);
129 * Adds an argument whose values must be obfuscated (passwords for instance).
130 * @param argument the argument to be added.
132 public void addObfuscatedArgument(Argument argument) argument
144 removeArgument(Argument argument) argument
292 isObfuscated(Argument argument) argument
[all...]
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DAuditLogFileNameTask.java110 private void validateKey(String key, String argument) argument
113 Debug.log("AuditLogFileNameTask: No key specified for argument: "
114 + argument);
115 throw new IllegalArgumentException(argument + "=" + key);
120 String argument) throws IllegalArgumentException {
121 validateKey(key, argument);
125 + key + ", arg: " + argument);
119 getRequiredValue(IStateAccess state, String key, String argument) argument
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DAuditLogFileNameTask.java110 private void validateKey(String key, String argument) argument
113 Debug.log("AuditLogFileNameTask: No key specified for argument: "
114 + argument);
115 throw new IllegalArgumentException(argument + "=" + key);
120 String argument) throws IllegalArgumentException {
121 validateKey(key, argument);
125 + key + ", arg: " + argument);
119 getRequiredValue(IStateAccess state, String key, String argument) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/util/args/
H A DSubCommand.java44 * subcommand that may be used with the subcommand argument parser. The
53 // The mapping between the short argument IDs and the arguments for this
57 // The mapping between the long argument IDs and the arguments for this
70 // The argument parser with which this subcommand is associated.
95 * The argument parser with which this subcommand is
102 * If the associated argument parser already has a
119 * The argument parser with which this subcommand is
141 * If the associated argument parser already has a
214 * Retrieves the subcommand argument with the specified short identifier.
216 * @param shortID The short identifier of the argument t
276 addArgument(Argument argument) argument
[all...]
H A DSubCommandArgumentParser.java56 * This class defines a variant of the argument parser that can be used with
68 // The argument that will be used to trigger the display of usage information.
78 // Indicates whether subcommand and long argument names should be treated in a
90 // argument name.
108 // the program with which this argument parser is associated.
121 //Indicates whether the version argument was provided.
129 * Creates a new instance of this subcommand argument parser with no
134 * the program with which this argument
140 * argument names should be treated in a
169 * to launch the program with which this argument parse
434 addGlobalArgument(Argument argument) argument
451 addGlobalArgument(Argument argument, ArgumentGroup group) argument
557 removeGlobalArgument(Argument argument) argument
610 setUsageArgument(Argument argument, OutputStream outputStream) argument
643 setUsageGroupArgument(Argument argument, Collection<SubCommand> subCommands) argument
[all...]
H A DArgumentParser.java70 * The argument that will be used to indicate the file properties.
75 * The argument that will be used to indicate that we'll not look for
80 // The argument that will be used to trigger the display of usage information.
83 // The argument that will be used to trigger the display of the OpenDS
101 // Indicates whether the version argument was provided.
107 // The set of arguments defined for this parser, referenced by argument name.
126 // the program with which this argument parser is associated.
140 /** Set of argument groups. */
182 * Creates a new instance of this argument parser with no arguments.
187 * the program with which this argument
528 addArgument(Argument argument) argument
543 addDefaultArgument(Argument argument) argument
558 addLdapConnectionArgument(Argument argument) argument
573 addInputOutputArgument(Argument argument) argument
588 addGeneralArgument(Argument argument) argument
603 addArgument(Argument argument, ArgumentGroup group) argument
687 setUsageArgument(Argument argument) argument
711 setUsageArgument(Argument argument, OutputStream outputStream) argument
726 setFilePropertiesArgument(StringArgument argument) argument
739 setNoPropertiesFileArgument(BooleanArgument argument) argument
1694 getStandardGroup(Argument argument) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/args/
H A DSubCommand.java43 * subcommand that may be used with the subcommand argument parser. The
52 // The mapping between the short argument IDs and the arguments for this
56 // The mapping between the long argument IDs and the arguments for this
69 // The argument parser with which this subcommand is associated.
94 * The argument parser with which this subcommand is
101 * If the associated argument parser already has a
118 * The argument parser with which this subcommand is
140 * If the associated argument parser already has a
213 * Retrieves the subcommand argument with the specified short identifier.
215 * @param shortID The short identifier of the argument t
275 addArgument(Argument argument) argument
[all...]
H A DSubCommandArgumentParser.java43 * This class defines a variant of the argument parser that can be used with
56 * The argument that will be used to trigger the display of usage information.
72 * Indicates whether subcommand and long argument names should be treated in a
87 * The set of global arguments defined for this parser, referenced by argument
111 * the program with which this argument parser is associated.
129 /**Indicates whether the version argument was provided. */
137 * Creates a new instance of this subcommand argument parser with no
142 * the program with which this argument
148 * argument names should be treated in a
177 * to launch the program with which this argument parse
442 addGlobalArgument(Argument argument) argument
459 addGlobalArgument(Argument argument, ArgumentGroup group) argument
565 removeGlobalArgument(Argument argument) argument
618 setUsageArgument(Argument argument, OutputStream outputStream) argument
651 setUsageGroupArgument(Argument argument, Collection<SubCommand> subCommands) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/args/
H A DSubCommand.java44 * subcommand that may be used with the subcommand argument parser. The
53 // The mapping between the short argument IDs and the arguments for this
57 // The mapping between the long argument IDs and the arguments for this
70 // The argument parser with which this subcommand is associated.
95 * The argument parser with which this subcommand is
102 * If the associated argument parser already has a
119 * The argument parser with which this subcommand is
141 * If the associated argument parser already has a
214 * Retrieves the subcommand argument with the specified short identifier.
216 * @param shortID The short identifier of the argument t
276 addArgument(Argument argument) argument
[all...]
H A DSubCommandArgumentParser.java56 * This class defines a variant of the argument parser that can be used with
68 // The argument that will be used to trigger the display of usage information.
78 // Indicates whether subcommand and long argument names should be treated in a
90 // argument name.
108 // the program with which this argument parser is associated.
121 //Indicates whether the version argument was provided.
129 * Creates a new instance of this subcommand argument parser with no
134 * the program with which this argument
140 * argument names should be treated in a
169 * to launch the program with which this argument parse
434 addGlobalArgument(Argument argument) argument
451 addGlobalArgument(Argument argument, ArgumentGroup group) argument
557 removeGlobalArgument(Argument argument) argument
610 setUsageArgument(Argument argument, OutputStream outputStream) argument
643 setUsageGroupArgument(Argument argument, Collection<SubCommand> subCommands) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/args/
H A DSubCommand.java44 * subcommand that may be used with the subcommand argument parser. The
53 // The mapping between the short argument IDs and the arguments for this
57 // The mapping between the long argument IDs and the arguments for this
70 // The argument parser with which this subcommand is associated.
95 * The argument parser with which this subcommand is
102 * If the associated argument parser already has a
119 * The argument parser with which this subcommand is
141 * If the associated argument parser already has a
214 * Retrieves the subcommand argument with the specified short identifier.
216 * @param shortID The short identifier of the argument t
276 addArgument(Argument argument) argument
[all...]
H A DSubCommandArgumentParser.java61 * This class defines a variant of the argument parser that can be used with
73 // The argument that will be used to trigger the display of usage information.
83 // Indicates whether subcommand and long argument names should be treated in a
95 // argument name.
113 // the program with which this argument parser is associated.
126 //Indicates whether the version argument was provided.
134 * Creates a new instance of this subcommand argument parser with no
139 * the program with which this argument
145 * argument names should be treated in a
174 * to launch the program with which this argument parse
439 addGlobalArgument(Argument argument) argument
456 addGlobalArgument(Argument argument, ArgumentGroup group) argument
562 removeGlobalArgument(Argument argument) argument
615 setUsageArgument(Argument argument, OutputStream outputStream) argument
648 setUsageGroupArgument(Argument argument, Collection<SubCommand> subCommands) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/args/
H A DSubCommand.java43 * subcommand that may be used with the subcommand argument parser. The
52 // The mapping between the short argument IDs and the arguments for this
56 // The mapping between the long argument IDs and the arguments for this
69 // The argument parser with which this subcommand is associated.
94 * The argument parser with which this subcommand is
101 * If the associated argument parser already has a
118 * The argument parser with which this subcommand is
140 * If the associated argument parser already has a
213 * Retrieves the subcommand argument with the specified short identifier.
215 * @param shortID The short identifier of the argument t
275 addArgument(Argument argument) argument
[all...]
H A DSubCommandArgumentParser.java43 * This class defines a variant of the argument parser that can be used with
56 * The argument that will be used to trigger the display of usage information.
72 * Indicates whether subcommand and long argument names should be treated in a
87 * The set of global arguments defined for this parser, referenced by argument
111 * the program with which this argument parser is associated.
129 /**Indicates whether the version argument was provided. */
137 * Creates a new instance of this subcommand argument parser with no
142 * the program with which this argument
148 * argument names should be treated in a
177 * to launch the program with which this argument parse
442 addGlobalArgument(Argument argument) argument
459 addGlobalArgument(Argument argument, ArgumentGroup group) argument
565 removeGlobalArgument(Argument argument) argument
618 setUsageArgument(Argument argument, OutputStream outputStream) argument
651 setUsageGroupArgument(Argument argument, Collection<SubCommand> subCommands) argument
[all...]
/forgerock/openam-v13/openam-upgrade/src/test/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeEntitlementSubConfigsStepTest.java268 public boolean matches(Object argument) { argument
270 final Application application = (Application)argument;
287 public boolean matches(Object argument) { argument
289 final ApplicationType type = (ApplicationType)argument;
/forgerock/openam/openam-upgrade/src/test/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeEntitlementSubConfigsStepTest.java277 public boolean matches(Object argument) { argument
279 final Application application = (Application)argument;
296 public boolean matches(Object argument) { argument
298 final ApplicationType type = (ApplicationType)argument;

Completed in 420 milliseconds

123