- java.lang.Object
-
- org.wildfly.core.launcher.logger.LauncherMessages_$bundle
-
- All Implemented Interfaces:
Serializable
,org.wildfly.core.launcher.logger.LauncherMessages
- Direct Known Subclasses:
LauncherMessages_$bundle_de
,LauncherMessages_$bundle_es
,LauncherMessages_$bundle_fr
,LauncherMessages_$bundle_ja
,LauncherMessages_$bundle_pt
,LauncherMessages_$bundle_zh
public class LauncherMessages_$bundle extends Object implements org.wildfly.core.launcher.logger.LauncherMessages, Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static LauncherMessages_$bundle
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description protected
LauncherMessages_$bundle()
-
Method Summary
-
-
-
Field Detail
-
INSTANCE
public static final LauncherMessages_$bundle INSTANCE
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
pathDoesNotExist$str
protected String pathDoesNotExist$str()
-
pathDoesNotExist
public final IllegalArgumentException pathDoesNotExist(Path path)
Description copied from interface:org.wildfly.core.launcher.logger.LauncherMessages
Creates a message indicating the path does not exist.- Specified by:
pathDoesNotExist
in interfaceorg.wildfly.core.launcher.logger.LauncherMessages
- Parameters:
path
- the path that does not exist- Returns:
- an exception for the error
-
invalidDirectory1$str
protected String invalidDirectory1$str()
-
invalidDirectory
public final IllegalArgumentException invalidDirectory(Path dir)
- Specified by:
invalidDirectory
in interfaceorg.wildfly.core.launcher.logger.LauncherMessages
-
invalidDirectory2$str
protected String invalidDirectory2$str()
-
invalidDirectory
public final IllegalArgumentException invalidDirectory(String filename, Path dir)
- Specified by:
invalidDirectory
in interfaceorg.wildfly.core.launcher.logger.LauncherMessages
-
pathNotAFile$str
protected String pathNotAFile$str()
-
pathNotAFile
public final IllegalArgumentException pathNotAFile(Path path)
- Specified by:
pathNotAFile
in interfaceorg.wildfly.core.launcher.logger.LauncherMessages
-
nullParam$str
protected String nullParam$str()
-
nullParam
public final IllegalArgumentException nullParam(String name)
- Specified by:
nullParam
in interfaceorg.wildfly.core.launcher.logger.LauncherMessages
-
invalidHostname$str
protected String invalidHostname$str()
-
invalidHostname
public final IllegalArgumentException invalidHostname(CharSequence hostname)
- Specified by:
invalidHostname
in interfaceorg.wildfly.core.launcher.logger.LauncherMessages
-
invalidArgument$str
protected String invalidArgument$str()
-
invalidArgument
public final IllegalArgumentException invalidArgument(String argument, String methodName)
- Specified by:
invalidArgument
in interfaceorg.wildfly.core.launcher.logger.LauncherMessages
-
securityManagerNotSupported$str
protected String securityManagerNotSupported$str()
-
securityManagerNotSupported
public final IllegalArgumentException securityManagerNotSupported(Path javaHome)
- Specified by:
securityManagerNotSupported
in interfaceorg.wildfly.core.launcher.logger.LauncherMessages
-
-