Searched defs:filePropertiesPathArgument (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/util/args/
H A DArgumentParser.java72 private StringArgument filePropertiesPathArgument; field in class:ArgumentParser
215 filePropertiesPathArgument = null;
728 filePropertiesPathArgument= argument;
1271 if (filePropertiesPathArgument == null)
1279 if (filePropertiesPathArgument.isPresent())
1281 propertiesFilePath = filePropertiesPathArgument.getValue();
/forgerock/opendj2/src/server/org/opends/server/util/args/
H A DArgumentParser.java60 private StringArgument filePropertiesPathArgument; field in class:ArgumentParser
220 filePropertiesPathArgument = null;
734 filePropertiesPathArgument= argument;
1218 if (filePropertiesPathArgument == null)
1226 if (filePropertiesPathArgument.isPresent())
1228 propertiesFilePath = filePropertiesPathArgument.getValue();
/forgerock/opendj2.6.2/src/server/org/opends/server/util/args/
H A DArgumentParser.java72 private StringArgument filePropertiesPathArgument; field in class:ArgumentParser
215 filePropertiesPathArgument = null;
728 filePropertiesPathArgument= argument;
1271 if (filePropertiesPathArgument == null)
1279 if (filePropertiesPathArgument.isPresent())
1281 propertiesFilePath = filePropertiesPathArgument.getValue();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/args/
H A DArgumentParser.java75 private StringArgument filePropertiesPathArgument; field in class:ArgumentParser
218 filePropertiesPathArgument = null;
731 filePropertiesPathArgument= argument;
1274 if (filePropertiesPathArgument == null)
1282 if (filePropertiesPathArgument.isPresent())
1284 propertiesFilePath = filePropertiesPathArgument.getValue();
/forgerock/opendj2-hg/src/server/org/opends/server/util/args/
H A DArgumentParser.java60 private StringArgument filePropertiesPathArgument; field in class:ArgumentParser
220 filePropertiesPathArgument = null;
734 filePropertiesPathArgument= argument;
1218 if (filePropertiesPathArgument == null)
1226 if (filePropertiesPathArgument.isPresent())
1228 propertiesFilePath = filePropertiesPathArgument.getValue();

Completed in 34 milliseconds