- 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_$bundleINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description protectedLauncherMessages_$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.LauncherMessagesCreates a message indicating the path does not exist.- Specified by:
pathDoesNotExistin 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:
invalidDirectoryin interfaceorg.wildfly.core.launcher.logger.LauncherMessages
-
invalidDirectory2$str
protected String invalidDirectory2$str()
-
invalidDirectory
public final IllegalArgumentException invalidDirectory(String filename, Path dir)
- Specified by:
invalidDirectoryin interfaceorg.wildfly.core.launcher.logger.LauncherMessages
-
pathNotAFile$str
protected String pathNotAFile$str()
-
pathNotAFile
public final IllegalArgumentException pathNotAFile(Path path)
- Specified by:
pathNotAFilein interfaceorg.wildfly.core.launcher.logger.LauncherMessages
-
nullParam$str
protected String nullParam$str()
-
nullParam
public final IllegalArgumentException nullParam(String name)
- Specified by:
nullParamin interfaceorg.wildfly.core.launcher.logger.LauncherMessages
-
invalidHostname$str
protected String invalidHostname$str()
-
invalidHostname
public final IllegalArgumentException invalidHostname(CharSequence hostname)
- Specified by:
invalidHostnamein interfaceorg.wildfly.core.launcher.logger.LauncherMessages
-
invalidArgument$str
protected String invalidArgument$str()
-
invalidArgument
public final IllegalArgumentException invalidArgument(String argument, String methodName)
- Specified by:
invalidArgumentin interfaceorg.wildfly.core.launcher.logger.LauncherMessages
-
securityManagerNotSupported$str
protected String securityManagerNotSupported$str()
-
securityManagerNotSupported
public final IllegalArgumentException securityManagerNotSupported(Path javaHome)
- Specified by:
securityManagerNotSupportedin interfaceorg.wildfly.core.launcher.logger.LauncherMessages
-
-