Searched defs:argumentProperties (Results 1 - 10 of 10) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/util/args/
H A DSubCommandArgumentParser.java691 Properties argumentProperties = null;
699 argumentProperties = p;
711 parseArguments(rawArguments, argumentProperties);
722 * @param argumentProperties A set of properties that may be used to provide
731 Properties argumentProperties)
1278 // If we don't have the argumentProperties, try to load a properties file.
1279 if (argumentProperties == null)
1281 argumentProperties = checkExternalProperties();
1291 if ((argumentProperties != null) && (a.getPropertyName() != null))
1293 String value = argumentProperties
730 parseArguments(String[] rawArguments, Properties argumentProperties) argument
[all...]
H A DArgumentParser.java784 Properties argumentProperties = null;
792 argumentProperties = p;
804 parseArguments(rawArguments, argumentProperties);
815 * @param argumentProperties A set of properties that may be used to provide
823 Properties argumentProperties)
1190 // If we don't have the argumentProperties, try to load a properties file.
1191 if (argumentProperties == null)
1193 argumentProperties = checkExternalProperties();
1204 if ((argumentProperties != null) && (a.getPropertyName() != null))
1206 String value = argumentProperties
822 parseArguments(String[] rawArguments, Properties argumentProperties) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/args/
H A DSubCommandArgumentParser.java679 * @param argumentProperties A set of properties that may be used to provide
688 Properties argumentProperties)
1151 // If we don't have the argumentProperties, try to load a properties file.
1152 if (argumentProperties == null)
1154 argumentProperties = checkExternalProperties();
1158 normalizeArguments(argumentProperties, globalArgumentList);
1163 normalizeArguments(argumentProperties, subCommand.getArguments());
687 parseArguments(String[] rawArguments, Properties argumentProperties) argument
H A DArgumentParser.java771 * @param argumentProperties A set of properties that may be used to provide
779 Properties argumentProperties)
1115 // If we don't have the argumentProperties, try to load a properties file.
1116 if (argumentProperties == null)
1118 argumentProperties = checkExternalProperties();
1121 normalizeArguments(argumentProperties, argumentList);
1128 * @param argumentProperties
1136 protected void normalizeArguments(Properties argumentProperties, argument
1143 && argumentProperties != null
1147 argumentProperties
778 parseArguments(String[] rawArguments, Properties argumentProperties) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/args/
H A DSubCommandArgumentParser.java691 Properties argumentProperties = null;
699 argumentProperties = p;
711 parseArguments(rawArguments, argumentProperties);
722 * @param argumentProperties A set of properties that may be used to provide
731 Properties argumentProperties)
1278 // If we don't have the argumentProperties, try to load a properties file.
1279 if (argumentProperties == null)
1281 argumentProperties = checkExternalProperties();
1291 if ((argumentProperties != null) && (a.getPropertyName() != null))
1293 String value = argumentProperties
730 parseArguments(String[] rawArguments, Properties argumentProperties) argument
[all...]
H A DArgumentParser.java784 Properties argumentProperties = null;
792 argumentProperties = p;
804 parseArguments(rawArguments, argumentProperties);
815 * @param argumentProperties A set of properties that may be used to provide
823 Properties argumentProperties)
1190 // If we don't have the argumentProperties, try to load a properties file.
1191 if (argumentProperties == null)
1193 argumentProperties = checkExternalProperties();
1204 if ((argumentProperties != null) && (a.getPropertyName() != null))
1206 String value = argumentProperties
822 parseArguments(String[] rawArguments, Properties argumentProperties) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/args/
H A DSubCommandArgumentParser.java696 Properties argumentProperties = null;
704 argumentProperties = p;
716 parseArguments(rawArguments, argumentProperties);
727 * @param argumentProperties A set of properties that may be used to provide
736 Properties argumentProperties)
1283 // If we don't have the argumentProperties, try to load a properties file.
1284 if (argumentProperties == null)
1286 argumentProperties = checkExternalProperties();
1296 if ((argumentProperties != null) && (a.getPropertyName() != null))
1298 String value = argumentProperties
735 parseArguments(String[] rawArguments, Properties argumentProperties) argument
[all...]
H A DArgumentParser.java787 Properties argumentProperties = null;
795 argumentProperties = p;
807 parseArguments(rawArguments, argumentProperties);
818 * @param argumentProperties A set of properties that may be used to provide
826 Properties argumentProperties)
1193 // If we don't have the argumentProperties, try to load a properties file.
1194 if (argumentProperties == null)
1196 argumentProperties = checkExternalProperties();
1207 if ((argumentProperties != null) && (a.getPropertyName() != null))
1209 String value = argumentProperties
825 parseArguments(String[] rawArguments, Properties argumentProperties) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/args/
H A DSubCommandArgumentParser.java679 * @param argumentProperties A set of properties that may be used to provide
688 Properties argumentProperties)
1151 // If we don't have the argumentProperties, try to load a properties file.
1152 if (argumentProperties == null)
1154 argumentProperties = checkExternalProperties();
1158 normalizeArguments(argumentProperties, globalArgumentList);
1163 normalizeArguments(argumentProperties, subCommand.getArguments());
687 parseArguments(String[] rawArguments, Properties argumentProperties) argument
H A DArgumentParser.java771 * @param argumentProperties A set of properties that may be used to provide
779 Properties argumentProperties)
1115 // If we don't have the argumentProperties, try to load a properties file.
1116 if (argumentProperties == null)
1118 argumentProperties = checkExternalProperties();
1121 normalizeArguments(argumentProperties, argumentList);
1128 * @param argumentProperties
1136 protected void normalizeArguments(Properties argumentProperties, argument
1143 && argumentProperties != null
1147 argumentProperties
778 parseArguments(String[] rawArguments, Properties argumentProperties) argument
[all...]

Completed in 208 milliseconds