org.infinispan.server.logging.Messages_$bundle Maven / Gradle / Ivy
The newest version!
package org.infinispan.server.logging;
import java.util.Locale;
import java.io.Serializable;
import javax.annotation.processing.Generated;
import java.lang.String;
/**
* Warning this class consists of generated code.
*/
@Generated(value = "org.jboss.logging.processor.generator.model.MessageBundleImplementor", date = "2024-08-22T04:25:32-0400")
public class Messages_$bundle implements Messages, Serializable {
private static final long serialVersionUID = 1L;
protected Messages_$bundle() {}
public static final Messages_$bundle INSTANCE = new Messages_$bundle();
protected Object readResolve() {
return INSTANCE;
}
private static final Locale LOCALE = Locale.ROOT;
protected Locale getLoggingLocale() {
return LOCALE;
}
protected String unknownArgument$str() {
return "ISPN090001: Unrecognized command-line argument `%s`.";
}
@Override
public final String unknownArgument(final String argument) {
return String.format(getLoggingLocale(), unknownArgument$str(), argument);
}
protected String invalidArgument$str() {
return "ISPN090002: Invalid argument `%s`. Arguments must be prefixed with either - or --.";
}
@Override
public final String invalidArgument(final String argument) {
return String.format(getLoggingLocale(), invalidArgument$str(), argument);
}
protected String invalidShortArgument$str() {
return "ISPN090003: Invalid argument `%s`. The - prefix must be used only for single-character arguments.";
}
@Override
public final String invalidShortArgument(final String command) {
return String.format(getLoggingLocale(), invalidShortArgument$str(), command);
}
protected String serverHelpBindAddress$str() {
return "Binds the server endpoint to a specific address.";
}
@Override
public final String serverHelpBindAddress() {
return String.format(getLoggingLocale(), serverHelpBindAddress$str());
}
protected String serverHelpBindPort$str() {
return "Binds the server to a specific port. Defaults to `%d`.";
}
@Override
public final String serverHelpBindPort(final int defaultBindPort) {
return String.format(getLoggingLocale(), serverHelpBindPort$str(), defaultBindPort);
}
protected String toolHelpHelp$str() {
return "Displays usage information and exits.";
}
@Override
public final String toolHelpHelp() {
return String.format(getLoggingLocale(), toolHelpHelp$str());
}
protected String serverHelpServerConfig$str() {
return "Specifies a server configuration file. Defaults to `%s`. Can be repeated, in which case the configurations are layered.";
}
@Override
public final String serverHelpServerConfig(final String defaultConfiguration) {
return String.format(getLoggingLocale(), serverHelpServerConfig$str(), defaultConfiguration);
}
protected String serverHelpLoggingConfig$str() {
return "Specifies a logging configuration file. Defaults to `%s`.";
}
@Override
public final String serverHelpLoggingConfig(final String defaultConfiguration) {
return String.format(getLoggingLocale(), serverHelpLoggingConfig$str(), defaultConfiguration);
}
protected String serverHelpClusterName$str() {
return "Sets the name of the cluster. Default set by configuration expression";
}
@Override
public final String serverHelpClusterName() {
return String.format(getLoggingLocale(), serverHelpClusterName$str());
}
protected String serverHelpClusterStack$str() {
return "Specifies the JGroups stack for clustering. Default set by configuration expression";
}
@Override
public final String serverHelpClusterStack() {
return String.format(getLoggingLocale(), serverHelpClusterStack$str());
}
protected String serverHelpClusterAddress$str() {
return "Specifies the JGroups bind address for clustering.";
}
@Override
public final String serverHelpClusterAddress() {
return String.format(getLoggingLocale(), serverHelpClusterAddress$str());
}
protected String serverHelpNodeName$str() {
return "Sets the name of this node. Must be unique across the cluster.";
}
@Override
public final String serverHelpNodeName() {
return String.format(getLoggingLocale(), serverHelpNodeName$str());
}
protected String serverHelpPortOffset$str() {
return "Adds a numeric offset to all ports.";
}
@Override
public final String serverHelpPortOffset() {
return String.format(getLoggingLocale(), serverHelpPortOffset$str());
}
protected String toolHelpServerRoot$str() {
return "Specifies the root path for the server. Defaults to `%s`.";
}
@Override
public final String toolHelpServerRoot(final String defaultServerRoot) {
return String.format(getLoggingLocale(), toolHelpServerRoot$str(), defaultServerRoot);
}
protected String toolHelpVersion$str() {
return "Displays version information and exits.";
}
@Override
public final String toolHelpVersion() {
return String.format(getLoggingLocale(), toolHelpVersion$str());
}
protected String serverHelpProperty$str() {
return "Sets a system property to the specified value.";
}
@Override
public final String serverHelpProperty() {
return String.format(getLoggingLocale(), serverHelpProperty$str());
}
protected String serverHelpProperties$str() {
return "Sets system properties from the specified file.";
}
@Override
public final String serverHelpProperties() {
return String.format(getLoggingLocale(), serverHelpProperties$str());
}
}