Package org.wildfly.core.launcher.logger
Class LauncherMessages_$bundle
- java.lang.Object
-
- org.wildfly.core.launcher.logger.LauncherMessages_$bundle
-
- All Implemented Interfaces:
Serializable,LauncherMessages
@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2022-10-19T13:51:51+0000") public class LauncherMessages_$bundle extends Object implements LauncherMessages, Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static LauncherMessages_$bundleINSTANCE-
Fields inherited from interface org.wildfly.core.launcher.logger.LauncherMessages
MESSAGES
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLauncherMessages_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LocalegetLoggingLocale()IllegalArgumentExceptioninvalidArgument(String argument, String methodName)protected StringinvalidArgument$str()IllegalArgumentExceptioninvalidDirectory(String filename, Path dir)IllegalArgumentExceptioninvalidDirectory(Path dir)protected StringinvalidDirectory1$str()protected StringinvalidDirectory2$str()IllegalArgumentExceptioninvalidHostname(CharSequence hostname)protected StringinvalidHostname$str()IllegalArgumentExceptionnullParam(String name)protected StringnullParam$str()IllegalArgumentExceptionpathDoesNotExist(Path path)Creates a message indicating the path does not exist.protected StringpathDoesNotExist$str()IllegalArgumentExceptionpathNotAFile(Path path)protected StringpathNotAFile$str()protected ObjectreadResolve()
-
-
-
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:LauncherMessagesCreates a message indicating the path does not exist.- Specified by:
pathDoesNotExistin interfaceLauncherMessages- 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 interfaceLauncherMessages
-
invalidDirectory2$str
protected String invalidDirectory2$str()
-
invalidDirectory
public final IllegalArgumentException invalidDirectory(String filename, Path dir)
- Specified by:
invalidDirectoryin interfaceLauncherMessages
-
pathNotAFile$str
protected String pathNotAFile$str()
-
pathNotAFile
public final IllegalArgumentException pathNotAFile(Path path)
- Specified by:
pathNotAFilein interfaceLauncherMessages
-
nullParam$str
protected String nullParam$str()
-
nullParam
public final IllegalArgumentException nullParam(String name)
- Specified by:
nullParamin interfaceLauncherMessages
-
invalidHostname$str
protected String invalidHostname$str()
-
invalidHostname
public final IllegalArgumentException invalidHostname(CharSequence hostname)
- Specified by:
invalidHostnamein interfaceLauncherMessages
-
invalidArgument$str
protected String invalidArgument$str()
-
invalidArgument
public final IllegalArgumentException invalidArgument(String argument, String methodName)
- Specified by:
invalidArgumentin interfaceLauncherMessages
-
-