Class LauncherMessages_$bundle

    • Constructor Detail

      • LauncherMessages_$bundle

        protected LauncherMessages_$bundle()
    • 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 interface org.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 interface org.wildfly.core.launcher.logger.LauncherMessages
      • invalidDirectory2$str

        protected String invalidDirectory2$str()
      • invalidDirectory

        public final IllegalArgumentException invalidDirectory​(String filename,
                                                               Path dir)
        Specified by:
        invalidDirectory in interface org.wildfly.core.launcher.logger.LauncherMessages
      • pathNotAFile$str

        protected String pathNotAFile$str()
      • pathNotAFile

        public final IllegalArgumentException pathNotAFile​(Path path)
        Specified by:
        pathNotAFile in interface org.wildfly.core.launcher.logger.LauncherMessages
      • nullParam$str

        protected String nullParam$str()
      • nullParam

        public final IllegalArgumentException nullParam​(String name)
        Specified by:
        nullParam in interface org.wildfly.core.launcher.logger.LauncherMessages
      • invalidHostname$str

        protected String invalidHostname$str()
      • invalidHostname

        public final IllegalArgumentException invalidHostname​(CharSequence hostname)
        Specified by:
        invalidHostname in interface org.wildfly.core.launcher.logger.LauncherMessages
      • invalidArgument$str

        protected String invalidArgument$str()
      • invalidArgument

        public final IllegalArgumentException invalidArgument​(String argument,
                                                              String methodName)
        Specified by:
        invalidArgument in interface org.wildfly.core.launcher.logger.LauncherMessages
      • securityManagerNotSupported$str

        protected String securityManagerNotSupported$str()
      • securityManagerNotSupported

        public final IllegalArgumentException securityManagerNotSupported​(Path javaHome)
        Specified by:
        securityManagerNotSupported in interface org.wildfly.core.launcher.logger.LauncherMessages