Skip to content

Commit

Permalink
[GEODE-51] - Adding help string information
Browse files Browse the repository at this point in the history
Reviewed by RB #35542
  • Loading branch information
William Markito committed Jun 24, 2015
1 parent 3c952ac commit 552477e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ public final class ServerLauncher extends AbstractLauncher<String> {
helpMap.put("rebalance", LocalizedStrings.ServerLauncher_SERVER_REBALANCE_HELP.toLocalizedString());
helpMap.put("redirect-output", LocalizedStrings.ServerLauncher_SERVER_REDIRECT_OUTPUT_HELP.toLocalizedString());
helpMap.put("server-bind-address", LocalizedStrings.ServerLauncher_SERVER_BIND_ADDRESS_HELP.toLocalizedString());
helpMap.put("hostname-for-clients", LocalizedStrings.ServerLauncher_SERVER_HOSTNAME_FOR_CLIENT_HELP.toLocalizedString());
helpMap.put("server-port", LocalizedStrings.ServerLauncher_SERVER_PORT_HELP.toLocalizedString(String.valueOf(getDefaultServerPort())));
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1862,6 +1862,7 @@ public class LocalizedStrings extends ParentLocalizedStrings {
public static final StringId ServerLauncher_SERVER_PORT_HELP = new StringIdImpl(5293, "Specifies the port on which the Server is listening for client requests. Defaults to {0}.");
public static final StringId ServerLauncher_SERVER_REBALANCE_HELP = new StringIdImpl(5294, "An option to cause the GemFire cache''s partitioned regions to be rebalanced on start.");
public static final StringId ServerLauncher_SERVER_REDIRECT_OUTPUT_HELP = new StringIdImpl(5295, "An option to cause the Server to redirect standard out and standard error to the GemFire log file.");
public static final StringId ServerLauncher_SERVER_HOSTNAME_FOR_CLIENT_HELP = new StringIdImpl(5296, "An option to specify the hostname or IP address to send to clients so they can connect to this Server. The default is to use the IP address to which the Server is bound.");

public static final StringId PoolFactoryImpl_HOSTNAME_UNKNOWN = new StringIdImpl(5300, "Hostname is unknown: {0}");
public static final StringId GatewaySenderEventRemoteDispatcher_GATEWAY_SENDER_0_RECEIVED_ACK_FOR_BATCH_ID_1_OF_2_EVENTS = new StringIdImpl(5301, "Gateway Sender {0} : Received ack for batch id {1} of {2} events.");
Expand Down

0 comments on commit 552477e

Please sign in to comment.