Class JLineMessageBuilderFactory

java.lang.Object
org.apache.maven.jline.JLineMessageBuilderFactory
All Implemented Interfaces:
Service, MessageBuilderFactory, org.codehaus.plexus.components.interactivity.InputHandler, org.codehaus.plexus.components.interactivity.OutputHandler, org.codehaus.plexus.components.interactivity.Prompter

@Experimental @Named @Singleton @Priority(10) public class JLineMessageBuilderFactory extends Object implements MessageBuilderFactory, org.codehaus.plexus.components.interactivity.Prompter, org.codehaus.plexus.components.interactivity.InputHandler, org.codehaus.plexus.components.interactivity.OutputHandler
  • Constructor Details

    • JLineMessageBuilderFactory

      public JLineMessageBuilderFactory()
  • Method Details

    • isColorEnabled

      public boolean isColorEnabled()
      Specified by:
      isColorEnabled in interface MessageBuilderFactory
    • getTerminalWidth

      public int getTerminalWidth()
      Specified by:
      getTerminalWidth in interface MessageBuilderFactory
    • builder

      public MessageBuilder builder()
      Specified by:
      builder in interface MessageBuilderFactory
    • builder

      public MessageBuilder builder(int size)
      Specified by:
      builder in interface MessageBuilderFactory
    • readLine

      public String readLine() throws IOException
      Specified by:
      readLine in interface org.codehaus.plexus.components.interactivity.InputHandler
      Throws:
      IOException
    • readPassword

      public String readPassword() throws IOException
      Specified by:
      readPassword in interface org.codehaus.plexus.components.interactivity.InputHandler
      Throws:
      IOException
    • readMultipleLines

      public List<String> readMultipleLines() throws IOException
      Specified by:
      readMultipleLines in interface org.codehaus.plexus.components.interactivity.InputHandler
      Throws:
      IOException
    • write

      public void write(String line) throws IOException
      Specified by:
      write in interface org.codehaus.plexus.components.interactivity.OutputHandler
      Throws:
      IOException
    • writeLine

      public void writeLine(String line) throws IOException
      Specified by:
      writeLine in interface org.codehaus.plexus.components.interactivity.OutputHandler
      Throws:
      IOException
    • prompt

      public String prompt(String message) throws org.codehaus.plexus.components.interactivity.PrompterException
      Specified by:
      prompt in interface org.codehaus.plexus.components.interactivity.Prompter
      Throws:
      org.codehaus.plexus.components.interactivity.PrompterException
    • prompt

      public String prompt(String message, String defaultReply) throws org.codehaus.plexus.components.interactivity.PrompterException
      Specified by:
      prompt in interface org.codehaus.plexus.components.interactivity.Prompter
      Throws:
      org.codehaus.plexus.components.interactivity.PrompterException
    • prompt

      public String prompt(String message, List possibleValues) throws org.codehaus.plexus.components.interactivity.PrompterException
      Specified by:
      prompt in interface org.codehaus.plexus.components.interactivity.Prompter
      Throws:
      org.codehaus.plexus.components.interactivity.PrompterException
    • prompt

      public String prompt(String message, List possibleValues, String defaultReply) throws org.codehaus.plexus.components.interactivity.PrompterException
      Specified by:
      prompt in interface org.codehaus.plexus.components.interactivity.Prompter
      Throws:
      org.codehaus.plexus.components.interactivity.PrompterException
    • promptForPassword

      public String promptForPassword(String message) throws org.codehaus.plexus.components.interactivity.PrompterException
      Specified by:
      promptForPassword in interface org.codehaus.plexus.components.interactivity.Prompter
      Throws:
      org.codehaus.plexus.components.interactivity.PrompterException
    • showMessage

      public void showMessage(String message) throws org.codehaus.plexus.components.interactivity.PrompterException
      Specified by:
      showMessage in interface org.codehaus.plexus.components.interactivity.Prompter
      Throws:
      org.codehaus.plexus.components.interactivity.PrompterException