Searched defs:defaultLocalHostValue (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java86 private String defaultLocalHostValue; field in class:ReplicationCliArgumentParser
2218 if (defaultLocalHostValue == null)
2222 defaultLocalHostValue =
2228 if (defaultLocalHostValue == null)
2230 defaultLocalHostValue = "localhost";
2233 return defaultLocalHostValue;
/forgerock/opendj2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java85 private String defaultLocalHostValue; field in class:ReplicationCliArgumentParser
2217 if (defaultLocalHostValue == null)
2221 defaultLocalHostValue =
2227 if (defaultLocalHostValue == null)
2229 defaultLocalHostValue = "localhost";
2232 return defaultLocalHostValue;
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java86 private String defaultLocalHostValue; field in class:ReplicationCliArgumentParser
2218 if (defaultLocalHostValue == null)
2222 defaultLocalHostValue =
2228 if (defaultLocalHostValue == null)
2230 defaultLocalHostValue = "localhost";
2233 return defaultLocalHostValue;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java86 private String defaultLocalHostValue; field in class:ReplicationCliArgumentParser
2218 if (defaultLocalHostValue == null)
2222 defaultLocalHostValue =
2228 if (defaultLocalHostValue == null)
2230 defaultLocalHostValue = "localhost";
2233 return defaultLocalHostValue;
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java85 private String defaultLocalHostValue; field in class:ReplicationCliArgumentParser
2217 if (defaultLocalHostValue == null)
2221 defaultLocalHostValue =
2227 if (defaultLocalHostValue == null)
2229 defaultLocalHostValue = "localhost";
2232 return defaultLocalHostValue;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java134 private String defaultLocalHostValue; field in class:ReplicationCliArgumentParser
1809 if (defaultLocalHostValue == null)
1813 defaultLocalHostValue =
1819 if (defaultLocalHostValue == null)
1821 defaultLocalHostValue = "localhost";
1824 return defaultLocalHostValue;

Completed in 57 milliseconds